diff --git a/rsync.spec b/rsync.spec index 5909310..ac83558 100644 --- a/rsync.spec +++ b/rsync.spec @@ -1,7 +1,7 @@ Summary: A program for synchronizing files over a network. Name: rsync Version: 2.6.2 -Release: 0 +Release: 1 Group: Applications/Internet # TAG: for pre versions use #Source: ftp://rsync.samba.org/pub/rsync/rsync-%{version}pre-2.tar.gz @@ -12,6 +12,8 @@ Prefix: %{_prefix} BuildRoot: /var/tmp/%{name}-root License: GPL +Patch1: rsync-2.6.2-lastdir-corruption.patch + %description Rsync uses a reliable algorithm to bring remote and host files into sync very quickly. Rsync is fast because it just sends the differences @@ -25,6 +27,9 @@ package. # TAG: for pre versions use # % setup -q -n %{version}pre-2 %setup -q + +%patch1 -p1 -b .lastdir-corruption + %build %configure @@ -49,6 +54,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man5/rsyncd.conf.5* %changelog +* Tue May 25 2004 Mark McLoughlin - 2.6.2-1 +- Backport fix for crasher when passing multiple directories of the same + length (bug #123708) * Fri Apr 30 2004 Jay Fenlason 2.6.2-0 - New upstream version to correct the problems with 2.6.1.