Accepting request 69714 from network

bnc#691944

OBS-URL: https://build.opensuse.org/request/show/69714
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rsync?expand=0&rev=34
This commit is contained in:
Sascha Peilicke 2011-05-06 08:14:26 +00:00 committed by Git OBS Bridge
commit 9c3f82aa27
2 changed files with 14 additions and 10 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu May 5 14:43:40 UTC 2011 - puzel@novell.com
- updated summary (bnc#691944) and description
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Mar 29 13:53:04 UTC 2011 - puzel@novell.com Tue Mar 29 13:53:04 UTC 2011 - puzel@novell.com

View File

@ -22,7 +22,7 @@ Name: rsync
Version: 3.0.8 Version: 3.0.8
Release: 1 Release: 1
License: GPLv3+ License: GPLv3+
Summary: Replacement for RCP/mirror that has Many More Features Summary: Versatile tool for fast incremental file transfer
Url: http://rsync.samba.org/ Url: http://rsync.samba.org/
Group: Productivity/Networking/Other Group: Productivity/Networking/Other
Source: %{name}-%{version}.tar.bz2 Source: %{name}-%{version}.tar.bz2
@ -55,15 +55,14 @@ BuildRequires: te_latex
Recommends: logrotate Recommends: logrotate
%description %description
rsync uses the "rsync algorithm" which provides a very fast method for Rsync is a fast and extraordinarily versatile file copying tool. It can copy
bringing remote files into sync. It does this by sending just the locally, to/from another host over any remote shell, or to/from a remote rsync
differences in the files across the link, without requiring that both daemon. It offers a large number of options that control every aspect of its
sets of files be present at one of the ends of the link beforehand. At behavior and permit very flexible specification of the set of files to be
first glance, this may seem impossible because the calculation of diffs copied. It is famous for its delta-transfer algorithm, which reduces the amount
between two files normally requires local access to both files. of data sent over the network by sending only the differences between the
source files and the existing files in the destination. Rsync is widely used
A technical report describing the rsync algorithm is included with this for backups and mirroring and as an improved copy command for everyday use.
package.
%prep %prep
%setup -q -b 1 -n %{name}-%{version} %setup -q -b 1 -n %{name}-%{version}