SPECS: rsync.spec - rel 2; enable ACL and XATTR support

arekm arekm at pld-linux.org
Thu Sep 22 09:15:43 CEST 2005


Author: arekm                        Date: Thu Sep 22 07:15:43 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- rel 2; enable ACL and XATTR support

---- Files affected:
SPECS:
   rsync.spec (1.100 -> 1.101) 

---- Diffs:

================================================================
Index: SPECS/rsync.spec
diff -u SPECS/rsync.spec:1.100 SPECS/rsync.spec:1.101
--- SPECS/rsync.spec:1.100	Thu Aug 11 10:17:50 2005
+++ SPECS/rsync.spec	Thu Sep 22 09:15:37 2005
@@ -14,7 +14,7 @@
 Summary(zh_TW):	[łń°Ô]$(B6G?i¤ő(c(B
 Name:		rsync
 Version:	2.6.6
-Release:	1
+Release:	2
 License:	GPL
 Group:		Daemons
 Source0:	http://rsync.samba.org/ftp/rsync/%{name}-%{version}.tar.gz
@@ -25,9 +25,12 @@
 Source4:	%{name}d.logrotate
 Patch0:		%{name}-config.patch
 Patch1:		%{name}-man.patch
+# from FC
+Patch2:		%{name}-xattr.patch
 URL:		http://rsync.samba.org/
 BuildRequires:	autoconf >= 2.52
 BuildRequires:	automake
+BuildRequires:	acl-devel
 BuildRequires:	popt-devel
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -147,8 +150,10 @@
 
 %prep
 %setup -q
+patch -p0 < patches/acls.diff || exit 1
 %patch0 -p1
 %patch1 -p1
+%patch2 -p1
 
 %build
 cp -f /usr/share/automake/config.sub .
@@ -156,6 +161,8 @@
 %configure \
 	%{?with_rsh:--with-rsh=rsh} \
 	--enable-ipv6 \
+	--with-acl-support \
+	--with-xattr-support \
 	--disable-debug \
 	--with-rsyncd-conf=%{_sysconfdir}/rsyncd.conf
 
@@ -262,6 +269,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.101  2005/09/22 07:15:37  arekm
+- rel 2; enable ACL and XATTR support
+
 Revision 1.100  2005/08/11 08:17:50  qboosh
 - updated to final 2.6.6
 - updated config,man patches
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/rsync.spec?r1=1.100&r2=1.101&f=u




More information about the pld-cvs-commit mailing list