OBS User unknown 2008-08-05 23:58:24 +00:00 committed by Git OBS Bridge
parent 9ea825ec40
commit dd5b847827
2 changed files with 18 additions and 4 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Aug 4 19:36:29 CEST 2008 - werner@suse.de
- Imake chroot detections to handle inodes and devices (bnc#408959)
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Jul 23 16:02:19 CEST 2008 - hare@suse.de Wed Jul 23 16:02:19 CEST 2008 - hare@suse.de

View File

@ -2,9 +2,16 @@
# spec file for package sysvinit (Version 2.86) # spec file for package sysvinit (Version 2.86)
# #
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
# package are under the same license as the package itself.
# #
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/ # Please submit bugfixes or comments via http://bugs.opensuse.org/
# #
@ -23,7 +30,7 @@ Group: System/Base
PreReq: coreutils PreReq: coreutils
AutoReqProv: on AutoReqProv: on
Version: 2.86 Version: 2.86
Release: 156 Release: 163
Summary: SysV-Style init Summary: SysV-Style init
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
Source: sysvinit-2.86.tar.bz2 Source: sysvinit-2.86.tar.bz2
@ -199,7 +206,7 @@ if test ! -p dev/blog ; then
mknod -m 0640 dev/blog p mknod -m 0640 dev/blog p
fi fi
if test -x /sbin/telinit -a -p /dev/initctl -a -f /proc/1/exe -a -d /proc/1/root ; then if test -x /sbin/telinit -a -p /dev/initctl -a -f /proc/1/exe -a -d /proc/1/root ; then
if test $(stat -Lc '%%i' /) -eq $(stat -Lc '%%i' /proc/1/root) ; then if test $(stat -Lc '%%D-%%i' /) = $(stat -Lc '%%D-%%i' /proc/1/root) ; then
/sbin/telinit u /sbin/telinit u
fi fi
fi fi
@ -300,6 +307,8 @@ rm -rf ${RPM_BUILD_ROOT}
%doc %{_mandir}/man8/startpar.8.gz %doc %{_mandir}/man8/startpar.8.gz
%changelog %changelog
* Mon Aug 04 2008 werner@suse.de
- Imake chroot detections to handle inodes and devices (bnc#408959)
* Wed Jul 23 2008 hare@suse.de * Wed Jul 23 2008 hare@suse.de
- Include mkinitrd scriptlets. - Include mkinitrd scriptlets.
* Fri Jul 18 2008 werner@suse.de * Fri Jul 18 2008 werner@suse.de