SHA256
1
0
forked from pool/util-linux
OBS User unknown
2007-07-13 17:32:58 +00:00
committed by Git OBS Bridge
parent 764f46c66a
commit 732374e7df
6 changed files with 82 additions and 139 deletions

View File

@@ -21,7 +21,7 @@ License: BSD 3-Clause, GPL v2 or later
Group: System/Base
Autoreqprov: on
Version: 2.12r+2.13rc1
Release: 4
Release: 6
%define upver 2.13-rc1
Summary: A collection of basic system utilities
Source: ftp://ftp.kernel.org/pub/linux/utils/util-linux/%name-ng-%upver.tar.bz2
@@ -53,16 +53,12 @@ Patch1: util-linux-2.12-misc_utils_hostid.patch
# 27181 (suse12181) - wall adds newlines
Patch2: util-linux-login_utils_wall.patch
Patch5: util-linux-mount_mount.8-acl.patch
# geteuid instead of getuid in hwclock to enable making hwclock suid root.
Patch6: util-linux-2.11z-hwclock_geteuid.patch
# 54436 (suse39436) - boot.swap "failed" activating swap on LVM
Patch8: util-linux-2.12a-mount_procswapcheck.patch
# 57097 (suse42097) - mount doesn't allow to mount files that have colons in their path
Patch10: util-linux-2.12a-mount_mountpointwithcolon.patch
# 104405 - mount -a doesn't work with hotpluggable devices
Patch16: util-linux-mount_opt_hotplug.patch
# 115129 - mount --move doesn't work as expected
Patch18: util-linux-2.12q-mount_--move.patch
Patch16: util-linux-mount_opt_nofail.patch
Patch21: util-linux-2.12q-mount_umount2_not_static.patch
# 148409 - df, mount, /proc/mounts show root mounted twice
# TODO: Needs fix, because of 231599
@@ -124,11 +120,9 @@ Authors:
%patch1 -p1
%patch2 -p1
%patch5 -p0
%patch6
%patch8 -p1
%patch10 -p1
%patch16 -p1
%patch18
%patch21
%patch22
%patch26
@@ -577,6 +571,14 @@ fi
#%endif
%changelog
* Fri Jul 13 2007 - mkoenig@suse.de
- replace hotplug with nofail option and fix it to not use
syscall reserved values.
- removed patch
util-linux-2.11z-hwclock_geteuid.patch
it is intentional that suid hwclock capabilities are limited
- removed patch (fixed upstream)
util-linux-2.12q-mount_--move.patch
* Mon Jul 09 2007 - mkoenig@suse.de
- add libuuid-devel to BuildRequires to let mkswap use UUIDs
* Thu Jul 05 2007 - mkoenig@suse.de