diff --git a/rsync.changes b/rsync.changes index c9c2985..535492e 100644 --- a/rsync.changes +++ b/rsync.changes @@ -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 diff --git a/rsync.spec b/rsync.spec index d602b4c..a48f634 100644 --- a/rsync.spec +++ b/rsync.spec @@ -22,7 +22,7 @@ Name: rsync Version: 3.0.8 Release: 1 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/ Group: Productivity/Networking/Other Source: %{name}-%{version}.tar.bz2 @@ -55,15 +55,14 @@ BuildRequires: te_latex Recommends: logrotate %description -rsync uses the "rsync algorithm" which provides a very fast method for -bringing remote files into sync. It does this by sending just the -differences in the files across the link, without requiring that both -sets of files be present at one of the ends of the link beforehand. At -first glance, this may seem impossible because the calculation of diffs -between two files normally requires local access to both files. - -A technical report describing the rsync algorithm is included with this -package. +Rsync is a fast and extraordinarily versatile file copying tool. It can copy +locally, to/from another host over any remote shell, or to/from a remote rsync +daemon. It offers a large number of options that control every aspect of its +behavior and permit very flexible specification of the set of files to be +copied. It is famous for its delta-transfer algorithm, which reduces the amount +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 +for backups and mirroring and as an improved copy command for everyday use. %prep %setup -q -b 1 -n %{name}-%{version}