2
0
mirror of https://gitlab.com/apparmor/apparmor synced 2025-08-22 01:57:43 +00:00

Fixup changelog, in specfile and changes file.

This commit is contained in:
Steve Beattie 2006-11-07 22:08:48 +00:00
parent 23605a1d2e
commit e3503227d5
2 changed files with 43 additions and 1 deletions

View File

@ -1,5 +1,39 @@
-------------------------------------------------------------------
Tue Oct 31 12:00:00 UTC 2006 - jmichael@suse
- Add debug option
-------------------------------------------------------------------
Tue Oct 31 12:00:00 UTC 2006 - sbeattie@suse
- Add configuration options to order attempted hat changes
-------------------------------------------------------------------
Wed Oct 25 12:00:00 UTC 2006 - sbeattie@suse
- remove auto-editing of pam's common-session
- honor RPM's CFLAGS when building
- add license (same as Linux PAM package).
-------------------------------------------------------------------
Thu Sep 14 12:00:00 UTC 2006 - jmichael@suse
- header comment was incorrect
- use pam_get_user() instead of pam_get_item()
- fix read from urandom if 0
-------------------------------------------------------------------
Fri Jan 13 12:00:00 UTC 2006 - sbeattie@suse
- Add svn repo number to tarball
-------------------------------------------------------------------
Fri Jan 13 12:00:00 UTC 2006 - jmichael@suse
- Make magic tokens harder to guess by pulling them from /dev/urandom
-------------------------------------------------------------------
Wed Dec 21 10:31:40 PST 2005 - jmichael@suse.de
- initial
- initial

View File

@ -56,10 +56,18 @@ make install DESTDIR=${RPM_BUILD_ROOT} SECDIR=${RPM_BUILD_ROOT}/%{_lib}/security
%attr(555,root,root) /%{_lib}/security/pam_apparmor.so
%changelog -n pam_apparmor
* Tue Oct 31 2006 Jesse Michael <jmichael@suse.de>
- Add debug option
* Tue Oct 31 2006 Steve Beattie <sbeattie@suse.de>
- Add configuration options to order attempted hat changes
* Wed Oct 25 2006 Steve Beattie <sbeattie@suse.de>
- remove auto-editing of pam's common-session
- honor RPM's CFLAGS when building
- add license (same as Linux PAM package).
* Thu Sep 14 2006 Jesse Michael <jmichael@suse.de>
- header comment was incorrect
- use pam_get_user() instead of pam_get_item()
- fix read from urandom if 0
* Fri Jan 13 2006 Steve Beattie <sbeattie@suse.de>
- Add svn repo number to tarball
* Fri Jan 13 2006 Jesse Michael <jmichael@suse.de>