Fix RPM 4.9 dependency filtering
This commit is contained in:
parent
af49a76c86
commit
79a5461d34
@ -1,6 +1,6 @@
|
||||
Name: perl-NetAddr-IP
|
||||
Version: 4.044
|
||||
Release: 3%{?dist}
|
||||
Release: 4%{?dist}
|
||||
Summary: Manages IPv4 and IPv6 addresses and subnets
|
||||
# Upstream explicitly gave permission for us to distribute under Artistic 2.0
|
||||
# Will be reflected in next release.
|
||||
@ -14,7 +14,7 @@ BuildRequires: perl(ExtUtils::MakeMaker), perl(Test::More)
|
||||
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
|
||||
|
||||
# Don't "provide" private Perl libs or redundant unversioned provides
|
||||
%global __provides_exclude ^(perl\\(NetAddr::IP(::Util(PP)?)?\\)$|Util\\.so)
|
||||
%global __provides_exclude ^(perl\\(NetAddr::IP(::Util(PP|Polluted)?)?\\)$|Util\\.so)
|
||||
|
||||
%description
|
||||
This module provides an object-oriented abstraction on top of IP addresses
|
||||
@ -56,6 +56,9 @@ make test
|
||||
%{_mandir}/man3/NetAddr::IP::UtilPP.3pm*
|
||||
|
||||
%changelog
|
||||
* Mon Jul 25 2011 Petr Pisar <ppisar@redhat.com> - 4.044-4
|
||||
- Fix RPM 4.9 dependency filtering
|
||||
|
||||
* Thu Jul 21 2011 Paul Howarth <paul@city-fan.org> - 4.044-3
|
||||
- use a patch rather than scripted iconv to fix character encoding
|
||||
- use rpm native provides filtering
|
||||
|
||||
Loading…
Reference in New Issue
Block a user