SHA256
1
0
forked from pool/util-linux
OBS User unknown
2008-12-02 14:41:53 +00:00
committed by Git OBS Bridge
parent 20ac23d7b5
commit b1bb31046a
3 changed files with 131 additions and 2 deletions

View File

@@ -30,7 +30,7 @@ License: BSD 3-Clause; GPL v2 or later
Group: System/Base
AutoReqProv: on
Version: 2.14.1
Release: 9
Release: 10
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
@@ -85,8 +85,9 @@ Patch16: util-linux-2.14.1-mount_loop_ro_fix.patch
Patch17: util-linux-2.14.1-mount_race.patch
Patch18: util-linux-2.14.1-mount_skip_sync.patch
Patch19: util-linux-2.14.1-hwclock_adjust_and_hctosys.patch
Patch20: util-linux-2.14.1-disk_utils_raw_should_use_ioctl_to_create_device.patch
# crypto patch
Patch20: util-linux-mount_losetup_crypto.patch
Patch30: util-linux-mount_losetup_crypto.patch
##
##
## adjtimex
@@ -142,6 +143,7 @@ Authors:
%patch18 -p1
%patch19 -p1
%patch20 -p1
%patch30 -p1
cp %{SOURCE7} %{SOURCE8} .
#
cd adjtimex-*
@@ -611,6 +613,9 @@ fi
#%endif
%changelog
* Tue Dec 02 2008 mkoenig@suse.de
- raw: do not stat the raw devices when binding, since they
are created dynamically [bnc#450675]
* Thu Nov 27 2008 dmueller@suse.de
- mount: fix hang on trying to find a free loop device
if one of them has a stale nfs handle mounted (bnc#449646)