public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Kevin Fenzi <kevin@scrye.com>
To: git-commits@fedoraproject.org
Subject: [rpms/picocom] rawhide: Fix FTBFS by switching to supported go-md2man and drop i686 build. Fixes rhbz#2504412
Date: Sat, 01 Aug 2026 19:32:56 GMT	[thread overview]
Message-ID: <178561277680.1.7496626125254818047.rpms-picocom-380e85edaeab@fedoraproject.org> (raw)

            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
 

                 reply	other threads:[~2026-08-01 19:32 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=178561277680.1.7496626125254818047.rpms-picocom-380e85edaeab@fedoraproject.org \
    --to=kevin@scrye.com \
    --cc=git-commits@fedoraproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox