9.20-1
This commit is contained in:
parent
9bb7ed3876
commit
6a8f8c8460
1
.gitignore
vendored
1
.gitignore
vendored
@ -2,3 +2,4 @@ initscripts-9.16.tar.bz2
|
|||||||
/initscripts-9.17.tar.bz2
|
/initscripts-9.17.tar.bz2
|
||||||
/initscripts-9.18.tar.bz2
|
/initscripts-9.18.tar.bz2
|
||||||
/initscripts-9.19.tar.bz2
|
/initscripts-9.19.tar.bz2
|
||||||
|
/initscripts-9.20.tar.bz2
|
||||||
|
@ -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.19
|
Version: 9.20
|
||||||
# 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
|
||||||
@ -19,7 +19,7 @@ Requires: /sbin/pidof, /sbin/blkid
|
|||||||
Requires: module-init-tools
|
Requires: module-init-tools
|
||||||
Requires: util-linux-ng >= 2.16
|
Requires: util-linux-ng >= 2.16
|
||||||
Requires: bash >= 3.0
|
Requires: bash >= 3.0
|
||||||
Requires: sysvinit-tools >= 2.87
|
Requires: sysvinit-tools >= 2.87-5
|
||||||
Requires: sysvinit-userspace
|
Requires: sysvinit-userspace
|
||||||
%if %{_with_upstart}
|
%if %{_with_upstart}
|
||||||
Conflicts: upstart < 0.6.0
|
Conflicts: upstart < 0.6.0
|
||||||
@ -275,6 +275,11 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
/etc/profile.d/debug*
|
/etc/profile.d/debug*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Sep 9 2010 Bill Nottingham <notting@redhat.com> - 9.20-1
|
||||||
|
- use new pidof -m option to avoid false positives (#632321)
|
||||||
|
- systemd/single: set $HOME for single-user mode. (#631590)
|
||||||
|
- systemd/killal.service: require shutdown.target (#630935, #632198)
|
||||||
|
|
||||||
* Tue Sep 7 2010 Bill Nottingham <notting@redhat.com> - 9.19-1
|
* Tue Sep 7 2010 Bill Nottingham <notting@redhat.com> - 9.19-1
|
||||||
- fix packaging of prefdm, rc-local systemd units (#630952)
|
- fix packaging of prefdm, rc-local systemd units (#630952)
|
||||||
- systemd/single.service: conflict with shutdown.target (#630935)
|
- systemd/single.service: conflict with shutdown.target (#630935)
|
||||||
|
Loading…
Reference in New Issue
Block a user