aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLukas Nykryn <lnykryn@redhat.com>2013-02-20 16:15:33 +0100
committerLukas Nykryn <lnykryn@redhat.com>2013-02-20 16:15:33 +0100
commit56f31196ccdcb79fc105b2ada4078e05f5c5b3fb (patch)
treef72e0c699270bbb33b2470ea079349aaac3b2ef1
parent12d202779bc74c9be2f78ebed721b4c266d28172 (diff)
downloadinitscripts-9.44-1.tar
initscripts-9.44-1.tar.gz
initscripts-9.44-1.tar.bz2
initscripts-9.44-1.tar.xz
initscripts-9.44-1.zip
-rw-r--r--initscripts.spec26
1 files changed, 25 insertions, 1 deletions
diff --git a/initscripts.spec b/initscripts.spec
index fe75b48b..d5645c9a 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.43
+Version: 9.44
# ppp-watch is GPLv2+, everything else is GPLv2
License: GPLv2 and GPLv2+
Group: System Environment/Base
@@ -216,6 +216,30 @@ rm -rf $RPM_BUILD_ROOT
/etc/profile.d/debug*
%changelog
+* Wed Feb 20 2013 Lukáš Nykrýn <lnykryn@redhat.com> - 9.44-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
+- allow passing -F from /.autorelabel to fixfiles when relabeling system (#904279)
+- correctly detect Open vSwitch device types
+- clear DEVICE and TYPE variables before every iteration (#902463)
+- sets BONDING_OPTS before interface is brougth up
+- check an IP address for existence in ifup-alias (#852005)
+- sync FSF address with GPL 2 text.
+- fix rpmlint's spaces vs tabs warning.
+- fix bogus %changelog dates.
+- build with $RPM_LD_FLAGS.
+- use -sf, not -s. (#901827)
+- add /usr/libexec/initscripts to file list (#894475)
+- rename term256 to 256term (glob sort) (#849429)
+- readd missing shebang. (#885821)
+- migrate even further away from /etc/sysconfig/network for hostname, and /etc/sysconfig/i18n.
+
* Fri Dec 7 2012 Bill Nottingham <notting@redhat.com> - 9.43-1
- 60-net.rules: explicitly set the interface name (#870859)
- ifup-eth: set firewall zone before ifup-ipv6 for DHCPv6 (#802415)