From 75a20a0dedeb668faf582a0e00b04be2f0586e479157e34c131c87b3d8259b76 Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Mon, 9 Feb 2009 00:28:08 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/util-linux?expand=0&rev=72 --- util-linux.changes | 5 +++++ util-linux.spec | 7 ++++--- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/util-linux.changes b/util-linux.changes index 16199be..91e5012 100644 --- a/util-linux.changes +++ b/util-linux.changes @@ -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 diff --git a/util-linux.spec b/util-linux.spec index 3dbf684..2b9e1eb 100644 --- a/util-linux.spec +++ b/util-linux.spec @@ -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]