diff --git a/raw.init b/raw.init index 7fb0069..3b5d849 100644 --- a/raw.init +++ b/raw.init @@ -12,7 +12,7 @@ ### BEGIN INIT INFO # Provides: raw # Required-Start: $local_fs $remote_fs -# Required-Stop: +# Required-Stop: $local_fs $remote_fs # Default-Start: 2 3 5 # Default-Stop: 0 1 6 # Short-Description: raw devices diff --git a/util-linux.changes b/util-linux.changes index 67207ea..b1d20b2 100644 --- a/util-linux.changes +++ b/util-linux.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Mon Aug 18 18:13:10 CEST 2008 - mrueckert@suse.de + +- remove outdated options in the fillup_and_insserv call + +------------------------------------------------------------------- +Mon Aug 18 12:36:39 CEST 2008 - mkoenig@suse.de + +- raw: fix init script tags + ------------------------------------------------------------------- Mon Jul 7 15:13:24 CEST 2008 - mkoenig@suse.de diff --git a/util-linux.spec b/util-linux.spec index 1fa35b1..5b85e19 100644 --- a/util-linux.spec +++ b/util-linux.spec @@ -2,9 +2,16 @@ # spec file for package util-linux (Version 2.14) # # 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/ # @@ -22,7 +29,7 @@ License: BSD 3-Clause; GPL v2 or later Group: System/Base AutoReqProv: on Version: 2.14 -Release: 4 +Release: 18 Requires: %name-lang = %{version} Summary: A collection of basic system utilities Source: ftp://ftp.kernel.org/pub/linux/utils/util-linux/%name-ng-%version.tar.bz2 @@ -320,7 +327,7 @@ rm -f $RPM_BUILD_ROOT%{_mandir}/man8/fdisk.8* rm -rf $RPM_BUILD_ROOT %post -%{fillup_and_insserv -ps raw ACTIVATE_RAW_DEV} +%{fillup_and_insserv raw} %install_info --entry="* freeramdisk: (freeramdisk). tell kernel to free allocated memory for ramdisk" --info-dir=%{_infodir} %{_infodir}/freeramdisk.info.gz %install_info --info-dir=%{_infodir} %{_infodir}/ipc.info.gz %install_info --entry="* time: (time). summarizing used system resources" --info-dir=%{_infodir} %{_infodir}/time.info.gz @@ -572,6 +579,10 @@ fi #%endif %changelog +* Mon Aug 18 2008 mrueckert@suse.de +- remove outdated options in the fillup_and_insserv call +* Mon Aug 18 2008 mkoenig@suse.de +- raw: fix init script tags * Mon Jul 07 2008 mkoenig@suse.de - update which to version 2.19 * Upgraded code from bash to version 3.2. This DOES has influence