From 9ca50ad51b3bd322b9686f95220e790fe07f8a61 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 10 Feb 2017 21:32:44 +0000 Subject: [PATCH] - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild --- mod_authnz_pam.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/mod_authnz_pam.spec b/mod_authnz_pam.spec index 7106941..50251cd 100644 --- a/mod_authnz_pam.spec +++ b/mod_authnz_pam.spec @@ -8,7 +8,7 @@ Summary: PAM authorization checker and PAM Basic Authentication provider Name: mod_authnz_pam Version: 1.1.0 -Release: 1%{?dist} +Release: 2%{?dist} License: ASL 2.0 Group: System Environment/Daemons URL: http://www.adelton.com/apache/mod_authnz_pam/ @@ -63,6 +63,9 @@ install -Dp -m 0644 authnz_pam.confx $RPM_BUILD_ROOT%{_httpd_confdir}/authnz_pam %{_httpd_moddir}/*.so %changelog +* Fri Feb 10 2017 Fedora Release Engineering - 1.1.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild + * Tue Nov 22 2016 Jan Pazdziora - 1.1.0-1 - Logging improvements; success logging moved from notice to info level. - Fix redirect for AuthPAMExpiredRedirect with Basic Auth.