summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Pazdziora <jpazdziora@redhat.com>2018-02-23 13:49:38 +0100
committerJan Pazdziora <jpazdziora@redhat.com>2018-02-23 13:49:38 +0100
commit3a32dbdebfed1e58651a8dd6e8df5be5aab2d61e (patch)
treeefa185577eb629f9fac257fbef1d5f9bf5dd80c5
parent132c00b0d1d84daa34ca44130a792a057ed49c01 (diff)
downloadmod_lookup_identity-3a32dbdebfed1e58651a8dd6e8df5be5aab2d61e.tar.gz
mod_lookup_identity-3a32dbdebfed1e58651a8dd6e8df5be5aab2d61e.tar.xz
mod_lookup_identity-3a32dbdebfed1e58651a8dd6e8df5be5aab2d61e.zip
https://fedoraproject.org/wiki/Packaging:C_and_C%2B%2B#BuildRequires_and_Requires
-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.