- Make preun scriptlet unconditionally succeed (bug #223697).
- Resolves: rhbz#223697
This commit is contained in:
parent
88797f0fa8
commit
0d0134c39c
@ -1,7 +1,7 @@
|
|||||||
Summary: The GNU versions of grep pattern matching utilities.
|
Summary: The GNU versions of grep pattern matching utilities.
|
||||||
Name: grep
|
Name: grep
|
||||||
Version: 2.5.1
|
Version: 2.5.1
|
||||||
Release: 56%{?dist}
|
Release: 57%{?dist}
|
||||||
License: GPL
|
License: GPL
|
||||||
Group: Applications/Text
|
Group: Applications/Text
|
||||||
Source: ftp://ftp.gnu.org/pub/gnu/grep/grep-%{version}a.tar.bz2
|
Source: ftp://ftp.gnu.org/pub/gnu/grep/grep-%{version}a.tar.bz2
|
||||||
@ -84,7 +84,7 @@ rm -rf ${RPM_BUILD_ROOT}
|
|||||||
|
|
||||||
%preun
|
%preun
|
||||||
if [ $1 = 0 ]; then
|
if [ $1 = 0 ]; then
|
||||||
[ -e %{_infodir}/grep.info.gz ] && /sbin/install-info --quiet --info-dir=%{_infodir} --delete %{_infodir}/grep.info.gz
|
[ -e %{_infodir}/grep.info.gz ] && /sbin/install-info --quiet --info-dir=%{_infodir} --delete %{_infodir}/grep.info.gz || :
|
||||||
fi
|
fi
|
||||||
|
|
||||||
%files -f %{name}.lang
|
%files -f %{name}.lang
|
||||||
@ -100,6 +100,9 @@ fi
|
|||||||
%{_mandir}/*/*
|
%{_mandir}/*/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Jan 22 2007 Tim Waugh <twaugh@redhat.com> 2.5.1-57
|
||||||
|
- Make preun scriptlet unconditionally succeed (bug #223697).
|
||||||
|
|
||||||
* Wed Nov 22 2006 Tim Waugh <twaugh@redhat.com> 2.5.1-56
|
* Wed Nov 22 2006 Tim Waugh <twaugh@redhat.com> 2.5.1-56
|
||||||
- Fixed count of patterns when the last is an empty string (bug #204255).
|
- Fixed count of patterns when the last is an empty string (bug #204255).
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user