[perl-Linux-Pid] Fix dependency filtering

Petr Pisar ppisar at fedoraproject.org
Wed Jan 14 14:35:59 UTC 2015


commit a38f98427aa354088ce55c45be29322c7e08c593
Author: Petr Písař <ppisar at redhat.com>
Date:   Wed Jan 14 15:36:03 2015 +0100

    Fix dependency filtering

 perl-Linux-Pid.spec |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/perl-Linux-Pid.spec b/perl-Linux-Pid.spec
index 8e706a8..aab6e80 100644
--- a/perl-Linux-Pid.spec
+++ b/perl-Linux-Pid.spec
@@ -24,7 +24,7 @@ BuildRequires:  perl(threads::shared)
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 Requires:       perl(Carp)
 
-%global __provides_exclude ^Pid\.so
+%{?perl_default_filter}
 
 %description
 Linux::Pid gets the native PID and the PPID on Linux. It's useful with
@@ -70,6 +70,7 @@ rm -rf $RPM_BUILD_ROOT
 %changelog
 * Wed Jan 14 2015 Petr Pisar <ppisar at redhat.com> - 0.04-24
 - Specify all dependencies
+- Fix dependency filtering
 
 * Tue Aug 26 2014 Jitka Plesnikova <jplesnik at redhat.com> - 0.04-23
 - Perl 5.20 rebuild



More information about the perl-devel mailing list