X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/91f625cee02e1db0ebd6f40d3ccfaf655b72c9ab..c085ece623dca19ef139b7e971a0d8f8dd6d2ee1:/packaging/lsb/rsync.spec diff --git a/packaging/lsb/rsync.spec b/packaging/lsb/rsync.spec index 03994010..4ef50a04 100644 --- a/packaging/lsb/rsync.spec +++ b/packaging/lsb/rsync.spec @@ -3,7 +3,8 @@ Name: rsync Version: 3.0.0 Release: 1 Group: Applications/Internet -Source: http://rsync.samba.org/ftp/rsync/rsync-%{version}.tar.gz +Source0: http://rsync.samba.org/ftp/rsync/rsync-%{version}.tar.gz +Source1: http://rsync.samba.org/ftp/rsync/rsync-patches-%{version}.tar.gz URL: http://rsync.samba.org/ Prefix: %{_prefix} @@ -22,7 +23,14 @@ destination. Rsync is widely used for backups and mirroring and as an improved copy command for everyday use. %prep +# Choose one -- setup source only, or setup source + rsync-patches: %setup -q +#%setup -q -b1 + +# If you you used "%setup -q -b1", choose the patches you wish to apply: +#patch -p1 Released 3.0.0. + +* Fri Mar 21 2008 Wayne Davison +Added installation of /etc/xinetd.d/rsync file and some commented-out +lines that demonstrate how to use the rsync-patches tar file.