SHA256
1
0
forked from pool/util-linux
OBS User unknown
2007-03-01 20:08:53 +00:00
committed by Git OBS Bridge
parent f2e6c3ca55
commit 68db99253d
4 changed files with 107 additions and 8 deletions

View File

@@ -20,7 +20,7 @@ License: BSD License and BSD-like, GNU General Public License (GPL)
Group: System/Base
Autoreqprov: on
Version: 2.12r
Release: 73
Release: 76
Summary: A collection of basic system utilities
Source: ftp://ftp.kernel.org/pub/linux/utils/util-linux/%name-%version.tar.bz2
Source2: nologin.c
@@ -110,6 +110,7 @@ Patch108: util-linux-2.12r-nfs_remount_options.patch
Patch109: util-linux-2.12r-losetup_password.patch
Patch110: util-linux-2.12r-mkfs_open_exclusive.patch
Patch111: util-linux-2.12r-fdisk_remove_bogus_warnings.patch
Patch112: util-linux-2.12r-mount_racy_loop.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
PreReq: %insserv_prereq %fillup_prereq /bin/sed
@@ -185,6 +186,7 @@ cd -
%patch109 -p1
%patch110 -p1
%patch111 -p1
%patch112 -p1
# setctsid
cp %{S:22} %{S:23} .
# nologin and guessfstype
@@ -617,7 +619,11 @@ fi
%{_mandir}/man8/tunelp.8.gz
%endif
%changelog -n util-linux
%changelog
* Tue Feb 27 2007 - mkoenig@suse.de
- fix missing return code in
util-linux-2.12r-losetup_password.patch
- mount: fix race condition in mount -o loop [#242750]
* Mon Feb 12 2007 - mkoenig@suse.de
- remove legacy warnings from fdisk [#241372]
* Fri Feb 02 2007 - mkoenig@suse.de