summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Pazdziora <jpazdziora@redhat.com>2014-02-01 08:12:49 +0800
committerJan Pazdziora <jpazdziora@redhat.com>2014-02-01 08:13:16 +0800
commit8e7021e08a66313da5986cd15de96d16708cd4b8 (patch)
tree5c65a6e188c3af3e7d8fffc21241180a6b7b2c05
parent0738011752bb2938ad0cd4d5c9beb933fc733eb8 (diff)
downloadmod_lookup_identity-8e7021e08a66313da5986cd15de96d16708cd4b8.tar.gz
mod_lookup_identity-8e7021e08a66313da5986cd15de96d16708cd4b8.tar.xz
mod_lookup_identity-8e7021e08a66313da5986cd15de96d16708cd4b8.zip
Dropping explicit dbus-libs dependency, rpm will figure it for us.mod_lookup_identity-0.8.3
-rw-r--r--mod_lookup_identity.spec6
1 files 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 <jpazdziora@redhat.com> - 0.8.3-1
+- 1058812 - drop explicit dbus-libs dependency.
+
* Thu Jan 30 2014 Jan Pazdziora <jpazdziora@redhat.com> - 0.8.2-1
- 1058812 - .spec changes for Fedora package review.