diff options
author | Lukas Nykryn <lnykryn@redhat.com> | 2013-02-20 15:53:27 +0100 |
---|---|---|
committer | Lukas Nykryn <lnykryn@redhat.com> | 2013-02-20 15:53:27 +0100 |
commit | 7a0ded0748bb0cd47afe2d0e7ecd428376427198 (patch) | |
tree | 8c06ae57aa6f0ccb11d134cd84f2b32eb51f1270 | |
parent | 985eb92c4b139c760d660544136ea259dec3d4e7 (diff) | |
download | initscripts-7a0ded0748bb0cd47afe2d0e7ecd428376427198.tar initscripts-7a0ded0748bb0cd47afe2d0e7ecd428376427198.tar.gz initscripts-7a0ded0748bb0cd47afe2d0e7ecd428376427198.tar.bz2 initscripts-7a0ded0748bb0cd47afe2d0e7ecd428376427198.tar.xz initscripts-7a0ded0748bb0cd47afe2d0e7ecd428376427198.zip |
9.42.2-1
-rw-r--r-- | initscripts.spec | 16 |
1 files changed, 15 insertions, 1 deletions
diff --git a/initscripts.spec b/initscripts.spec index 018fde12..cc0d2264 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.42.1 +Version: 9.42.2 # ppp-watch is GPLv2+, everything else is GPLv2 License: GPLv2 and GPLv2+ Group: System Environment/Base @@ -214,6 +214,20 @@ rm -rf $RPM_BUILD_ROOT /etc/profile.d/debug* %changelog +* Wed Feb 20 2013 Lukáš Nykrýn <lnykryn@redhat.com> - 9.42.2-1 +- limit udev rule for network renaming (#907365, mschmidt@redhat.com) +- fix path for arpwatch, seems to be in /var/lib on Fedora 18 +- fix the path for lvm cache, there is no file /etc/lvm/.cache ( but there is one /etc/lvm/cache ) +- fix path for dhcpd, is /var/lib/dhcpd since 2005 ( see 31cdb58df77 on the dhcp package git ) +- fix the patch for apache modules in rwtab, that are now in /var/cache/httpd +- remove no longer used directory ( at least in Fedora ), hald is deprecated, /var/tux cannot be found and xend seems to use a subdirectory of /var/lib/xen +- correct the path for puppet directory in /etc/rwtab, now use /var/lib/puppet by default +- Correctly detect Open vSwitch device types +- Clear DEVICE and TYPE variables before every iteration (#902463) +- Add /usr/libexec/initscripts to file list (#894475) +- Rename term256 to 256term (glob sort) (#849429) +- Readd missing shebang. (#885821) + * Fri Dec 7 2012 Bill Nottingham <notting@redhat.com> - 9.42.1-1 - 60-net.rules: explicitly set the interface name (#870859) - ifup-eth: set firewall zone before ifup-ipv6 for DHCPv6 (#802415) |