summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--mod_lookup_identity.spec6
1 files changed, 5 insertions, 1 deletions
diff --git a/mod_lookup_identity.spec b/mod_lookup_identity.spec
index 9ccb0b6..28d8946 100644
--- a/mod_lookup_identity.spec
+++ b/mod_lookup_identity.spec
@@ -8,11 +8,12 @@
Summary: Apache module to retrieve additional information about the authenticated user
Name: mod_lookup_identity
Version: 1.0.0
-Release: 1%{?dist}
+Release: 6%{?dist}
License: ASL 2.0
Group: System Environment/Daemons
URL: http://www.adelton.com/apache/mod_lookup_identity/
Source0: http://www.adelton.com/apache/mod_lookup_identity/%{name}-%{version}.tar.gz
+BuildRequires: gcc
BuildRequires: httpd-devel
BuildRequires: dbus-devel
BuildRequires: pkgconfig
@@ -62,6 +63,9 @@ install -Dp -m 0644 lookup_identity.confx $RPM_BUILD_ROOT%{_httpd_confdir}/looku
%{_httpd_moddir}/*.so
%changelog
+* Fri Feb 23 2018 Jan Pazdziora <jpazdziora@redhat.com> - 1.0.0-6
+- https://fedoraproject.org/wiki/Packaging:C_and_C%2B%2B#BuildRequires_and_Requires
+
* Tue Apr 04 2017 Jan Pazdziora <jpazdziora@redhat.com> - 1.0.0-1
- Make LookupUserGECOS optional (no default) to support non-POSIX
user identities.