9.21-1
This commit is contained in:
parent
6a8f8c8460
commit
b012c93a5b
1
.gitignore
vendored
1
.gitignore
vendored
@ -3,3 +3,4 @@ initscripts-9.16.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
|
/initscripts-9.20.tar.bz2
|
||||||
|
/initscripts-9.21.tar.bz2
|
||||||
|
@ -1,10 +1,10 @@
|
|||||||
%define _with_upstart 1
|
%define _with_upstart 0
|
||||||
%define _with_systemd 1
|
%define _with_systemd 1
|
||||||
%define _with_sysvinit 0
|
%define _with_sysvinit 0
|
||||||
|
|
||||||
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.20
|
Version: 9.21
|
||||||
# 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
|
||||||
@ -23,10 +23,16 @@ 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
|
||||||
|
%if ! %{_with_systemd}
|
||||||
|
Requires: upstart-sysvinit
|
||||||
|
%endif
|
||||||
%endif
|
%endif
|
||||||
%if %{_with_systemd}
|
%if %{_with_systemd}
|
||||||
Conflicts: systemd < 9-3
|
Conflicts: systemd < 9-3
|
||||||
Conflicts: systemd-units < 9-3
|
Conflicts: systemd-units < 9-3
|
||||||
|
%if ! %{_with_upstart}
|
||||||
|
Requires: systemd-sysvinit
|
||||||
|
%endif
|
||||||
%endif
|
%endif
|
||||||
%if %{_with_sysvinit}
|
%if %{_with_sysvinit}
|
||||||
Requires: SysVinit >= 2.85-38
|
Requires: SysVinit >= 2.85-38
|
||||||
@ -275,6 +281,12 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
/etc/profile.d/debug*
|
/etc/profile.d/debug*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Seo 17 2010 Bill Nottingham <notting@redhat.com> - 9.21-1
|
||||||
|
- build for systemd only
|
||||||
|
- ship a default.target link in case the one in /etc gets deleted
|
||||||
|
- rc.sysinit: reset btmp on boot if necessary (#633768, <dmach@redhat.com>)
|
||||||
|
- single.service: fix invocation so that 'runlevel' works (#630914)
|
||||||
|
|
||||||
* Thu Sep 9 2010 Bill Nottingham <notting@redhat.com> - 9.20-1
|
* Thu Sep 9 2010 Bill Nottingham <notting@redhat.com> - 9.20-1
|
||||||
- use new pidof -m option to avoid false positives (#632321)
|
- use new pidof -m option to avoid false positives (#632321)
|
||||||
- systemd/single: set $HOME for single-user mode. (#631590)
|
- systemd/single: set $HOME for single-user mode. (#631590)
|
||||||
|
Loading…
Reference in New Issue
Block a user