diff --git a/sharutils.spec b/sharutils.spec index ade91ef..739af8c 100644 --- a/sharutils.spec +++ b/sharutils.spec @@ -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 4.2.1-23 +- rebuilt + * Fri Oct 01 2004 Than Ngo 4.2.1-22 - fix buffer overflow in shar, (from Ulf Harnhammer)