public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Yaakov Selkowitz <yselkowi@redhat.com>
To: git-commits@fedoraproject.org
Subject: [rpms/net-snmp] rawhide: Fix "Checking the Net-SNMP configure script validity" test
Date: Fri, 12 Jun 2026 15:08:40 GMT	[thread overview]
Message-ID: <178127692008.1.15433189701508436934.rpms-net-snmp-f11e93ce096c@fedoraproject.org> (raw)

            A new commit has been pushed.

            Repo   : rpms/net-snmp
            Branch : rawhide
            Commit : f11e93ce096c2be03cb441869235cabd74fdcaeb
            Author : Yaakov Selkowitz <yselkowi@redhat.com>
            Date   : 2026-06-08T12:39:06-04:00
            Stats  : +6/-2 in 1 file(s)
            URL    : https://src.fedoraproject.org/rpms/net-snmp/c/f11e93ce096c2be03cb441869235cabd74fdcaeb?branch=rawhide

            Log:
            Fix "Checking the Net-SNMP configure script validity" test

Autoreconf is run during build, which may be a different version than
upstream used, resulting in a mismatch that causes this test to fail.

---
diff --git a/net-snmp.spec b/net-snmp.spec
index 2291398..f65b878 100644
--- a/net-snmp.spec
+++ b/net-snmp.spec
@@ -90,7 +90,7 @@ BuildRequires:   perl(TAP::Harness)
 BuildRequires:   perl(vars)
 BuildRequires:   perl(warnings)
 BuildRequires:   lm_sensors-devel >= 3
-BuildRequires:   autoconf, automake
+BuildRequires:   autoconf, automake, libtool
 
 %description
 SNMP (Simple Network Management Protocol) is a protocol used for
@@ -247,10 +247,14 @@ cp %{SOURCE10} .
 # disable failing test - see https://bugzilla.redhat.com/show_bug.cgi?id=680697
 rm testing/fulltests/default/T200*
 
+# Autoreconf is run during build, which may be a different version than upstream used,
+# resulting in a mismatch during "Checking the Net-SNMP configure script validity" test
+autoconf --version | awk 'NR==1 {print $4}' > dist/autoconf-version
+
 %build
 
 # Autoreconf to get autoconf 2.69 for ARM (#926223)
-autoreconf
+autoreconf -fiv
 
 MIBS="host agentx smux \
      ucd-snmp/diskio tcp-mib udp-mib mibII/mta_sendmail \

                 reply	other threads:[~2026-06-12 15:08 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=178127692008.1.15433189701508436934.rpms-net-snmp-f11e93ce096c@fedoraproject.org \
    --to=yselkowi@redhat.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