SHA256
1
0
forked from pool/util-linux
OBS User unknown
2007-08-27 15:55:17 +00:00
committed by Git OBS Bridge
parent 46436eb582
commit 0719523b9a
4 changed files with 84 additions and 1 deletions

View File

@@ -21,7 +21,7 @@ License: BSD 3-Clause, GPL v2 or later
Group: System/Base
Autoreqprov: on
Version: 2.12r+2.13rc2+git20070725
Release: 8
Release: 12
%define upver 2.13rc2+git20070725
Summary: A collection of basic system utilities
Source: ftp://ftp.kernel.org/pub/linux/utils/util-linux/%name-ng-%upver.tar.bz2
@@ -69,6 +69,8 @@ Patch38: util-linux-2.12r-mount_swapon_swsuspend_resume.patch
Patch45: util-linux-2.13-sys_utils_build_rdev_x86_64.patch
# 297172 - mount does not free loop devices if it fails
Patch46: util-linux-2.13-loop.patch
Patch47: util-linux-2.13-mount_create_mtab.patch
Patch48: util-linux-2.13-schedutils_error_handling.patch
##
## adjtimex
##
@@ -113,6 +115,8 @@ Authors:
#%patch38 -p1
%patch45 -p1
%patch46 -p1
%patch47 -p1
%patch48 -p1
#
cd adjtimex-*
%patch50 -p1
@@ -553,6 +557,10 @@ fi
#%endif
%changelog
* Fri Aug 24 2007 - mkoenig@suse.de
- avoid duplicates of root fs if defined with LABEL in fstab
[#297959]
- fix ionice error handling [#301675]
* Thu Aug 16 2007 - ssommer@suse.de
- free loop devices when mount fails [#297172]
* Wed Jul 25 2007 - mkoenig@suse.de