summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Pazdziora <jpazdziora@redhat.com>2014-01-30 20:12:00 +0800
committerJan Pazdziora <jpazdziora@redhat.com>2014-01-30 20:12:00 +0800
commit0738011752bb2938ad0cd4d5c9beb933fc733eb8 (patch)
tree014e77c7f71ccc377d9a19950df560c14e646cde
parent48a1e514eb366b8fd513ff8d2b3fee3ce47d95d4 (diff)
downloadmod_lookup_identity-0738011752bb2938ad0cd4d5c9beb933fc733eb8.tar.gz
mod_lookup_identity-0738011752bb2938ad0cd4d5c9beb933fc733eb8.tar.xz
mod_lookup_identity-0738011752bb2938ad0cd4d5c9beb933fc733eb8.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_lookup_identity.spec3
1 files changed, 2 insertions, 1 deletions
diff --git a/mod_lookup_identity.spec b/mod_lookup_identity.spec
index 881da4a..a501888 100644
--- a/mod_lookup_identity.spec
+++ b/mod_lookup_identity.spec
@@ -20,7 +20,8 @@ Requires(pre): httpd
Requires: httpd-mmn = %{_httpd_mmn}
Requires: dbus-libs
-# 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}