SHA256
1
0
forked from pool/util-linux
OBS User unknown
2007-03-15 17:12:45 +00:00
committed by Git OBS Bridge
parent 5991503efa
commit 06259f60f0
3 changed files with 168 additions and 1 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: 80
Release: 82
Summary: A collection of basic system utilities
Source: ftp://ftp.kernel.org/pub/linux/utils/util-linux/%name-%version.tar.bz2
Source2: nologin.c
@@ -112,6 +112,7 @@ 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
Patch113: util-linux-2.12r-partx_gpt_warning.patch
Patch114: util-linux-2.12r-mount_swapon_swsuspend_resume.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
PreReq: %insserv_prereq %fillup_prereq /bin/sed
@@ -189,6 +190,7 @@ cd -
%patch111 -p1
%patch112 -p1
%patch113 -p1
%patch114 -p1
# setctsid
cp %{S:22} %{S:23} .
# nologin and guessfstype
@@ -622,6 +624,9 @@ fi
%endif
%changelog
* Thu Mar 15 2007 - mkoenig@suse.de
- mount: Let swapon automatically reinitialize a suspended
swap partition [#254437]
* Fri Mar 09 2007 - mkoenig@suse.de
- mount: fix mtablock patch to avoid mtab corruption [#226783]
* Thu Mar 08 2007 - mkoenig@suse.de