9.47-1
This commit is contained in:
parent
f09524c211
commit
65eb00a889
1
.gitignore
vendored
1
.gitignore
vendored
@ -2,3 +2,4 @@
|
|||||||
/initscripts-9.44.tar.bz2
|
/initscripts-9.44.tar.bz2
|
||||||
/initscripts-9.45.tar.bz2
|
/initscripts-9.45.tar.bz2
|
||||||
/initscripts-9.46.tar.bz2
|
/initscripts-9.46.tar.bz2
|
||||||
|
/initscripts-9.47.tar.bz2
|
||||||
|
12
fixunit.diff
12
fixunit.diff
@ -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
|
|
@ -1,6 +1,6 @@
|
|||||||
Summary: The inittab file and the /etc/init.d scripts
|
Summary: The inittab file and the /etc/init.d scripts
|
||||||
Name: initscripts
|
Name: initscripts
|
||||||
Version: 9.46
|
Version: 9.47
|
||||||
# ppp-watch is GPLv2+, everything else is GPLv2
|
# ppp-watch is GPLv2+, everything else is GPLv2
|
||||||
License: GPLv2 and GPLv2+
|
License: GPLv2 and GPLv2+
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
@ -217,6 +217,17 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
/etc/profile.d/debug*
|
/etc/profile.d/debug*
|
||||||
|
|
||||||
%changelog
|
%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
|
* Fri Apr 12 2013 Lukáš Nykrýn <lnykryn@redhat.com> - 9.46-1
|
||||||
- add /var/lib/NetworkManager
|
- add /var/lib/NetworkManager
|
||||||
- add ipip6 tunneling support (#928232, raorn@raorn.name)
|
- add ipip6 tunneling support (#928232, raorn@raorn.name)
|
||||||
|
Loading…
Reference in New Issue
Block a user