diff --git a/.gitignore b/.gitignore index d87b41d..7b7b2b1 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,4 @@ initscripts-9.16.tar.bz2 /initscripts-9.20.tar.bz2 /initscripts-9.21.tar.bz2 /initscripts-9.22.tar.bz2 +/initscripts-9.23.tar.bz2 diff --git a/initscripts.spec b/initscripts.spec index d964769..73134b9 100644 --- a/initscripts.spec +++ b/initscripts.spec @@ -4,11 +4,11 @@ Summary: The inittab file and the /etc/init.d scripts Name: initscripts -Version: 9.22 +Version: 9.23 # 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 @@ -59,7 +59,6 @@ Requires(pre): /usr/sbin/groupadd Requires(post): /sbin/chkconfig, coreutils Requires(preun): /sbin/chkconfig BuildRequires: glib2-devel popt-devel gettext pkgconfig -Patch: 48da8e5.patch %description The initscripts package contains the basic system scripts used to boot @@ -89,7 +88,6 @@ Currently, this consists of various memory checking code. %prep %setup -q -%patch -p1 %build make @@ -287,6 +285,8 @@ rm -rf $RPM_BUILD_ROOT %ghost %attr(0600,root,utmp) /var/log/btmp %ghost %attr(0664,root,utmp) /var/log/wtmp %ghost %attr(0664,root,utmp) /var/run/utmp +%dir /etc/tmpfiles.d +/etc/tmpfiles.d/initscripts.conf %files legacy %defattr(-,root,root) @@ -309,8 +309,12 @@ rm -rf $RPM_BUILD_ROOT /etc/profile.d/debug* %changelog -* Tue Nov 16 2010 Bill Nottingham - 9.22-2 -- remove our own crypttab services in favor of systemd's +* Thu Dec 02 2010 Bill Nottingham - 9.23-1 +- don't throw errors on unreadable /dev/stderr (#650103, ) +- support multiple ipv4 addresses, not just alias devices (#132912, #633984, ) +- properly handle /var/run on tmpfs (#656602, ) +- allow '0' as a vlan tag (#624704, #635360) +- assorted systemd unit cleanup () * Tue Nov 16 2010 Bill Nottingham - 9.22-1 - merge in systemd-specific startup support; package a -legacy package diff --git a/sources b/sources index 4c69e64..af4ad12 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -ab30a4dbea46fd7040a6e9932ad1e68b initscripts-9.22.tar.bz2 +bb012b5945caaa5fcf3268188af94337 initscripts-9.23.tar.bz2