1
0
forked from pool/util-linux
OBS User unknown 2007-03-26 23:48:38 +00:00 committed by Git OBS Bridge
parent 3c70abba43
commit 0f2fad8156
2 changed files with 9 additions and 2 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Mar 26 15:49:09 CEST 2007 - rguenther@suse.de
- add ncurses-devel and zlib-devel BuildRequires
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Mar 15 17:24:34 CET 2007 - mkoenig@suse.de Thu Mar 15 17:24:34 CET 2007 - mkoenig@suse.de

View File

@ -11,7 +11,7 @@
# norootforbuild # norootforbuild
Name: util-linux Name: util-linux
BuildRequires: libvolume_id-devel pam-devel BuildRequires: libvolume_id-devel ncurses-devel pam-devel zlib-devel
URL: http://kernel.org/pub/linux/utils/util-linux URL: http://kernel.org/pub/linux/utils/util-linux
Provides: util rawio raw base schedutils Provides: util rawio raw base schedutils
Obsoletes: util rawio raw base schedutils Obsoletes: util rawio raw base schedutils
@ -20,7 +20,7 @@ License: BSD License and BSD-like, GNU General Public License (GPL)
Group: System/Base Group: System/Base
Autoreqprov: on Autoreqprov: on
Version: 2.12r Version: 2.12r
Release: 82 Release: 84
Summary: A collection of basic system utilities Summary: A collection of basic system utilities
Source: ftp://ftp.kernel.org/pub/linux/utils/util-linux/%name-%version.tar.bz2 Source: ftp://ftp.kernel.org/pub/linux/utils/util-linux/%name-%version.tar.bz2
Source2: nologin.c Source2: nologin.c
@ -624,6 +624,8 @@ fi
%endif %endif
%changelog %changelog
* Mon Mar 26 2007 - rguenther@suse.de
- add ncurses-devel and zlib-devel BuildRequires
* Thu Mar 15 2007 - mkoenig@suse.de * Thu Mar 15 2007 - mkoenig@suse.de
- mount: Let swapon automatically reinitialize a suspended - mount: Let swapon automatically reinitialize a suspended
swap partition [#254437] swap partition [#254437]