SHA256
1
0
forked from pool/util-linux
OBS User unknown
2008-07-08 23:56:54 +00:00
committed by Git OBS Bridge
parent 46f76f3e48
commit 2b84b058dd
5 changed files with 41 additions and 19 deletions

View File

@@ -12,7 +12,7 @@
Name: util-linux
BuildRequires: audit-devel gettext-devel libuuid-devel libvolume_id-devel ncurses-devel pam-devel zlib-devel
BuildRequires: audit-devel gettext-devel libuuid-devel libvolume_id-devel ncurses-devel pam-devel readline-devel zlib-devel
Url: http://kernel.org/pub/linux/utils/util-linux
Provides: util rawio raw base schedutils
Supplements: filesystem(minix)
@@ -22,7 +22,7 @@ License: BSD 3-Clause; GPL v2 or later
Group: System/Base
AutoReqProv: on
Version: 2.14
Release: 3
Release: 4
Requires: %name-lang = %{version}
Summary: A collection of basic system utilities
Source: ftp://ftp.kernel.org/pub/linux/utils/util-linux/%name-ng-%version.tar.bz2
@@ -35,7 +35,7 @@ Source6: etc_filesystems
Source7: v2.14-ChangeLog
Source8: v2.14-ReleaseNotes
%define time_ver 1.7
%define which_ver 2.16
%define which_ver 2.19
%define adjtimex_ver 1.20
Source9: adjtimex-%{adjtimex_ver}.tar.bz2
Source10: freeramdisk.tar.bz2
@@ -139,7 +139,10 @@ make CFLAGS="$RPM_OPT_FLAGS" freeramdisk
cd ..
# which build
cd which-%{which_ver}
autoreconf -fi
#autoreconf -fi
aclocal --force
autoconf --force
automake --force-missing --add-missing --foreign
%{?suse_update_config:%{suse_update_config}}
CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=/usr \
--mandir=%{_mandir} \
@@ -569,6 +572,17 @@ fi
#%endif
%changelog
* Mon Jul 07 2008 mkoenig@suse.de
- update which to version 2.19
* Upgraded code from bash to version 3.2. This DOES has influence
on how Which behaves under certain circumstances.
* When the environment variable HOME is not set, the home directory
is now read from /etc/passwd or set to '/' if no home directory
could be found (this now matches the tilde lib used in bash)
* Changed the license to GPLv3
* Add support for shells that output '{' on the same line as the
function name in the output of 'declare -f' (ie zsh).
- fix build
* Wed Jul 02 2008 mkoenig@suse.de
- replace util-linux-2.14-mount_ignore_ENXIO_in_del_loop.patch
with upstream version