OBS User unknown 2007-04-16 22:42:56 +00:00 committed by Git OBS Bridge
parent 8f64c5834f
commit 4c8b1a0d05
3 changed files with 12 additions and 2 deletions

View File

@ -24,7 +24,7 @@ Index: util-linux-ng-2.12r+git20070330/mount/mount.c
===================================================================
--- util-linux-ng-2.12r+git20070330.orig/mount/mount.c
+++ util-linux-ng-2.12r+git20070330/mount/mount.c
@@ -712,20 +712,33 @@ loop_check(const char **spec, const char
@@ -712,20 +712,34 @@ loop_check(const char **spec, const char
printf(_("mount: skipping the setup of a loop device\n"));
} else {
int loopro = (*flags & MS_RDONLY);
@ -49,6 +49,7 @@ Index: util-linux-ng-2.12r+git20070330/mount/mount.c
- return EX_FAIL;
- }
+ printf(_("mount: going to use the loop device %s\n"), *loopdev);
+ offset = opt_offset ? strtoull(opt_offset, NULL, 0) : 0;
+ if (res = set_loop (*loopdev, *loopfile, offset,
+ opt_encryption, pfd, &loopro)) {
+ switch(res) {

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon Apr 16 17:20:16 CEST 2007 - mkoenig@suse.de
- fix initialization of offset in
util-linux-2.12r-mount_racy_loop.patch [#264225]
-------------------------------------------------------------------
Tue Apr 10 17:25:34 CEST 2007 - mkoenig@suse.de

View File

@ -21,7 +21,7 @@ License: BSD License and BSD-like, GNU General Public License (GPL)
Group: System/Base
Autoreqprov: on
Version: 2.12r+git20070330
Release: 1
Release: 2
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
@ -616,6 +616,9 @@ fi
%endif
%changelog
* Mon Apr 16 2007 - mkoenig@suse.de
- fix initialization of offset in
util-linux-2.12r-mount_racy_loop.patch [#264225]
* Tue Apr 10 2007 - mkoenig@suse.de
- update to version git20070330 of new forked development tree
- removed Suse crypto patches for losetup [FATE#302001]