summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Pazdziora <jpazdziora@redhat.com>2014-01-30 14:57:42 +0800
committerJan Pazdziora <jpazdziora@redhat.com>2014-01-30 19:50:40 +0800
commit21c394089bc817606b2083de633d024aecefb7bc (patch)
treee515dc137cebe8b334961b05dd6d8d56f04945ee
parent533d8183e1666cf2a19145b99d697ab5fa19622a (diff)
downloadmod_authnz_pam-0.8.tar.gz
mod_authnz_pam-0.8.tar.xz
mod_authnz_pam-0.8.zip
Adding email address to changelog per https://fedoraproject.org/wiki/Packaging:Guidelines#Changelogs.mod_authnz_pam-0.8
-rw-r--r--mod_authnz_pam.spec11
1 files changed, 7 insertions, 4 deletions
diff --git a/mod_authnz_pam.spec b/mod_authnz_pam.spec
index 3d5f7ec..7c13603 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: 0.7
+Version: 0.8
Release: 1%{?dist}
License: ASL 2.0
Group: System Environment/Daemons
@@ -58,12 +58,15 @@ install -Dp -m 0644 authnz_pam.conf $RPM_BUILD_ROOT%{_httpd_confdir}/authnz_pam.
%{_httpd_moddir}/*.so
%changelog
-* Thu Jan 09 2014 Jan Pazdziora - 0.7-1
+* Thu Jan 30 2014 Jan Pazdziora <jpazdziora@redhat.com> - 0.8-1
+- 1058805 - .spec changes for Fedora package review.
+
+* Thu Jan 09 2014 Jan Pazdziora <jpazdziora@redhat.com> - 0.7-1
- Declare all functions static for proper isolation.
-* Wed Jan 08 2014 Jan Pazdziora - 0.6-1
+* Wed Jan 08 2014 Jan Pazdziora <jpazdziora@redhat.com> - 0.6-1
- Make pam_authenticate_with_login_password available for other modules.
- Reformat documentation to make the Basic Auth usage less prominent.
-* Mon Jan 06 2014 Jan Pazdziora - 0.5-1
+* Mon Jan 06 2014 Jan Pazdziora <jpazdziora@redhat.com> - 0.5-1
- Initial release.