public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Paul Howarth <paul@city-fan.org>
To: git-commits@fedoraproject.org
Subject: [rpms/perl-Business-ISBN] epel10: Don't BR: perl(LWP::Simple) when bootstrapping
Date: Tue, 18 Aug 2026 10:41:11 GMT	[thread overview]
Message-ID: <178704967153.1.10616912958519991686.rpms-perl-Business-ISBN-de2b04369234@fedoraproject.org> (raw)

            A new commit has been pushed.

            Repo   : rpms/perl-Business-ISBN
            Branch : epel10
            Commit : de2b04369234b60f25dd7cf082996893a5b8837c
            Author : Paul Howarth <paul@city-fan.org>
            Date   : 2013-02-27T11:55:45+00:00
            Stats  : +8/-1 in 1 file(s)
            URL    : https://src.fedoraproject.org/rpms/perl-Business-ISBN/c/de2b04369234b60f25dd7cf082996893a5b8837c?branch=epel10

            Log:
            Don't BR: perl(LWP::Simple) when bootstrapping

Don't BR: perl(LWP::Simple) for optional tests when bootstrapping; this is a
cleaner fix than nobbling perl-URI's runtime dependencies

---
diff --git a/perl-Business-ISBN.spec b/perl-Business-ISBN.spec
index fbba83b..98f1d1e 100644
--- a/perl-Business-ISBN.spec
+++ b/perl-Business-ISBN.spec
@@ -1,7 +1,7 @@
 Name:           perl-Business-ISBN
 Version:        2.05.03
 %define module_version 2.05_03
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        Perl module to work with International Standard Book Numbers
 
 Group:          Development/Libraries
@@ -20,7 +20,10 @@ BuildRequires:  perl(Data::Dumper)
 BuildRequires:  perl(Exporter)
 BuildRequires:  perl(GD::Barcode::EAN13)
 BuildRequires:  perl(IO::Socket)
+# Break build dependency cycle involving LWP::Simple and URI
+%if 0%{!?perl_bootstrap:1}
 BuildRequires:  perl(LWP::Simple)
+%endif
 BuildRequires:  perl(Test::More)
 BuildRequires:  perl(Test::Pod) >= 1.00
 BuildRequires:  perl(Test::Pod::Coverage)
@@ -64,6 +67,10 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Wed Feb 27 2013 Paul Howarth <paul@city-fan.org> - 2.05.03-3
+- Don't BR: perl(LWP::Simple) for optional tests when bootstrapping; this is a
+  cleaner fix than nobbling perl-URI's runtime dependencies
+
 * Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.05.03-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
 

                 reply	other threads:[~2026-08-18 10:41 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=178704967153.1.10616912958519991686.rpms-perl-Business-ISBN-de2b04369234@fedoraproject.org \
    --to=paul@city-fan.org \
    --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