From c48b82823777ab8c0bce2f4f5b71e5a1698d37ab Mon Sep 17 00:00:00 2001 From: Jan Pazdziora Date: Mar 21 2016 10:51:58 +0000 Subject: 1319166 - the Requires(pre) httpd does not seem to be needed. --- diff --git a/.gitignore b/.gitignore index 53cb79b..1ccd7f2 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ /mod_authnz_pam-0.9.3.tar.gz /mod_authnz_pam-1.0.0.tar.gz /mod_authnz_pam-1.0.1.tar.gz +/mod_authnz_pam-1.0.2.tar.gz diff --git a/mod_authnz_pam.spec b/mod_authnz_pam.spec index 43708fa..7b8b030 100644 --- a/mod_authnz_pam.spec +++ b/mod_authnz_pam.spec @@ -7,8 +7,8 @@ Summary: PAM authorization checker and PAM Basic Authentication provider Name: mod_authnz_pam -Version: 1.0.1 -Release: 4%{?dist} +Version: 1.0.2 +Release: 1%{?dist} License: ASL 2.0 Group: System Environment/Daemons URL: http://www.adelton.com/apache/mod_authnz_pam/ @@ -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 - 1.0.2-1 +- 1319166 - the Requires(pre) httpd does not seem to be needed. + * Thu Feb 04 2016 Fedora Release Engineering - 1.0.1-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild diff --git a/sources b/sources index bfbdedb..ec3e7e6 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -80ba85977d8a5f0bb7139568cf9b08c5 mod_authnz_pam-1.0.1.tar.gz +6014627850b1d26211ed18685e5c42b1 mod_authnz_pam-1.0.2.tar.gz