summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--pki/dogtag/setup/pki-setup.spec7
1 files changed, 7 insertions, 0 deletions
diff --git a/pki/dogtag/setup/pki-setup.spec b/pki/dogtag/setup/pki-setup.spec
index a9e6e10bb..0b5a6ba4a 100644
--- a/pki/dogtag/setup/pki-setup.spec
+++ b/pki/dogtag/setup/pki-setup.spec
@@ -19,6 +19,13 @@ Requires: policycoreutils
Source0: http://pki.fedoraproject.org/pki/sources/%{name}/%{name}-%{version}.tar.gz
+# This package provides and uses a PRIVATE Perl module (pkicommon.pm).
+# RPM erroneously believes there should be a requires perl(pkicommon)
+# from the public perl library path. Use the documented macros to
+# correct RPM's incorrect automatic dependency generation.
+%filter_from_requires /perl(pkicommon)/d
+%filter_setup
+
%description
Public Key Infrastructure (PKI) setup scripts used to create and remove
instances from Dogtag PKI deployments.