diff --git a/_service b/_service index 3114aa1..10d638b 100644 --- a/_service +++ b/_service @@ -1,7 +1,7 @@ 12.3 - git://gitorious.org/opensuse/aaa_base.git + git://github.com/openSUSE/aaa_base.git git diff --git a/aaa_base-12.3.tar.gz b/aaa_base-12.3.tar.gz index 5ca9805..025908f 100644 --- a/aaa_base-12.3.tar.gz +++ b/aaa_base-12.3.tar.gz @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:cd9a5300fb3945bbece105a4e53d2c2a4fad691485d3d9bb811d27d7f53866c6 -size 106816 +oid sha256:c7053fc1745e24a67255fda01ca7206f213384d567caecc1bae342006851c9c9 +size 107161 diff --git a/aaa_base.changes b/aaa_base.changes index ef7f948..20f1bd6 100644 --- a/aaa_base.changes +++ b/aaa_base.changes @@ -1,3 +1,25 @@ +------------------------------------------------------------------- +Mon Nov 5 09:24:44 UTC 2012 - coolo@suse.com + +- readd some boot.* scripts that are required by insserv for not ported + applications (they are empty though) + +------------------------------------------------------------------- +Wed Oct 31 10:00:59 UTC 2012 - werner@suse.de + +- Enforce creation of /etc/adjtime even if no /etc/sysconfig/clock exists (bnc#779440) + +------------------------------------------------------------------- +Thu Oct 25 10:16:04 UTC 2012 - coolo@suse.de + +- also move the file to /run +- generate utmp in /run not in /var/run + +------------------------------------------------------------------- +Thu Oct 25 10:05:27 UTC 2012 - coolo@suse.com + +- /var/run/utmp should be packaged as /run/utmp + ------------------------------------------------------------------- Mon Oct 22 14:55:15 UTC 2012 - werner@suse.de diff --git a/aaa_base.spec b/aaa_base.spec index 2762526..3acc0e2 100644 --- a/aaa_base.spec +++ b/aaa_base.spec @@ -162,10 +162,14 @@ rm -f /root/.gnupg/secring.gpg.aaa_save %ghost %attr(0600,root,root) %verify(not md5 size mtime) /var/log/faillog %ghost %attr(0664,root,utmp) %verify(not md5 size mtime) /var/log/wtmp %ghost %attr(0600,root,root) %verify(not md5 size mtime) /var/log/btmp -%ghost %attr(0664,root,utmp) %verify(not md5 size mtime) /var/run/utmp +%ghost %attr(0664,root,utmp) %verify(not md5 size mtime) /run/utmp # needed also with systemd /etc/init.d/boot.localnet /etc/init.d/powerfail +# needed for backward compat +/etc/init.d/boot.localfs +/etc/init.d/boot.rootfsck +/etc/init.d/boot.cleanup /etc/hushlogins %dir /lib/aaa_base /lib/aaa_base/convert_sysctl*