.
OBS-URL: https://build.opensuse.org/package/show/Base:System/sysvinit?expand=0&rev=35
This commit is contained in:
parent
724d05d52a
commit
4449329b6c
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 9 15:45:51 CEST 2010 - werner@suse.de
|
||||
|
||||
- Correct Pre-Requires to refelct package split
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 9 14:30:08 CEST 2010 - werner@suse.de
|
||||
|
||||
|
@ -27,7 +27,6 @@ Name: sysvinit
|
||||
%define START 0.54
|
||||
License: GPLv2+
|
||||
Group: System/Base
|
||||
PreReq: coreutils
|
||||
AutoReqProv: on
|
||||
Version: 2.86
|
||||
Release: 222
|
||||
@ -81,6 +80,12 @@ more information.
|
||||
License: GPLv2+
|
||||
Summary: Tools for basic booting
|
||||
Group: System/Base
|
||||
%if 0%{suse_version} > 1120
|
||||
Require(preun): coreutils mkinitrd %insserv_prereq
|
||||
Require(postun): coreutils mkinitrd %insserv_prereq
|
||||
%else
|
||||
PreReq: coreutils mkinitrd %insserv_prereq
|
||||
%endif
|
||||
|
||||
%description tools
|
||||
Helper tools from sysvinit that support booting, including but not exclusive
|
||||
|
Loading…
Reference in New Issue
Block a user