summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Pazdziora <jpazdziora@redhat.com>2016-03-21 10:33:31 +0100
committerJan Pazdziora <jpazdziora@redhat.com>2016-03-21 10:33:31 +0100
commit5fc7b898355293e3f413b2ab4da4fee2b942fe3c (patch)
tree012b9b49aa1dbe54f2cec2b7d7875d734f158dd6
parent6f0e8298a5c84ca557f79c5ead2fb6e8994274b4 (diff)
downloadmod_authnz_pam-5fc7b898355293e3f413b2ab4da4fee2b942fe3c.tar.gz
mod_authnz_pam-5fc7b898355293e3f413b2ab4da4fee2b942fe3c.tar.xz
mod_authnz_pam-5fc7b898355293e3f413b2ab4da4fee2b942fe3c.zip
1319166 - the Requires(pre) httpd does not seem to be needed.mod_authnz_pam-1.0.2
-rw-r--r--mod_authnz_pam.spec6
1 files changed, 4 insertions, 2 deletions
diff --git a/mod_authnz_pam.spec b/mod_authnz_pam.spec
index a2f51b6..460fcbf 100644
--- a/mod_authnz_pam.spec
+++ b/mod_authnz_pam.spec
@@ -7,7 +7,7 @@
Summary: PAM authorization checker and PAM Basic Authentication provider
Name: mod_authnz_pam
-Version: 1.0.1
+Version: 1.0.2
Release: 1%{?dist}
License: ASL 2.0
Group: System Environment/Daemons
@@ -16,7 +16,6 @@ Source0: http://www.adelton.com/apache/mod_authnz_pam/%{name}-%{version}.tar.gz
BuildRequires: httpd-devel
BuildRequires: pam-devel
BuildRequires: pkgconfig
-Requires(pre): httpd
Requires: httpd-mmn = %{_httpd_mmn}
Requires: pam
@@ -64,6 +63,9 @@ install -Dp -m 0644 authnz_pam.confx $RPM_BUILD_ROOT%{_httpd_confdir}/authnz_pam
%{_httpd_moddir}/*.so
%changelog
+* Mon Mar 21 2016 Jan Pazdziora <jpazdziora@redhat.com> - 1.0.2-1
+- 1319166 - the Requires(pre) httpd does not seem to be needed.
+
* Tue Nov 10 2015 Jan Pazdziora <jpazdziora@redhat.com> - 1.0.1-1
- Fix handling of pre-auth / OTP / 2FA situations.