This commit is contained in:
Lukas Nykryn 2013-05-31 09:54:31 +02:00
parent f09524c211
commit 65eb00a889
4 changed files with 14 additions and 14 deletions

1
.gitignore vendored
View File

@ -2,3 +2,4 @@
/initscripts-9.44.tar.bz2
/initscripts-9.45.tar.bz2
/initscripts-9.46.tar.bz2
/initscripts-9.47.tar.bz2

View File

@ -1,12 +0,0 @@
diff -up initscripts-9.39/systemd/system/fedora-wait-storage.service.old initscripts-9.39/systemd/system/fedora-wait-storage.service
--- initscripts-9.39/systemd/system/fedora-wait-storage.service.old 2012-06-29 16:28:04.000000000 -0400
+++ initscripts-9.39/systemd/system/fedora-wait-storage.service 2012-07-09 14:47:30.288511989 -0400
@@ -4,7 +4,7 @@ DefaultDependencies=no
Conflicts=shutdown.target
After=systemd-udev-settle.service
Before=local-fs.target shutdown.target
-Wants=systemd-udev.service systemd-udev-settle.service
+Wants=systemd-udev-settle.service
[Service]
ExecStart=-/sbin/rmmod scsi_wait_scan

View File

@ -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)

View File

@ -1 +1 @@
f0755d9f1e0a8ae470c22798695c3b39 initscripts-9.46.tar.bz2
93a50efd8d262f3bceb0d15c8b8b02ab initscripts-9.47.tar.bz2