From 8e7021e08a66313da5986cd15de96d16708cd4b8 Mon Sep 17 00:00:00 2001 From: Jan Pazdziora Date: Sat, 1 Feb 2014 08:12:49 +0800 Subject: Dropping explicit dbus-libs dependency, rpm will figure it for us. --- mod_lookup_identity.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/mod_lookup_identity.spec b/mod_lookup_identity.spec index a501888..0217216 100644 --- a/mod_lookup_identity.spec +++ b/mod_lookup_identity.spec @@ -7,7 +7,7 @@ Summary: Apache module to retrieve additional information about the authenticated user Name: mod_lookup_identity -Version: 0.8.2 +Version: 0.8.3 Release: 1%{?dist} License: ASL 2.0 Group: System Environment/Daemons @@ -18,7 +18,6 @@ BuildRequires: dbus-devel BuildRequires: pkgconfig Requires(pre): httpd Requires: httpd-mmn = %{_httpd_mmn} -Requires: dbus-libs # Suppres auto-provides for module DSO per # https://fedoraproject.org/wiki/Packaging:AutoProvidesAndRequiresFiltering#Summary @@ -59,6 +58,9 @@ install -Dp -m 0644 lookup_identity.conf $RPM_BUILD_ROOT%{_httpd_confdir}/lookup %{_httpd_moddir}/*.so %changelog +* Sat Feb 01 2014 Jan Pazdziora - 0.8.3-1 +- 1058812 - drop explicit dbus-libs dependency. + * Thu Jan 30 2014 Jan Pazdziora - 0.8.2-1 - 1058812 - .spec changes for Fedora package review. -- cgit