Accepting request 98205 from Base:System
- do not call %suse_update_config OBS-URL: https://build.opensuse.org/request/show/98205 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/util-linux?expand=0&rev=142
This commit is contained in:
commit
657f320085
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Dec 25 22:19:44 UTC 2011 - coolo@suse.com
|
||||
|
||||
- do not call %suse_update_config
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 21 15:13:56 UTC 2011 - aj@suse.de
|
||||
|
||||
|
@ -15,7 +15,6 @@
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
%define time_ver 1.7
|
||||
%define which_ver 2.20
|
||||
%define adjtimex_ver 1.28
|
||||
@ -25,14 +24,14 @@ BuildRequires: audit-devel
|
||||
BuildRequires: gettext-devel
|
||||
BuildRequires: libselinux-devel
|
||||
BuildRequires: libsepol-devel
|
||||
BuildRequires: libtool
|
||||
BuildRequires: ncurses-devel
|
||||
BuildRequires: pam-devel
|
||||
BuildRequires: pkg-config
|
||||
BuildRequires: readline-devel
|
||||
BuildRequires: zlib-devel
|
||||
BuildRequires: libtool
|
||||
Version: 2.20.1
|
||||
Release: 4
|
||||
Release: 0
|
||||
# util-linux is a base package and uuidd pre-requiring pwdutils pulls
|
||||
# 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
|
||||
@ -45,11 +44,10 @@ Provides: fsck-with-dev-lock = %{version}
|
||||
# bnc#651598:
|
||||
Provides: util-linux(fake+no-canonicalize)
|
||||
PreReq: %install_info_prereq permissions
|
||||
License: GPL-2.0+
|
||||
Group: System/Base
|
||||
AutoReqProv: on
|
||||
Recommends: %{name}-lang = %{version}
|
||||
Summary: A collection of basic system utilities
|
||||
License: GPL-2.0+
|
||||
Group: System/Base
|
||||
Source: ftp://ftp.kernel.org/pub/linux/utils/util-linux/v20/%{name}-%{version}.tar.bz2
|
||||
Source1: util-linux-rpmlintrc
|
||||
# XXX: make nologin part of login package
|
||||
@ -123,7 +121,6 @@ that are necessary for a Linux system to function. It contains the
|
||||
mount program, the fdisk configuration tool, and more.
|
||||
|
||||
%package -n libblkid1
|
||||
License: GPL-2.0+
|
||||
Summary: Filesystem detection library
|
||||
Group: System/Filesystems
|
||||
|
||||
@ -131,7 +128,6 @@ Group: System/Filesystems
|
||||
Library for filesystem detection.
|
||||
|
||||
%package -n libblkid-devel
|
||||
License: GPL-2.0+
|
||||
Summary: Development files for the filesystem detection library
|
||||
Group: Development/Libraries/C and C++
|
||||
Requires: libblkid1 = %{version}
|
||||
@ -141,7 +137,6 @@ Files needed to develop applications using the library for filesystem
|
||||
detection.
|
||||
|
||||
%package -n uuidd
|
||||
License: GPL-2.0+
|
||||
Summary: Helper daemon to guarantee uniqueness of time-based UUIDs
|
||||
Group: System/Filesystems
|
||||
PreReq: %fillup_prereq
|
||||
@ -155,7 +150,6 @@ uniqueness of time-based UUID generation even at very high rates on
|
||||
SMP systems.
|
||||
|
||||
%package -n libuuid1
|
||||
License: GPL-2.0+
|
||||
Summary: Library to generate UUIDs
|
||||
Group: System/Filesystems
|
||||
|
||||
@ -163,7 +157,6 @@ Group: System/Filesystems
|
||||
A library to generate universally unique IDs (UUIDs).
|
||||
|
||||
%package -n libuuid-devel
|
||||
License: GPL-2.0+
|
||||
Summary: Development files for libuuid1
|
||||
Group: Development/Libraries/C and C++
|
||||
Requires: libuuid1 = %{version}
|
||||
@ -173,7 +166,6 @@ Files to develop applications using the library to generate universally
|
||||
unique IDs (UUIDs).
|
||||
|
||||
%package -n libmount1
|
||||
License: GPL-2.0+
|
||||
Summary: Device mount library
|
||||
Group: System/Filesystems
|
||||
|
||||
@ -182,7 +174,6 @@ Library designed to be used in low-level utils like
|
||||
mount(8) and /sbin/mount.<type> helpers.
|
||||
|
||||
%package -n libmount-devel
|
||||
License: GPL-2.0+
|
||||
Summary: Development files for libmount1
|
||||
Group: Development/Libraries/C and C++
|
||||
Requires: libmount1 = %{version}
|
||||
@ -230,7 +221,6 @@ cd which-%{which_ver}
|
||||
aclocal --force
|
||||
autoconf --force
|
||||
automake --force-missing --add-missing --foreign
|
||||
%{?suse_update_config:%{suse_update_config}}
|
||||
%configure --prefix=/usr \
|
||||
--mandir=%{_mandir} \
|
||||
--infodir=%{_infodir} \
|
||||
|
Loading…
Reference in New Issue
Block a user