summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Pazdziora <jpazdziora@redhat.com>2014-01-30 20:15:28 +0800
committerJan Pazdziora <jpazdziora@redhat.com>2014-01-30 20:15:28 +0800
commit67bc7f7b1996356cba75ef45eaf6cfafa2bef7e5 (patch)
tree0d6520ec4287b6fc23177da184ba66e9f05ae88b
parent21c394089bc817606b2083de633d024aecefb7bc (diff)
downloadmod_authnz_pam-67bc7f7b1996356cba75ef45eaf6cfafa2bef7e5.tar.gz
mod_authnz_pam-67bc7f7b1996356cba75ef45eaf6cfafa2bef7e5.tar.xz
mod_authnz_pam-67bc7f7b1996356cba75ef45eaf6cfafa2bef7e5.zip
MUST: Packages must not provide RPM dependency information when that
information is not global in nature, or are otherwise handled (e.g. through a virtual provides system). e.g. a plugin package containing a binary shared library must not "provide" that library unless it is accessible through the system library paths. https://fedoraproject.org/wiki/Packaging:AutoProvidesAndRequiresFiltering#Summary
-rw-r--r--mod_authnz_pam.spec3
1 files changed, 2 insertions, 1 deletions
diff --git a/mod_authnz_pam.spec b/mod_authnz_pam.spec
index 7c13603..dd0c463 100644
--- a/mod_authnz_pam.spec
+++ b/mod_authnz_pam.spec
@@ -20,7 +20,8 @@ Requires(pre): httpd
Requires: httpd-mmn = %{_httpd_mmn}
Requires: pam
-# Suppres auto-provides for module DSO
+# Suppres auto-provides for module DSO per
+# https://fedoraproject.org/wiki/Packaging:AutoProvidesAndRequiresFiltering#Summary
%{?filter_provides_in: %filter_provides_in %{_libdir}/httpd/modules/.*\.so$}
%{?filter_setup}