OBS User unknown 2009-04-24 00:32:58 +00:00 committed by Git OBS Bridge
parent 7b82c4f0f1
commit 6f385e1be2
3 changed files with 12 additions and 5 deletions

View File

@ -1,6 +1,6 @@
#!/bin/bash #!/bin/bash
#%stage: boot #%stage: boot
#%depends: udev #%depends: udev clock
#%programs: showconsole /sbin/blogd #%programs: showconsole /sbin/blogd
#%if: -x /sbin/blogd #%if: -x /sbin/blogd
#%dontshow #%dontshow

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Apr 21 18:40:42 CEST 2009 - werner@suse.de
- Make initrd script for blogd depend on initrd script clock
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Mar 27 13:08:59 CET 2009 - werner@suse.de Fri Mar 27 13:08:59 CET 2009 - werner@suse.de

View File

@ -30,7 +30,7 @@ Group: System/Base
PreReq: coreutils PreReq: coreutils
AutoReqProv: on AutoReqProv: on
Version: 2.86 Version: 2.86
Release: 203 Release: 204
Summary: SysV-Style init Summary: SysV-Style init
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: libselinux-devel libsepol-devel BuildRequires: libselinux-devel libsepol-devel
@ -327,6 +327,8 @@ rm -rf ${RPM_BUILD_ROOT}
%doc %{_mandir}/man8/mkill.8.gz %doc %{_mandir}/man8/mkill.8.gz
%changelog %changelog
* Tue Apr 21 2009 werner@suse.de
- Make initrd script for blogd depend on initrd script clock
* Fri Mar 27 2009 werner@suse.de * Fri Mar 27 2009 werner@suse.de
- Update to killproc 2.15 - Update to killproc 2.15
* New option -w for making startproc waiting on daemons parent * New option -w for making startproc waiting on daemons parent
@ -938,13 +940,13 @@ rm -rf ${RPM_BUILD_ROOT}
- Avoid trouble with hard links of binaries - Avoid trouble with hard links of binaries
* Sun Nov 07 1999 kukuk@suse.de * Sun Nov 07 1999 kukuk@suse.de
- mingetty: Add 1900 to tm_year, it contains the years since 1900. - mingetty: Add 1900 to tm_year, it contains the years since 1900.
* Wed Nov 03 1999 werner@suse.de * Thu Nov 04 1999 werner@suse.de
- New killproc 1.12 - New killproc 1.12
* Fix option -q of startproc * Fix option -q of startproc
* Fix Bug in wait4 handling of startproc * Fix Bug in wait4 handling of startproc
* Fix script detection: do not handle startproc, killproc, and * Fix script detection: do not handle startproc, killproc, and
checkproc as script interpreters checkproc as script interpreters
* Mon Nov 01 1999 werner@suse.de * Tue Nov 02 1999 werner@suse.de
- Add a patch from Marius - Add a patch from Marius
* Fri Oct 29 1999 werner@suse.de * Fri Oct 29 1999 werner@suse.de
- powerd should tell init if status is OK again - powerd should tell init if status is OK again
@ -1013,7 +1015,7 @@ rm -rf ${RPM_BUILD_ROOT}
- Integrate powerd-2.0 for a replacment of the obsolate old one - Integrate powerd-2.0 for a replacment of the obsolate old one
* Mon Nov 02 1998 ro@suse.de * Mon Nov 02 1998 ro@suse.de
- update to killproc-1.6 - update to killproc-1.6
* Wed Oct 21 1998 ro@suse.de * Thu Oct 22 1998 ro@suse.de
- update to killproc-1.5 (take 2) - update to killproc-1.5 (take 2)
* Thu Oct 08 1998 ro@suse.de * Thu Oct 08 1998 ro@suse.de
- killproc: libinit.c output of "can't open pid file" only "#if DEBUG" - killproc: libinit.c output of "can't open pid file" only "#if DEBUG"