forked from pool/util-linux
This commit is contained in:
parent
9b695946d9
commit
75a20a0ded
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Feb 7 18:28:58 CET 2009 - schwab@suse.de
|
||||
|
||||
- Fix info dir entry for which.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 7 15:42:38 CET 2009 - mkoenig@suse.de
|
||||
|
||||
|
@ -15,7 +15,6 @@
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
# norootforbuild
|
||||
|
||||
|
||||
Name: util-linux
|
||||
@ -30,7 +29,7 @@ License: BSD 3-Clause; GPL v2 or later
|
||||
Group: System/Base
|
||||
AutoReqProv: on
|
||||
Version: 2.14.1
|
||||
Release: 11
|
||||
Release: 13
|
||||
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
|
||||
@ -362,7 +361,7 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%install_info --entry="* freeramdisk: (freeramdisk). tell kernel to free allocated memory for ramdisk" --info-dir=%{_infodir} %{_infodir}/freeramdisk.info.gz
|
||||
%install_info --info-dir=%{_infodir} %{_infodir}/ipc.info.gz
|
||||
%install_info --entry="* time: (time). summarizing used system resources" --info-dir=%{_infodir} %{_infodir}/time.info.gz
|
||||
%install_info --entry="* which: (which). show the full path of (shell) commands" --info-dir=%{_infodir} %{_infodir}/which.info.gz
|
||||
%install_info --info-dir=%{_infodir} %{_infodir}/which.info.gz
|
||||
%run_permissions
|
||||
# mount option 'code=' is now called 'codepage=' so change fstab
|
||||
if [ -f etc/fstab ]; then
|
||||
@ -613,6 +612,8 @@ fi
|
||||
#%endif
|
||||
|
||||
%changelog
|
||||
* Sat Feb 07 2009 schwab@suse.de
|
||||
- Fix info dir entry for which.
|
||||
* Wed Jan 07 2009 mkoenig@suse.de
|
||||
- fix locking problem for external mount helpers when type
|
||||
is not given [bnc#459839]
|
||||
|
Loading…
Reference in New Issue
Block a user