Accepting request 87707 from network
- Update to version 3.0.9 * Apply drop-cache patch from rsync-patches tarball, adds option --drop-cache so rsync is drop the memory cache of files when finished (aka. stop trashing the system) * Fix a crash bug in checksum scanning when --inplace is used. * Fix a memory leak in the xattr code. * See NEWS for more detail - fix build for SLE (spec-cleaner changes) o makeinstall, _initddir OBS-URL: https://build.opensuse.org/request/show/87707 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rsync?expand=0&rev=36
This commit is contained in:
commit
54665caad5
@ -1,14 +0,0 @@
|
||||
diff -up rsync-3.0.8/rsync.1.orig rsync-3.0.8/rsync.1
|
||||
--- rsync-3.0.8/rsync.1.orig 2011-03-29 13:45:53.211306762 +0200
|
||||
+++ rsync-3.0.8/rsync.1 2011-03-29 13:46:29.420079020 +0200
|
||||
@@ -450,8 +450,8 @@ to the detailed description below for a
|
||||
\-\-remove\-source\-files sender removes synchronized files (non\-dir)
|
||||
\-\-del an alias for \-\-delete\-during
|
||||
\-\-delete delete extraneous files from dest dirs
|
||||
- \-\-delete\-before receiver deletes before transfer (default)
|
||||
- \-\-delete\-during receiver deletes during xfer, not before
|
||||
+ \-\-delete\-before receiver deletes before xfer, not during
|
||||
+ \-\-delete\-during receiver deletes during transfer (default)
|
||||
\-\-delete\-delay find deletions during, delete after
|
||||
\-\-delete\-after receiver deletes after transfer, not before
|
||||
\-\-delete\-excluded also delete excluded files from dest dirs
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a34febcee2e36d327d630413fccd9b136e1a4ef57a31dc6952fa6918faf2edc8
|
||||
size 628955
|
3
rsync-3.0.9.tar.bz2
Normal file
3
rsync-3.0.9.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:356abccb741689d28ac0ee4320c35ad32f8aaaf109b00d07b0b2de0765017f35
|
||||
size 635435
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6f5f36d3873465fe8aeff7a88b4a314f7b1a4d24efb4d9a52210754b0d60d5b9
|
||||
size 120568
|
3
rsync-patches-3.0.9.tar.bz2
Normal file
3
rsync-patches-3.0.9.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d806b9f8d9fc26068a020fba427a8a848c7cbd6f297fe7b60123665f8d2b9a31
|
||||
size 120685
|
@ -1,3 +1,20 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 12 03:40:40 UTC 2011 - crrodriguez@opensuse.org
|
||||
|
||||
- Update to version 3.0.9
|
||||
* Apply drop-cache patch from rsync-patches tarball, adds option
|
||||
--drop-cache so rsync is drop the memory cache of files when
|
||||
finished (aka. stop trashing the system)
|
||||
* Fix a crash bug in checksum scanning when --inplace is used.
|
||||
* Fix a memory leak in the xattr code.
|
||||
* See NEWS for more detail
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu May 12 13:08:59 UTC 2011 - chris@computersalat.de
|
||||
|
||||
- fix build for SLE (spec-cleaner changes)
|
||||
o makeinstall, _initddir
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu May 5 14:43:40 UTC 2011 - puzel@novell.com
|
||||
|
||||
|
15
rsync.spec
15
rsync.spec
@ -17,9 +17,12 @@
|
||||
|
||||
|
||||
%define with_system_zlib 0
|
||||
%if 0%{?suse_version} < 1120
|
||||
%define _initddir %{_sysconfdir}/init.d
|
||||
%endif
|
||||
|
||||
Name: rsync
|
||||
Version: 3.0.8
|
||||
Version: 3.0.9
|
||||
Release: 8
|
||||
License: GPLv3+
|
||||
Summary: Versatile tool for fast incremental file transfer
|
||||
@ -34,8 +37,6 @@ Source5: rsyncd.conf
|
||||
Source6: rsyncd.secrets
|
||||
Source7: rsync-server.firewall
|
||||
Patch3: system-zlib.diff
|
||||
#PATCH-FIX-UPSTREAM rsync-3.0.5-doc-fix.patch bnc487591 petr.uzel@suse.cz -- based on upstream changes to rsync.yo
|
||||
Patch4: rsync-3.0.5-doc-fix.patch
|
||||
BuildRequires: libacl-devel
|
||||
BuildRequires: libpng
|
||||
BuildRequires: openslp-devel
|
||||
@ -52,7 +53,9 @@ BuildRequires: texlive-latex
|
||||
BuildRequires: te_ams
|
||||
BuildRequires: te_latex
|
||||
%endif
|
||||
%if 0%{?suse_version} > 1010
|
||||
Recommends: logrotate
|
||||
%endif
|
||||
|
||||
%description
|
||||
Rsync is a fast and extraordinarily versatile file copying tool. It can copy
|
||||
@ -73,7 +76,7 @@ rm -f zlib/*.h
|
||||
patch -p1 < patches/acls.diff
|
||||
patch -p1 < patches/xattrs.diff
|
||||
patch -p1 < patches/slp.diff
|
||||
%patch4 -p1
|
||||
patch -p1 < patches/drop-cache.diff
|
||||
|
||||
%build
|
||||
autoheader
|
||||
@ -89,7 +92,11 @@ latex tech_report
|
||||
dvips tech_report -o tech_report.ps
|
||||
|
||||
%install
|
||||
%if 0%{?suse_version} < 1120
|
||||
%makeinstall
|
||||
%else
|
||||
%make_install
|
||||
%endif
|
||||
rm -f %{buildroot}%{_sbindir}/rsyncd
|
||||
install -d %{buildroot}%{_sysconfdir}/logrotate.d
|
||||
install -d %{buildroot}%{_sysconfdir}/init.d
|
||||
|
Loading…
Reference in New Issue
Block a user