rpms/rsync/devel rsync.spec, 1.44, 1.45 rsync-2.6.9-acl-xattr-delete-bug.patch, 1.1, NONE rsync-2.6.9-hlink-segv.patch, 1.1, NONE

Simo Sorce (simo) fedora-extras-commits at redhat.com
Wed Oct 10 22:14:24 UTC 2007


Author: simo

Update of /cvs/pkgs/rpms/rsync/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21638

Modified Files:
	rsync.spec 
Removed Files:
	rsync-2.6.9-acl-xattr-delete-bug.patch 
	rsync-2.6.9-hlink-segv.patch 
Log Message:
* Wed Oct 10 2007 Simo Sorce <ssorce at redhat.com> 3.0.0-9pre1.fc9
- New Major version prerelease



Index: rsync.spec
===================================================================
RCS file: /cvs/pkgs/rpms/rsync/devel/rsync.spec,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -r1.44 -r1.45
--- rsync.spec	5 Sep 2007 14:24:52 -0000	1.44
+++ rsync.spec	10 Oct 2007 22:13:51 -0000	1.45
@@ -1,18 +1,16 @@
 Summary: A program for synchronizing files over a network.
 Name: rsync
-Version: 2.6.9
-Release: 3.1%{?dist}
+Version: 3.0.0
+Release: 0.pre1%{?dist}
 Group: Applications/Internet
 # TAG: for pre versions use
-#Source:	ftp://rsync.samba.org/pub/rsync/rsync-%{version}pre1.tar.gz
-Source:	ftp://rsync.samba.org/pub/rsync/rsync-%{version}.tar.gz
+Source:	ftp://rsync.samba.org/pub/rsync/rsync-%{version}pre1.tar.gz
+#Source:	ftp://rsync.samba.org/pub/rsync/rsync-%{version}.tar.gz
 Source1: rsync.xinetd
-Patch1: rsync-2.6.9-acl-xattr-delete-bug.patch
-Patch2: rsync-2.6.9-hlink-segv.patch
 BuildRequires: libacl-devel, libattr-devel, autoconf, make, gcc, popt-devel
 Prefix: %{_prefix}
 BuildRoot: /var/tmp/%{name}-root
-License: GPLv2+
+License: GPLv3+
 
 %description
 Rsync uses a reliable algorithm to bring remote and host files into
@@ -25,19 +23,18 @@
 
 %prep
 # TAG: for pre versions use
-# % setup -q -n rsync-%{version}pre1
-%setup -q
+%setup -q -n rsync-%{version}pre1
+#%setup -q
+
+#Needed for compatibility with previous patched rsync versions
 patch -p1 < patches/acls.diff
 patch -p1 < patches/xattrs.diff
-%patch1 -p1 -b .acl_xattrs_bug
-%patch2 -p1 -b .hlink_segv
 
 %build
 rm -fr autom4te.cache
 autoconf
 autoheader
-%configure \
-  --enable-acl-support --enable-xattr-support
+%configure
 make proto
 make %{?_smp_mflags} CFLAGS="$RPM_OPT_FLAGS"
 
@@ -60,6 +57,9 @@
 %{_mandir}/man5/rsyncd.conf.5*
 
 %changelog
+* Wed Oct 10 2007 Simo Sorce <ssorce at redhat.com> 3.0.0-9pre1.fc9
+- New Major version prerelease
+
 * Wed Sep 5 2007 Simo Sorce <ssorce at redhat.com> 2.6.9-3.fc8
 - Add patch to fix crash bug with hardlinks and ACLs patches
 


--- rsync-2.6.9-acl-xattr-delete-bug.patch DELETED ---


--- rsync-2.6.9-hlink-segv.patch DELETED ---




More information about the fedora-extras-commits mailing list