update to 2.20
OBS-URL: https://build.opensuse.org/package/show/Base:System/util-linux?expand=0&rev=88
This commit is contained in:
parent
85347f8495
commit
8835044316
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:bcdbb6413ef6a83c44e7e79db41cbd8ea7f0990781c12591e4e2339582c4397c
|
|
||||||
size 4510886
|
|
3
util-linux-2.20.tar.bz2
Normal file
3
util-linux-2.20.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:c1cffbf5a1a7a32965f2e8e9ce76336310031e10b87c418d0679075724271d4c
|
||||||
|
size 4615091
|
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Aug 29 14:57:57 UTC 2011 - puzel@suse.com
|
||||||
|
|
||||||
|
- update to util-linux-2.20
|
||||||
|
- cleanups, bugfixes
|
||||||
|
- build with --enable-ddate
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Aug 25 14:12:15 UTC 2011 - rguenther@novell.com
|
Thu Aug 25 14:12:15 UTC 2011 - rguenther@novell.com
|
||||||
|
|
||||||
|
@ -19,7 +19,6 @@
|
|||||||
%define time_ver 1.7
|
%define time_ver 1.7
|
||||||
%define which_ver 2.20
|
%define which_ver 2.20
|
||||||
%define adjtimex_ver 1.28
|
%define adjtimex_ver 1.28
|
||||||
%define util_linux_tar_ver 2.20-rc2
|
|
||||||
|
|
||||||
Name: util-linux
|
Name: util-linux
|
||||||
BuildRequires: audit-devel
|
BuildRequires: audit-devel
|
||||||
@ -31,14 +30,14 @@ BuildRequires: pam-devel
|
|||||||
BuildRequires: pkg-config
|
BuildRequires: pkg-config
|
||||||
BuildRequires: readline-devel
|
BuildRequires: readline-devel
|
||||||
BuildRequires: zlib-devel
|
BuildRequires: zlib-devel
|
||||||
|
Version: 2.20
|
||||||
|
Release: 2
|
||||||
# util-linux is a base package and uuidd pre-requiring pwdutils pulls
|
# util-linux is a base package and uuidd pre-requiring pwdutils pulls
|
||||||
# that into the core build cycle. pwdutils also pulls in the whole
|
# that into the core build cycle. pwdutils also pulls in the whole
|
||||||
# ldap stack into it. Avoid this whole mess which is done only to
|
# ldap stack into it. Avoid this whole mess which is done only to
|
||||||
# make the rpm install check of uuidd happy which has support to work without
|
# make the rpm install check of uuidd happy which has support to work without
|
||||||
# these tools as well
|
# these tools as well
|
||||||
#!BuildIgnore: pwdutils
|
#!BuildIgnore: pwdutils
|
||||||
Version: 2.19.91
|
|
||||||
Release: 6
|
|
||||||
Url: http://kernel.org/~kzak/util-linux/
|
Url: http://kernel.org/~kzak/util-linux/
|
||||||
Supplements: filesystem(minix)
|
Supplements: filesystem(minix)
|
||||||
Provides: fsck-with-dev-lock = %{version}
|
Provides: fsck-with-dev-lock = %{version}
|
||||||
@ -50,7 +49,7 @@ Group: System/Base
|
|||||||
AutoReqProv: on
|
AutoReqProv: on
|
||||||
Recommends: %{name}-lang = %{version}
|
Recommends: %{name}-lang = %{version}
|
||||||
Summary: A collection of basic system utilities
|
Summary: A collection of basic system utilities
|
||||||
Source: ftp://ftp.kernel.org/pub/linux/utils/util-linux/v20/%{name}-%{util_linux_tar_ver}.tar.bz2
|
Source: ftp://ftp.kernel.org/pub/linux/utils/util-linux/v20/%{name}-%{version}.tar.bz2
|
||||||
Source1: util-linux-rpmlintrc
|
Source1: util-linux-rpmlintrc
|
||||||
# XXX: make nologin part of login package
|
# XXX: make nologin part of login package
|
||||||
Source2: nologin.c
|
Source2: nologin.c
|
||||||
@ -185,7 +184,7 @@ Files to develop applications using the libmount library.
|
|||||||
|
|
||||||
%lang_package
|
%lang_package
|
||||||
%prep
|
%prep
|
||||||
%setup -q -a 9 -b 11 -b 12 -b 13 -n %{name}-%{util_linux_tar_ver}
|
%setup -q -a 9 -b 11 -b 12 -b 13
|
||||||
%patch1 -p1
|
%patch1 -p1
|
||||||
%patch2 -p1
|
%patch2 -p1
|
||||||
|
|
||||||
@ -262,6 +261,7 @@ CFLAGS="%{optflags}" \
|
|||||||
--enable-write \
|
--enable-write \
|
||||||
--enable-line \
|
--enable-line \
|
||||||
--enable-libmount-mount \
|
--enable-libmount-mount \
|
||||||
|
--enable-ddate \
|
||||||
--disable-mountpoint \
|
--disable-mountpoint \
|
||||||
--disable-use-tty-group \
|
--disable-use-tty-group \
|
||||||
--disable-static \
|
--disable-static \
|
||||||
|
Loading…
Reference in New Issue
Block a user