diff --git a/.gitignore b/.gitignore index c9c534a..5e84f62 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ /initscripts-9.45.tar.bz2 /initscripts-9.46.tar.bz2 /initscripts-9.47.tar.bz2 +/initscripts-9.48.tar.bz2 diff --git a/initscripts.spec b/initscripts.spec index 2fbd1ca..4952efa 100644 --- a/initscripts.spec +++ b/initscripts.spec @@ -1,6 +1,6 @@ Summary: The inittab file and the /etc/init.d scripts Name: initscripts -Version: 9.47 +Version: 9.48 # ppp-watch is GPLv2+, everything else is GPLv2 License: GPLv2 and GPLv2+ Group: System Environment/Base @@ -217,6 +217,16 @@ rm -rf $RPM_BUILD_ROOT /etc/profile.d/debug* %changelog +* Fri Jul 12 2013 Lukáš Nykrýn - 9.48-1 +- man: add systemd man pages to service.8 "see also" section +- add possibility to set domainname through /etc/sysconfig/network +- rename_device: don't wait for lock with lower permissions +- 256term.csh: remove quotes around variable (#979796) +- drop useless variables from /etc/sysconfig/init +- readonly-root: rpcidmapd restart is not needed anymore +- ifup-eth: print error only if arping is really called (#974603) +- readonly-root: Add /var/lib/samba to rwtab + * Fri May 31 2013 Lukáš Nykrýn - 9.47-1 - network-functions: to determine state of nscd check socket not lock (#960779) - sysconfig.txt advised saslauthd -a instad of -v diff --git a/sources b/sources index 6b99a42..78eb82c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -93a50efd8d262f3bceb0d15c8b8b02ab initscripts-9.47.tar.bz2 +7dfab81a5a8d3f0dea5ba55e391c26f3 initscripts-9.48.tar.bz2