public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/picocom] rawhide: Fix FTBFS by switching to supported go-md2man and drop i686 build. Fixes rhbz#2504412
@ 2026-08-01 19:32 Kevin Fenzi
0 siblings, 0 replies; only message in thread
From: Kevin Fenzi @ 2026-08-01 19:32 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/picocom
Branch : rawhide
Commit : 380e85edaeabc2f8a555632f2744eb98aebabfb0
Author : Kevin Fenzi <kevin@scrye.com>
Date : 2026-08-01T12:32:08-07:00
Stats : +7/-4 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/picocom/c/380e85edaeabc2f8a555632f2744eb98aebabfb0?branch=rawhide
Log:
Fix FTBFS by switching to supported go-md2man and drop i686 build. Fixes rhbz#2504412
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
---
diff --git a/picocom.spec b/picocom.spec
index 8fb9def..87dc56e 100644
--- a/picocom.spec
+++ b/picocom.spec
@@ -3,7 +3,7 @@
Name: picocom
Version: 2024.07
-Release: 6%{?dist}
+Release: 7%{?dist}
Summary: Minimal serial communications program
License: GPL-2.0-or-later
@@ -11,9 +11,8 @@ URL: https://gitlab.com/wsakernel/picocom/
Source0: https://gitlab.com/wsakernel/picocom/-/archive/%{upstreamversion}/picocom-%{upstreamversion}.tar.bz2
BuildRequires: make
BuildRequires: gcc
-BuildRequires: golang-github-cpuguy83-md2man
-
-# for groupadd
+BuildRequires: go-md2man
+ExcludeArch: %{ix86}
%description
As its name suggests, [picocom] is a minimal dumb-terminal emulation
@@ -58,6 +57,10 @@ install -m0644 -D picocom.sysusers.conf %{buildroot}%{_sysusersdir}/picocom.conf
%{_sysusersdir}/picocom.conf
%changelog
+* Sat Aug 01 2026 Kevin Fenzi <kevin@scrye.com> - 2024.07-7
+- use correct go-md2man in BuildRequires
+- Drop 32bit build as a leaf node since go-md2man doesn't exist there.
+
* Thu Jul 16 2026 Fedora Release Engineering <releng@fedoraproject.org> - 2024.07-6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-08-01 19:32 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-01 19:32 [rpms/picocom] rawhide: Fix FTBFS by switching to supported go-md2man and drop i686 build. Fixes rhbz#2504412 Kevin Fenzi
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox