diff --git a/.gitignore b/.gitignore index d778885..d176d58 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /initscripts-9.43.tar.bz2 +/initscripts-9.44.tar.bz2 diff --git a/65173d7.patch b/65173d7.patch deleted file mode 100644 index 0b72acd..0000000 --- a/65173d7.patch +++ /dev/null @@ -1,30 +0,0 @@ -commit 65173d72f1a662a8596aa0e14232556ba40e452f (origin/master, origin/HEAD, master) -Author: Bill Nottingham -Date: Fri Dec 7 16:21:59 2012 -0500 - - Fix build. - -diff --git a/Makefile b/Makefile -index 1c6bce8..c6fc7a0 100644 ---- a/Makefile -+++ b/Makefile -@@ -22,6 +22,7 @@ install: - install -m644 adjtime $(ROOT)/etc - install -m644 inittab $(ROOT)/etc - install -m644 rwtab statetab networks $(ROOT)/etc -+ install -m755 service $(ROOT)/sbin - install -m644 lang.csh lang.sh $(ROOT)/etc/profile.d - install -m644 term256.csh term256.sh $(ROOT)/etc/profile.d - install -m644 debug.csh debug.sh $(ROOT)/etc/profile.d -diff --git a/initscripts.spec b/initscripts.spec -index ce34c7f..c7f3a1c 100644 ---- a/initscripts.spec -+++ b/initscripts.spec -@@ -175,7 +175,6 @@ rm -rf $RPM_BUILD_ROOT - %exclude /etc/profile.d/debug* - /etc/profile.d/* - /usr/sbin/sys-unconfig --/sbin/setsysfont - /bin/ipcalc - /bin/usleep - %attr(4755,root,root) /usr/sbin/usernetctl diff --git a/initscripts.spec b/initscripts.spec index 71b07a4..d5645c9 100644 --- a/initscripts.spec +++ b/initscripts.spec @@ -1,10 +1,10 @@ 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 -Release: 2%{?dist} +Release: 1%{?dist} URL: http://fedorahosted.org/releases/i/n/initscripts/ Source: http://fedorahosted.org/releases/i/n/initscripts/initscripts-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root @@ -32,7 +32,6 @@ Requires(pre): /usr/sbin/groupadd Requires(post): /sbin/chkconfig, coreutils Requires(preun): /sbin/chkconfig BuildRequires: glib2-devel popt-devel gettext pkgconfig -Patch1: 65173d7.patch %description The initscripts package contains the basic system scripts used to boot @@ -53,7 +52,6 @@ Currently, this consists of various memory checking code. %prep %setup -q -%patch1 -p1 %build make @@ -107,7 +105,7 @@ exit 0 %postun if [ $1 -ge 1 ]; then - /bin/systemctl daemon-reload > /dev/null 2>&1 || : + /bin/systemctl daemon-reload > /dev/null 2>&1 || : fi %clean @@ -209,6 +207,7 @@ rm -rf $RPM_BUILD_ROOT %ghost %verify(not md5 size mtime) %config(noreplace,missingok) /etc/crypttab %dir /lib/tmpfiles.d /lib/tmpfiles.d/initscripts.conf +%dir /usr/libexec/initscripts %dir /usr/libexec/initscripts/legacy-actions %files -n debugmode @@ -217,8 +216,29 @@ rm -rf $RPM_BUILD_ROOT /etc/profile.d/debug* %changelog -* Thu Feb 14 2013 Fedora Release Engineering - 9.43-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild +* Wed Feb 20 2013 Lukáš Nykrýn - 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 - 9.43-1 - 60-net.rules: explicitly set the interface name (#870859) @@ -1448,7 +1468,7 @@ rm -rf $RPM_BUILD_ROOT * Thu Oct 07 2004 Florian La Roche - change /etc/sysctl.conf to not allow source routed packets per default -* Fri Oct 6 2004 Bill Nottingham - 7.88-1 +* Wed Oct 6 2004 Bill Nottingham - 7.88-1 - fix requires * Tue Oct 5 2004 Dan Walsh - 7.87-1 @@ -1546,7 +1566,7 @@ rm -rf $RPM_BUILD_ROOT * Tue Aug 24 2004 Karsten Hopp 7.68-1 - execute zfcfconf.sh if available (mainframe) -* Mon Aug 20 2004 Jason Vas Dias 7.67-1 +* Mon Aug 23 2004 Jason Vas Dias 7.67-1 - fix change_resolv_conf: if pre-existing /etc/resolv.conf - non-existent or empty, replace with new file contents. @@ -1579,7 +1599,7 @@ rm -rf $RPM_BUILD_ROOT - fix nfs unmounting (#129765) - fix URL (#129433) -* Tue Aug 11 2004 Jason Vas Dias 7.61-1 +* Wed Aug 11 2004 Jason Vas Dias 7.61-1 - fix for bug 120093: add PERSISTENT_DHCLIENT option to ifcfg files * Tue Aug 3 2004 Karsten Hopp 7.60-1 @@ -1923,7 +1943,7 @@ rm -rf $RPM_BUILD_ROOT - loop checking for network link state, don't unilterally wait five seconds -* Fri Dec 14 2002 Karsten Hopp 6.99-1 +* Sat Dec 14 2002 Karsten Hopp 6.99-1 - remove call to /sbin/update for S/390, too * Wed Dec 11 2002 Bill Nottingham 6.98-1 @@ -2276,7 +2296,7 @@ rm -rf $RPM_BUILD_ROOT * Mon Jul 16 2001 Than Ngo - fix country_code for ISDN -* Tue Jul 9 2001 Bill Nottingham +* Mon Jul 9 2001 Bill Nottingham - fix '--check' - prereq sh-utils (#43065) - fix some invocations of reboot/halt (#45966) @@ -2292,7 +2312,7 @@ rm -rf $RPM_BUILD_ROOT - Fix up kernel versioning on binary-only modules (S390) - don't use newt scripts on S390 console -* Sat Jul 01 2001 Trond Eivind Glomsrød +* Sun Jul 01 2001 Trond Eivind Glomsrød - reenable pump, but make sure dhcpcd is the default. This way, upgrades of systems without dhcpcd has a better chance at working. @@ -2530,7 +2550,7 @@ rm -rf $RPM_BUILD_ROOT * Tue Aug 15 2000 Nalin Dahyabhai - be more careful about creating files in netreport (#16164) -* Sat Aug 11 2000 Nalin Dahyabhai +* Fri Aug 11 2000 Nalin Dahyabhai - move documentation for the DEMAND and IDLETIMEOUT values to the right section of sysconfig.txt @@ -2599,7 +2619,7 @@ rm -rf $RPM_BUILD_ROOT * Sun Jul 02 2000 Trond Eivind Glomsrød - don't use tail -* Thu Jun 28 2000 Trond Eivind Glomsrød +* Wed Jun 28 2000 Trond Eivind Glomsrød - add support for USB controllers and HID devices (mice, keyboards) @@ -2641,7 +2661,7 @@ rm -rf $RPM_BUILD_ROOT - fix lang.csh, again (oops) - use /poweroff, /halt to determine whether to poweroff -* Thu Apr 14 2000 Bill Nottingham +* Fri Apr 14 2000 Bill Nottingham - fix testing of RESOLV_MODS (which shouldn't be used anyways) * Tue Apr 04 2000 Ngo Than @@ -2745,7 +2765,7 @@ rm -rf $RPM_BUILD_ROOT - better signal handling in ppp-watch - yet another attempt to fix those rare PAP/CHAP problems -* Sat Nov 28 1999 Bill Nottingham +* Sun Nov 28 1999 Bill Nottingham - impressive. Three new features, three new bugs. * Mon Nov 22 1999 Michael K. Johnson @@ -3018,7 +3038,7 @@ rm -rf $RPM_BUILD_ROOT * Tue Nov 10 1998 Michael K. Johnson - handle new linuxconf output for ipaliases -* Mon Oct 15 1998 Erik Troan +* Thu Oct 15 1998 Erik Troan - fixed raid start stuff - added raidstop to halt diff --git a/sources b/sources index 18346ab..ac77aa9 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -a225c9b7b0786e395b38a4d919e7d72f initscripts-9.43.tar.bz2 +2a59d3bd214b4dc6238046490d536e42 initscripts-9.44.tar.bz2