This commit is contained in:
Bill Nottingham 2011-04-06 16:23:32 -04:00
parent 1807e68090
commit 5c23e7c369
3 changed files with 13 additions and 5 deletions

2
.gitignore vendored
View File

@ -1 +1 @@
/initscripts-9.28.tar.bz2 /initscripts-9.29.tar.bz2

View File

@ -4,7 +4,7 @@
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.28 Version: 9.29
# 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
@ -27,8 +27,8 @@ Requires: upstart-sysvinit
%endif %endif
%endif %endif
%if %{_with_systemd} %if %{_with_systemd}
Conflicts: systemd < 12-1 Conflicts: systemd < 23-1
Conflicts: systemd-units < 12-1 Conflicts: systemd-units < 23-1
%if ! %{_with_upstart} %if ! %{_with_upstart}
Requires: systemd-sysvinit Requires: systemd-sysvinit
%endif %endif
@ -125,6 +125,7 @@ rm -f \
%endif %endif
touch $RPM_BUILD_ROOT/etc/crypttab touch $RPM_BUILD_ROOT/etc/crypttab
chmod 600 $RPM_BUILD_ROOT/etc/crypttab
%pre %pre
/usr/sbin/groupadd -g 22 -r -f utmp /usr/sbin/groupadd -g 22 -r -f utmp
@ -312,6 +313,13 @@ rm -rf $RPM_BUILD_ROOT
/etc/profile.d/debug* /etc/profile.d/debug*
%changelog %changelog
* Wed Apr 06 2011 Bill Nottingham <notting@redhat.com> - 9.29-1
- systemd: add a storage setup service after cryptsetup.target (#692198)
- fix /.autorelabel handling (<mschimdt@redhat.com>)
- don't explicitly disallow IPv6 aliases (#583409, #612877)
- netfs: don't print errors if mdadm isn't installed. (#692187)
- ifup-eth: use /run/initramfs rather then /dev/.run/initramfs (<harald@redhat.com>)
* Fri Mar 25 2011 Bill Nottingham <notting@redhat.com> - 9.28-1 * Fri Mar 25 2011 Bill Nottingham <notting@redhat.com> - 9.28-1
- add some generic network logging, port scripts to it (#507515, #653630) - add some generic network logging, port scripts to it (#507515, #653630)
- add an error when setting the gateway fails (#672202) - add an error when setting the gateway fails (#672202)

View File

@ -1 +1 @@
8c6096fc50b4fd9fa79146bd4b56b6b4 initscripts-9.28.tar.bz2 7c0674c69e389f4855c0a3bdde31b73d initscripts-9.29.tar.bz2