summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIgor Gnatenko <ignatenkobrain@fedoraproject.org>2018-02-09 09:05:11 +0100
committerJan Pazdziora <jpazdziora@redhat.com>2018-02-23 13:27:31 +0100
commitbdf47540c2e4768f31da10599e78a4181fb391b5 (patch)
treef68ec94c0bb7c637b8709c1f47ab2c54b2c0571f
parent299bab912c3e2b396bca77c3f84e019554ffb9de (diff)
downloadmod_authnz_pam-bdf47540c2e4768f31da10599e78a4181fb391b5.tar.gz
mod_authnz_pam-bdf47540c2e4768f31da10599e78a4181fb391b5.tar.xz
mod_authnz_pam-bdf47540c2e4768f31da10599e78a4181fb391b5.zip
Escape macros in %changelog
Reference: https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org/thread/Y2ZUKK2B7T2IKXPMODNF6HB2O5T5TS6H/ Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org> (cherry picked from dist-git commit 3dc29f87fd91b51a0768e253604b7baa5efce360)
-rw-r--r--mod_authnz_pam.spec7
1 files changed, 5 insertions, 2 deletions
diff --git a/mod_authnz_pam.spec b/mod_authnz_pam.spec
index 330adaf..d01caf6 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: 7%{?dist}
License: ASL 2.0
Group: System Environment/Daemons
URL: http://www.adelton.com/apache/mod_authnz_pam/
@@ -63,10 +63,13 @@ install -Dp -m 0644 authnz_pam.confx $RPM_BUILD_ROOT%{_httpd_confdir}/authnz_pam
%{_httpd_moddir}/*.so
%changelog
+* Fri Feb 09 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 1.1.0-7
+- Escape macros in %%changelog
+
* Tue Nov 22 2016 Jan Pazdziora <jpazdziora@redhat.com> - 1.1.0-1
- Logging improvements; success logging moved from notice to info level.
- Fix redirect for AuthPAMExpiredRedirect with Basic Auth.
-- Fix AuthPAMExpiredRedirect %s escaping on Apache 2.2.
+- Fix AuthPAMExpiredRedirect %%s escaping on Apache 2.2.
* Mon Mar 21 2016 Jan Pazdziora <jpazdziora@redhat.com> - 1.0.2-1
- 1319166 - the Requires(pre) httpd does not seem to be needed.