diff --git a/sysvinit.changes b/sysvinit.changes index a1b1654..e220236 100644 --- a/sysvinit.changes +++ b/sysvinit.changes @@ -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 diff --git a/sysvinit.spec b/sysvinit.spec index 745fa5c..c657748 100644 --- a/sysvinit.spec +++ b/sysvinit.spec @@ -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