diff --git a/rsync.spec b/rsync.spec index 6145617..ab3e676 100644 --- a/rsync.spec +++ b/rsync.spec @@ -7,7 +7,7 @@ Summary: A program for synchronizing files over a network Name: rsync Version: 3.0.6 -Release: 0%{?prerelease}%{?dist} +Release: 1%{?prerelease}%{?dist} Group: Applications/Internet URL: http://rsync.samba.org/ @@ -44,6 +44,9 @@ chmod -x support/* patch -p1 -i patches/acls.diff patch -p1 -i patches/xattrs.diff +#Enable --copy-devices parameter +patch -p1 -i patches/copy-devices.diff + %build rm -fr autom4te.cache autoconf @@ -71,6 +74,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man5/rsyncd.conf.5* %changelog +* Thu May 21 2009 Ján ONDREJ (SAL) - 3.0.6-1pre1 +- Enabled patches/copy-devices.diff patch (bz#494313) + * Wed Apr 15 2009 Simo Sorce 3.0.6-0pre1 - First 3.0.6 pre release - Also change the spec to simplify releasing pre-releases