public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/perl-Business-ISBN] epel10.2: Don't BR: perl(LWP::Simple) when bootstrapping
@ 2026-08-18 10:41 Paul Howarth
  0 siblings, 0 replies; only message in thread
From: Paul Howarth @ 2026-08-18 10:41 UTC (permalink / raw)
  To: git-commits

            A new commit has been pushed.

            Repo   : rpms/perl-Business-ISBN
            Branch : epel10.2
            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.2

            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
 

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-08-18 10:41 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-18 10:41 [rpms/perl-Business-ISBN] epel10.2: Don't BR: perl(LWP::Simple) when bootstrapping Paul Howarth

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox