aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLukas Nykryn <lnykryn@redhat.com>2013-05-31 09:49:05 +0200
committerLukas Nykryn <lnykryn@redhat.com>2013-05-31 09:49:05 +0200
commitabdaf4ac656e99193a0b1653056733c211441bec (patch)
tree8a60f3e2233ad1c812dcdf66c7e7df9faf696f38
parentc53e6e2b4b5acfcc86053f6d4db51d776c37647f (diff)
downloadinitscripts-abdaf4ac656e99193a0b1653056733c211441bec.tar
initscripts-abdaf4ac656e99193a0b1653056733c211441bec.tar.gz
initscripts-abdaf4ac656e99193a0b1653056733c211441bec.tar.bz2
initscripts-abdaf4ac656e99193a0b1653056733c211441bec.tar.xz
initscripts-abdaf4ac656e99193a0b1653056733c211441bec.zip
-rw-r--r--initscripts.spec13
1 files changed, 12 insertions, 1 deletions
diff --git a/initscripts.spec b/initscripts.spec
index d949c9c0..2fbd1cab 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.46
+Version: 9.47
# ppp-watch is GPLv2+, everything else is GPLv2
License: GPLv2 and GPLv2+
Group: System Environment/Base
@@ -217,6 +217,17 @@ rm -rf $RPM_BUILD_ROOT
/etc/profile.d/debug*
%changelog
+* Fri May 31 2013 Lukáš Nykrýn <lnykryn@redhat.com> - 9.47-1
+- network-functions: to determine state of nscd check socket not lock (#960779)
+- sysconfig.txt advised saslauthd -a instad of -v
+- update translations from transifex
+- drop translation for other initscripts
+- tweak ifup/ifdown usage and man page (#961917)
+- ctrl-alt-delete.target is provided by systemd package
+- remove some defaults from arch specific sysctl.conf
+- readonly-root: remount rpc_pipefs if readonly-root is used
+- service: mention legacy actions and systemctl redirection in man page
+
* Fri Apr 12 2013 Lukáš Nykrýn <lnykryn@redhat.com> - 9.46-1
- add /var/lib/NetworkManager
- add ipip6 tunneling support (#928232, raorn@raorn.name)