RPM 4.9 dependency filtering added
This commit is contained in:
parent
2572e80dd3
commit
604cd83eb6
@ -1,7 +1,7 @@
|
|||||||
%bcond_with tests # Tests require network access
|
%bcond_with tests # Tests require network access
|
||||||
Name: perl-LWP-Protocol-https
|
Name: perl-LWP-Protocol-https
|
||||||
Version: 6.02
|
Version: 6.02
|
||||||
Release: 3%{?dist}
|
Release: 4%{?dist}
|
||||||
Summary: Provide HTTPS support for LWP::UserAgent
|
Summary: Provide HTTPS support for LWP::UserAgent
|
||||||
License: GPL+ or Artistic
|
License: GPL+ or Artistic
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
@ -24,8 +24,11 @@ Requires: perl(Mozilla::CA) >= 20110101
|
|||||||
Requires: perl(Net::HTTPS) >= 6
|
Requires: perl(Net::HTTPS) >= 6
|
||||||
|
|
||||||
# Remove underspecified dependencies
|
# Remove underspecified dependencies
|
||||||
|
# RPM 4.8 style
|
||||||
%filter_from_requires /^perl(Net::HTTPS)\s*$/d
|
%filter_from_requires /^perl(Net::HTTPS)\s*$/d
|
||||||
%filter_setup
|
%filter_setup
|
||||||
|
# RPM 4.9 style
|
||||||
|
%global __requires_exclude %{?__requires_exclude:__requires_exclude|}^perl\\(Net::HTTPS\\)\\s*$
|
||||||
|
|
||||||
%description
|
%description
|
||||||
The LWP::Protocol::https module provides support for using HTTPS schemed
|
The LWP::Protocol::https module provides support for using HTTPS schemed
|
||||||
@ -56,6 +59,9 @@ find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
|
|||||||
%{_mandir}/man3/*
|
%{_mandir}/man3/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Jul 25 2011 Petr Pisar <ppisar@redhat.com> - 6.02-4
|
||||||
|
- RPM 4.9 dependency filtering added
|
||||||
|
|
||||||
* Fri Jun 17 2011 Marcela Mašláňová <mmaslano@redhat.com> - 6.02-3
|
* Fri Jun 17 2011 Marcela Mašláňová <mmaslano@redhat.com> - 6.02-3
|
||||||
- Perl mass rebuild
|
- Perl mass rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user