summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Pazdziora <jpazdziora@redhat.com>2014-01-30 20:14:39 +0800
committerJan Pazdziora <jpazdziora@redhat.com>2014-04-15 10:09:10 +0200
commit4c7b3a65841e8ee8e34d7686dab12db3f3cb05b1 (patch)
tree90964e8328684a3bc1d3f865212554be6939e109
parentc0ed09395fc8df34989443ba9e16f19d9f60eb92 (diff)
downloadmod_intercept_form_submit-4c7b3a65841e8ee8e34d7686dab12db3f3cb05b1.tar.gz
mod_intercept_form_submit-4c7b3a65841e8ee8e34d7686dab12db3f3cb05b1.tar.xz
mod_intercept_form_submit-4c7b3a65841e8ee8e34d7686dab12db3f3cb05b1.zip
Make the comment for filter_provides_in clearer.
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_intercept_form_submit.spec3
1 files changed, 2 insertions, 1 deletions
diff --git a/mod_intercept_form_submit.spec b/mod_intercept_form_submit.spec
index 6e91c51..8c23818 100644
--- a/mod_intercept_form_submit.spec
+++ b/mod_intercept_form_submit.spec
@@ -19,7 +19,8 @@ Requires(pre): httpd
Requires: httpd-mmn = %{_httpd_mmn}
Requires: mod_authnz_pam >= 0.7
-# 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}