1
0
forked from pool/util-linux
OBS User unknown 2007-11-21 02:27:59 +00:00 committed by Git OBS Bridge
parent e68493f4c1
commit e9fb73928e
3 changed files with 9 additions and 2 deletions

View File

@ -21,7 +21,7 @@
. /etc/rc.status
CONFIG=/etc/raw
RAW_BIN=/usr/sbin/raw
RAW_BIN=/sbin/raw
RAW_MODULE=raw
test -x $RAW_BIN || exit 5

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Nov 20 17:49:35 CET 2007 - mkoenig@suse.de
- fix raw path in init script
-------------------------------------------------------------------
Tue Nov 6 16:11:02 CET 2007 - mkoenig@suse.de

View File

@ -21,7 +21,7 @@ License: BSD 3-Clause; GPL v2 or later
Group: System/Base
AutoReqProv: on
Version: 2.13.0.1+git20071106
Release: 1
Release: 4
Summary: A collection of basic system utilities
Source: ftp://ftp.kernel.org/pub/linux/utils/util-linux/%name-ng-%version.tar.bz2
Source2: nologin.c
@ -554,6 +554,8 @@ fi
#/usr/bin/ia64
#%endif
%changelog
* Tue Nov 20 2007 - mkoenig@suse.de
- fix raw path in init script
* Tue Nov 06 2007 - mkoenig@suse.de
- update to 2.13.0.1+git20071106
- prevent loop mounting the same file twice [#240653]