OBS User unknown 2008-09-24 15:27:46 +00:00 committed by Git OBS Bridge
parent 4a7221117f
commit 7677af44df
7 changed files with 24 additions and 40 deletions

3
rsync-3.0.4.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:3cc6acdbbf54395c90a9e87ff8d3fc7e038a2c120d46bd520cb59413f8081bf9
size 642761

View File

@ -1,27 +0,0 @@
# Use 'just built' rsync instead of systemwide rsync
--- testsuite/xattrs.test.orig 2008-09-03 16:01:35.000000000 +0200
+++ testsuite/xattrs.test 2008-09-03 16:09:52.000000000 +0200
@@ -120,10 +120,10 @@
cd "$fromdir"
rm -rf "$todir" "$chkdir"
-rsync -aX file1 file2
-rsync -aX file1 file2 ../chk/
-rsync -aX --del ../chk/ .
-rsync -aX file1 ../lnk/
+$RSYNC -aX file1 file2
+$RSYNC -aX file1 file2 ../chk/
+$RSYNC -aX --del ../chk/ .
+$RSYNC -aX file1 ../lnk/
xls file1 file2 >"$scratchdir/xattrs.txt"
@@ -136,7 +136,7 @@
rm "$todir/file2"
echo extra >file1
-rsync -aX . ../chk/
+$RSYNC -aX . ../chk/
checkit "$RSYNC -aiiX . ../to" "$chkdir" "$todir"

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:4672eae4f3790355634cd77cb1ec460f523eb5a76eb8eda046c60c23ba3666ec
size 642589

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:dfc2412999eb8228ea93e3a4aac10b5af870067fa8824cae81d76eaff89e299a
size 111613

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:4e2610ca4c4d3cd47793d7a0d09df9dd3ba34357fef926498e69cb0cf7778742
size 111572

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Mon Sep 22 13:24:57 CEST 2008 - puzel@suse.cz
- update to 3.0.4
- update to stable release
- removed rsync-3.0.4pre2-xattrs-test-fix.patch
- fixed in upstream
-------------------------------------------------------------------
Thu Sep 4 12:29:19 CEST 2008 - puzel@suse.cz

View File

@ -1,5 +1,5 @@
#
# spec file for package rsync (Version 3.0.3.90)
# spec file for package rsync (Version 3.0.4)
#
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@ -31,11 +31,11 @@ License: GPL v3 or later
Group: Productivity/Networking/Other
PreReq: %fillup_prereq %insserv_prereq sed grep
AutoReqProv: on
Version: 3.0.3.90
Version: 3.0.4
Release: 1
Summary: Replacement for RCP/mirror that has Many More Features
Source: rsync-3.0.4pre2.tar.bz2
Source1: rsync-patches-3.0.4pre2.tar.bz2
Source: %{name}-%{version}.tar.bz2
Source1: %{name}-patches-%{version}.tar.bz2
Source2: logrotate.rsync
Source3: rsync.xinetd
Source4: rsyncd.rc
@ -43,7 +43,6 @@ Source5: rsyncd.conf
Source6: rsyncd.secrets
Source7: NEWS-rsync-3.0.3
Patch3: system-zlib.diff
Patch5: rsync-3.0.4pre2-xattrs-test-fix.patch
Url: http://rsync.samba.org/
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%define with_system_zlib 0
@ -67,7 +66,7 @@ Authors:
Paul Mackerras <Paul.Mackerras@cs.anu.edu.au>
%prep
%setup -n rsync-3.0.4pre2 -q -b 1
%setup -q -b 1
%if %with_system_zlib
rm -f zlib/*.h
%patch3
@ -76,7 +75,6 @@ patch -p1 < patches/acls.diff
patch -p1 < patches/xattrs.diff
patch -p1 < patches/slp.diff
cp %{SOURCE7} .
%patch5
%build
autoheader
@ -143,6 +141,11 @@ fi
%doc COPYING NEWS NEWS-rsync-3.0.3 README tech_report.ps tech_report.tex
%changelog
* Mon Sep 22 2008 puzel@suse.cz
- update to 3.0.4
- update to stable release
- removed rsync-3.0.4pre2-xattrs-test-fix.patch
- fixed in upstream
* Thu Sep 04 2008 puzel@suse.cz
- update to 3.0.4pre2
- Fixed the handling of a --partial-dir that cannot be created.