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>
This commit is contained in:
parent
9e9e460851
commit
3dc29f87fd
@ -8,7 +8,7 @@
|
|||||||
Summary: PAM authorization checker and PAM Basic Authentication provider
|
Summary: PAM authorization checker and PAM Basic Authentication provider
|
||||||
Name: mod_authnz_pam
|
Name: mod_authnz_pam
|
||||||
Version: 1.1.0
|
Version: 1.1.0
|
||||||
Release: 6%{?dist}
|
Release: 7%{?dist}
|
||||||
License: ASL 2.0
|
License: ASL 2.0
|
||||||
Group: System Environment/Daemons
|
Group: System Environment/Daemons
|
||||||
URL: http://www.adelton.com/apache/mod_authnz_pam/
|
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
|
%{_httpd_moddir}/*.so
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Feb 09 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 1.1.0-7
|
||||||
|
- Escape macros in %%changelog
|
||||||
|
|
||||||
* Thu Feb 08 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.0-6
|
* Thu Feb 08 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.0-6
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||||
|
|
||||||
@ -81,7 +84,7 @@ install -Dp -m 0644 authnz_pam.confx $RPM_BUILD_ROOT%{_httpd_confdir}/authnz_pam
|
|||||||
* Tue Nov 22 2016 Jan Pazdziora <jpazdziora@redhat.com> - 1.1.0-1
|
* Tue Nov 22 2016 Jan Pazdziora <jpazdziora@redhat.com> - 1.1.0-1
|
||||||
- Logging improvements; success logging moved from notice to info level.
|
- Logging improvements; success logging moved from notice to info level.
|
||||||
- Fix redirect for AuthPAMExpiredRedirect with Basic Auth.
|
- 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
|
* Mon Mar 21 2016 Jan Pazdziora <jpazdziora@redhat.com> - 1.0.2-1
|
||||||
- 1319166 - the Requires(pre) httpd does not seem to be needed.
|
- 1319166 - the Requires(pre) httpd does not seem to be needed.
|
||||||
|
Loading…
Reference in New Issue
Block a user