OBS User unknown 2008-04-21 16:31:09 +00:00 committed by Git OBS Bridge
parent cc3ea3896e
commit 3866356302
3 changed files with 9 additions and 2 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Apr 21 11:22:37 CEST 2008 - werner@suse.de
- Apply last change also for insserv call
-------------------------------------------------------------------
Fri Apr 18 13:48:03 CEST 2008 - werner@suse.de

View File

@ -89,7 +89,7 @@ fi
#
# Initialize runlevel links
#
%{fillup_and_insserv -py boot.proc boot.localfs boot.swap boot.clock boot.ldconfig boot.ipconfig boot.klog boot.localnet halt random reboot single}
%{fillup_and_insserv -py boot.proc boot.localfs boot.swap boot.setclock boot.getclock boot.ldconfig boot.ipconfig boot.klog boot.localnet halt random reboot single}
%{insserv_force_if_yast etc/init.d/boot.loadmodules etc/init.d/boot.cleanup etc/init.d/boot.rootfsck}
## powerfail probably needs empty header ...

View File

@ -21,7 +21,7 @@ Recommends: logrotate
PreReq: /usr/bin/sed /usr/bin/grep /bin/mv /bin/cat /bin/ls /bin/date /usr/bin/cmp /bin/fillup /sbin/insserv net-tools
AutoReqProv: on
Version: 11.0
Release: 52
Release: 53
Summary: SUSE Linux Base Package
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Source: aaa_base.tar.bz2
@ -142,6 +142,8 @@ rm -f /root/.gnupg/secring.gpg.aaa_save
%defattr(-,root,root)
%changelog
* Mon Apr 21 2008 werner@suse.de
- Apply last change also for insserv call
* Fri Apr 18 2008 werner@suse.de
- Split boot.clock into two scripts for boot and shutdown
Todo: make insserv knowing about Required-Stop to merge them