- Make scriptlet unconditionally succeed (bug #223681).
- Resolves: rhbz#223681
This commit is contained in:
parent
b5687de8c0
commit
d705d9f83c
@ -1,7 +1,7 @@
|
|||||||
Summary: The GNU core utilities: a set of tools commonly used in shell scripts
|
Summary: The GNU core utilities: a set of tools commonly used in shell scripts
|
||||||
Name: coreutils
|
Name: coreutils
|
||||||
Version: 6.7
|
Version: 6.7
|
||||||
Release: 2%{?dist}
|
Release: 3%{?dist}
|
||||||
License: GPL
|
License: GPL
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
Url: http://www.gnu.org/software/coreutils/
|
Url: http://www.gnu.org/software/coreutils/
|
||||||
@ -202,7 +202,7 @@ done
|
|||||||
# and install-info'll faill badly because of doubles
|
# and install-info'll faill badly because of doubles
|
||||||
for file in sh-utils.info textutils.info fileutils.info; do
|
for file in sh-utils.info textutils.info fileutils.info; do
|
||||||
if [ -f /usr/share/info/$file.bz2 ]; then
|
if [ -f /usr/share/info/$file.bz2 ]; then
|
||||||
/sbin/install-info /usr/share/info/$file.bz2 --dir=/usr/share/info/dir --remove &> /dev/null
|
/sbin/install-info /usr/share/info/$file.bz2 --dir=/usr/share/info/dir --remove &> /dev/null || :
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
|
|
||||||
@ -269,6 +269,9 @@ fi
|
|||||||
/sbin/runuser
|
/sbin/runuser
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Jan 22 2007 Tim Waugh <twaugh@redhat.com> 6.7-3
|
||||||
|
- Make scriptlet unconditionally succeed (bug #223681).
|
||||||
|
|
||||||
* Fri Jan 19 2007 Tim Waugh <twaugh@redhat.com> 6.7-2
|
* Fri Jan 19 2007 Tim Waugh <twaugh@redhat.com> 6.7-2
|
||||||
- Build does not require libtermcap-devel.
|
- Build does not require libtermcap-devel.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user