[rsync/f16] Release rsync-3.0.8-2

Michal Luščon mluscon at fedoraproject.org
Wed Oct 26 14:35:58 UTC 2011


commit a86d8c6d234860791de9060ba0768329c901321a
Author: mluscon <mluscon at redhat.com>
Date:   Wed Oct 26 15:51:23 2011 +0200

    Release rsync-3.0.8-2

 rsync.spec |    9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)
---
diff --git a/rsync.spec b/rsync.spec
index 35d612a..e9d6a35 100644
--- a/rsync.spec
+++ b/rsync.spec
@@ -7,13 +7,14 @@
 Summary: A program for synchronizing files over a network
 Name: rsync
 Version: 3.0.8
-Release: 1%{?prerelease}%{?dist}
+Release: 2%{?prerelease}%{?dist}
 Group: Applications/Internet
 URL: http://rsync.samba.org/
 
 Source0: ftp://rsync.samba.org/pub/rsync/rsync-%{version}%{?prerelease}.tar.gz
 Source1: ftp://rsync.samba.org/pub/rsync/rsync-patches-%{version}%{?prerelease}.tar.gz
 Source2: rsync.xinetd
+Patch0: rsync-3.0.8-fix-unwritable-directory-issue.patch
 BuildRequires: libacl-devel, libattr-devel, autoconf, popt-devel
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 License: GPLv3+
@@ -47,6 +48,8 @@ patch -p1 -i patches/xattrs.diff
 #Enable --copy-devices parameter
 patch -p1 -i patches/copy-devices.diff
 
+%patch0 -p1 -b .rsync-3.0.8-fix-unwritable-directory-issue
+
 %build
 rm -fr autom4te.cache
 autoconf
@@ -74,6 +77,10 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man5/rsyncd.conf.5*
 
 %changelog
+* Wed Oct 26 2011 Michal Luscon <mluscon at redhat.com> - 3.0.8-2
+- fixed unwritable directory issue
+  Resolves: #745585, #743479
+
 * Tue Mar 29 2011 Vojtech Vitek <vvitek at redhat.com> - 3.0.8-1
 - Rebase to 3.0.8, remove buffer overflow patch
   Resolves: #691362, #675036


More information about the scm-commits mailing list