From 5f7658d421a4dcd39fc810da075216e55af812fc Mon Sep 17 00:00:00 2001 From: mluscon Date: Oct 27 2011 12:38:27 +0000 Subject: Release rsync-3.0.8-2 --- 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 - 3.0.8-2 +- fixed unwritable directory issue + Resolves: #745585, #743479 + * Tue Mar 29 2011 Vojtech Vitek - 3.0.8-1 - Rebase to 3.0.8, remove buffer overflow patch Resolves: #691362, #675036