This commit is contained in:
Than Ngo 2005-02-09 12:56:31 +00:00
parent e11c1ef201
commit 6577144c9d

View File

@ -1,7 +1,7 @@
Summary: The GNU shar utilities for packaging and unpackaging shell archives.
Name: sharutils
Version: 4.2.1
Release: 22
Release: 23
License: GPL
Group: Applications/Archiving
Source: ftp://prep.ai.mit.edu/pub/gnu/sharutils/sharutils-%{version}.tar.gz
@ -16,7 +16,7 @@ Patch8: sharutils-opto.dif
Patch9: sharutils.patch
BuildRequires: gettext
Prereq: /sbin/install-info
Buildroot: %{_tmppath}/%{name}-root
Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root
%description
The sharutils package contains the GNU shar utilities, a set of tools
@ -79,6 +79,9 @@ rm -rf ${RPM_BUILD_ROOT}
%{_mandir}/*/*
%changelog
* Wed Feb 09 2005 Than Ngo <than@redhat.com> 4.2.1-23
- rebuilt
* Fri Oct 01 2004 Than Ngo <than@redhat.com> 4.2.1-22
- fix buffer overflow in shar, (from Ulf Harnhammer)