This commit is contained in:
Bill Nottingham 2010-09-07 15:32:49 -04:00
parent c628fe89be
commit 9bb7ed3876
3 changed files with 9 additions and 4 deletions

1
.gitignore vendored
View File

@ -1,3 +1,4 @@
initscripts-9.16.tar.bz2
/initscripts-9.17.tar.bz2
/initscripts-9.18.tar.bz2
/initscripts-9.19.tar.bz2

View File

@ -4,7 +4,7 @@
Summary: The inittab file and the /etc/init.d scripts
Name: initscripts
Version: 9.18
Version: 9.19
# ppp-watch is GPLv2+, everything else is GPLv2
License: GPLv2 and GPLv2+
Group: System Environment/Base
@ -97,7 +97,7 @@ make ROOT=$RPM_BUILD_ROOT SUPERUSER=`id -un` SUPERGROUP=`id -gn` mandir=%{_mandi
rm -rf $RPM_BUILD_ROOT/etc/init
%endif
%if ! %{_with_systemd}
rm -rf $RPM_BUILD_ROOT/etc/systemd $RPM_BUILD_ROOT/lib/systemd
rm -rf $RPM_BUILD_ROOT/lib/systemd
%endif
rm -f $RPM_BUILD_ROOT/etc/inittab.*
@ -212,7 +212,6 @@ rm -rf $RPM_BUILD_ROOT
/etc/init/*
%endif
%if %{_with_systemd}
%config(noreplace) /etc/systemd/system/*
/lib/systemd/system/*
%endif
%config /etc/X11/prefdm
@ -276,6 +275,11 @@ rm -rf $RPM_BUILD_ROOT
/etc/profile.d/debug*
%changelog
* Tue Sep 7 2010 Bill Nottingham <notting@redhat.com> - 9.19-1
- fix packaging of prefdm, rc-local systemd units (#630952)
- systemd/single.service: conflict with shutdown.target (#630935)
- translation updates: ja, pt_BR, ru
* Fri Sep 3 2010 Bill Nottingham <notting@redhat.com> - 9.18-1
- fix for new cgroups location (#612789, others <plautrba@redhat.com>)
- add in basic systemd units

View File

@ -1 +1 @@
1383f0341df08d77c60b496769e305fe initscripts-9.18.tar.bz2
35bba02e1a736bb1425271f4d5dbd078 initscripts-9.19.tar.bz2