2004-09-09 11:54:11 +00:00
|
|
|
Summary: A program for synchronizing files over a network.
|
|
|
|
Name: rsync
|
2004-09-09 12:02:16 +00:00
|
|
|
Version: 2.6.0
|
2004-09-09 12:02:47 +00:00
|
|
|
Release: 1
|
2004-09-09 11:54:11 +00:00
|
|
|
Group: Applications/Internet
|
|
|
|
Source: ftp://rsync.samba.org/pub/rsync/rsync-%{version}.tar.gz
|
2004-09-09 11:54:21 +00:00
|
|
|
Source1: rsync.xinetd
|
2004-09-09 11:54:11 +00:00
|
|
|
Prefix: %{_prefix}
|
|
|
|
BuildRoot: /var/tmp/%{name}-root
|
|
|
|
Copyright: GPL
|
|
|
|
|
|
|
|
%description
|
2004-09-09 11:55:14 +00:00
|
|
|
Rsync uses a reliable algorithm to bring remote and host files into
|
|
|
|
sync very quickly. Rsync is fast because it just sends the differences
|
|
|
|
in the files over the network instead of sending the complete
|
|
|
|
files. Rsync is often used as a very powerful mirroring process or
|
|
|
|
just as a more capable replacement for the rcp command. A technical
|
|
|
|
report which describes the rsync algorithm is included in this
|
|
|
|
package.
|
2004-09-09 11:54:11 +00:00
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q
|
|
|
|
|
|
|
|
%build
|
|
|
|
%configure
|
|
|
|
|
2004-09-09 11:57:46 +00:00
|
|
|
make
|
2004-09-09 11:54:11 +00:00
|
|
|
|
|
|
|
%install
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
|
|
%makeinstall
|
2004-09-09 11:54:21 +00:00
|
|
|
mkdir -p $RPM_BUILD_ROOT/etc/xinetd.d
|
|
|
|
install -m 644 %SOURCE1 $RPM_BUILD_ROOT/etc/xinetd.d/rsync
|
2004-09-09 11:54:11 +00:00
|
|
|
|
|
|
|
%clean
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
|
|
%files
|
|
|
|
%defattr(-,root,root)
|
2004-09-09 11:57:46 +00:00
|
|
|
%doc COPYING README tech_report.tex
|
2004-09-09 11:55:51 +00:00
|
|
|
%config(noreplace) /etc/xinetd.d/rsync
|
2004-09-09 11:54:11 +00:00
|
|
|
%{_prefix}/bin/rsync
|
|
|
|
%{_mandir}/man1/rsync.1*
|
|
|
|
%{_mandir}/man5/rsyncd.conf.5*
|
|
|
|
|
|
|
|
%changelog
|
2004-09-09 12:02:47 +00:00
|
|
|
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
|
|
|
|
- rebuilt
|
|
|
|
|
2004-09-09 12:02:16 +00:00
|
|
|
* Mon Jan 5 2004 Jay Fenlason <fenlason@redhat.com> 2.6.0-0
|
|
|
|
- New upstream version, obsoletes the rsync-2.5.6-signal.patch
|
2004-09-09 12:01:45 +00:00
|
|
|
|
2004-09-09 12:01:05 +00:00
|
|
|
* Wed Dec 3 2003 Bill Nottingham <notting@redhat.com> 2.5.7-2
|
|
|
|
- rebuild
|
|
|
|
|
|
|
|
* Wed Dec 3 2003 Bill Nottingham <notting@redhat.com> 2.5.7-1
|
|
|
|
- update to 2.5.7
|
|
|
|
|
|
|
|
* Tue Aug 05 2003 Hardy Merrill <hmerrill@redhat.com> 2.5.6-20
|
|
|
|
- rebuild in new build env
|
|
|
|
|
2004-09-09 11:59:13 +00:00
|
|
|
* Tue Aug 05 2003 Lon Hohberger <lhh@redhat.com> 2.5.6-19
|
|
|
|
- spec file fix
|
|
|
|
|
|
|
|
* Tue Aug 05 2003 Hardy Merrill <hmerrill@redhat.com> 2.5.6-18
|
|
|
|
- rebuild in new build env
|
|
|
|
|
|
|
|
* Tue Aug 05 2003 Hardy Merrill <hmerrill@redhat.com> 2.5.6-17
|
|
|
|
- fixed spec - added patch0 to prep.
|
|
|
|
|
|
|
|
* Tue Aug 05 2003 Hardy Merrill <hmerrill@redhat.com> 2.5.6-16
|
|
|
|
- rebuild in new build env
|
|
|
|
|
|
|
|
* Mon Aug 04 2003 Hardy Merrill <hmerrill@redhat.com> 2.5.6-15
|
|
|
|
- add rsync-2.5.6-signal.patch to fix kernel warnings that
|
|
|
|
appear because socket.c sets SIGCHLD to SIG_IGN and then
|
|
|
|
calls wait. This is in response to bug#98740. This patch
|
|
|
|
*has* been committed to CVS upstream and will be in
|
|
|
|
upstream rsync-2.5.7.
|
|
|
|
|
|
|
|
* Fri Jun 13 2003 Hardy Merrill <hmerrill@redhat.com> 2.5.6-14
|
|
|
|
- build scratch - for compile warnings
|
|
|
|
|
|
|
|
* Fri Jun 13 2003 Hardy Merrill <hmerrill@redhat.com> 2.5.6-13
|
|
|
|
- build scratch - for compile warnings
|
|
|
|
|
|
|
|
* Thu Jun 12 2003 Hardy Merrill <hmerrill@redhat.com> 2.5.6-12
|
|
|
|
- rebuild in new build env
|
|
|
|
|
|
|
|
* Thu Jun 12 2003 Hardy Merrill <hmerrill@redhat.com> 2.5.6-11
|
|
|
|
- removed rsync-2.5.6-sign.patch. Upstream code
|
|
|
|
incorporates signed vs unsigned changes.
|
|
|
|
|
|
|
|
* Wed Jun 11 2003 Hardy Merrill <hmerrill@redhat.com> 2.5.6-10_CVSHEAD_signpatch
|
|
|
|
- build scratch - added rsync-2.5.6-sign.patch.
|
|
|
|
|
|
|
|
* Wed Jun 11 2003 Hardy Merrill <hmerrill@redhat.com> 2.5.6-9_CVSHEAD_nopatches
|
|
|
|
- build scratch.
|
|
|
|
|
|
|
|
* Wed Jun 11 2003 Hardy Merrill <hmerrill@redhat.com> 2.5.6-8
|
|
|
|
- build scratch - deleted rsync-2.5.6-sign.patch.
|
|
|
|
|
|
|
|
* Mon Jun 09 2003 Hardy Merrill <hmerrill@redhat.com> 2.5.6-7
|
|
|
|
- rebuild in new build env
|
|
|
|
|
|
|
|
* Thu Jun 05 2003 Hardy Merrill <hmerrill@redhat.com> 2.5.6-6
|
|
|
|
- removed patch rsync-2.5.4-maxdel.patch
|
|
|
|
- removed patch rsync-2.4.6-segv.patch
|
|
|
|
- current 2.5.6 properly handles (no segfault) the situation
|
|
|
|
(rsync '[a]') that caused a need for this patch.
|
|
|
|
- added patch rsync-2.5.6-sign.patch, which is a working
|
|
|
|
subset of patches (that still apply) included in the original
|
|
|
|
rsync-2.5.4-moresignage.patch
|
|
|
|
|
|
|
|
* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
|
|
|
|
- rebuilt
|
|
|
|
|
|
|
|
* Mon Mar 11 2003 Hardy Merrill <hmerrill@redhat.com> 2.5.6-4
|
|
|
|
- rebuild in new build env
|
|
|
|
|
|
|
|
* Mon Mar 11 2003 Hardy Merrill <hmerrill@redhat.com> 2.5.6-3
|
|
|
|
- fixed changelog comments
|
|
|
|
|
|
|
|
* Mon Mar 10 2003 Hardy Merrill <hmerrill@redhat.com> 2.5.6-2
|
|
|
|
- rebuild in new build env
|
|
|
|
|
|
|
|
* Mon Mar 10 2003 Hardy Merrill <hmerrill@redhat.com> 2.5.6-1
|
|
|
|
- update to 2.5.6 from upstream
|
|
|
|
|
2004-09-09 11:58:46 +00:00
|
|
|
* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
|
|
|
|
- rebuilt
|
|
|
|
|
|
|
|
* Fri Jan 17 2003 Hardy Merrill <hmerrill@redhat.com> 2.5.5-3
|
2004-09-09 11:59:13 +00:00
|
|
|
- fix spelling mistake in rsync.xinetd. #66036 & dup #75006
|
2004-09-09 11:58:46 +00:00
|
|
|
|
|
|
|
* Wed Dec 11 2002 Tim Powers <timp@redhat.com> 2.5.5-2
|
|
|
|
- rebuild on all arches
|
|
|
|
|
2004-09-09 11:58:25 +00:00
|
|
|
* Mon Jun 24 2002 Bill Nottingham <notting@redhat.com> 2.5.5-1
|
|
|
|
- update to 2.5.5
|
|
|
|
|
2004-09-09 11:58:17 +00:00
|
|
|
* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
|
|
|
|
- automated rebuild
|
|
|
|
|
|
|
|
* Thu May 23 2002 Tim Powers <timp@redhat.com>
|
|
|
|
- automated rebuild
|
|
|
|
|
2004-09-09 11:58:03 +00:00
|
|
|
* Wed Apr 10 2002 Bill Nottingham <notting@redhat.com> 2.5.4-2
|
|
|
|
- upstream patches: fix accidental use of --whole-file, fix
|
|
|
|
minor memory leak, and bad worst-case child kill behavior
|
|
|
|
- make passing -e to rsync:// URLs not cause an error exit (#62489)
|
|
|
|
|
2004-09-09 11:57:46 +00:00
|
|
|
* Wed Mar 13 2002 Bill Nottingham <notting@redhat.com> 2.5.4-1
|
|
|
|
- update to 2.5.4, do assorted patchmerging
|
|
|
|
|
|
|
|
* Wed Feb 20 2002 Bill Nottingham <notting@redhat.com>
|
|
|
|
- fix --address (#60127)
|
|
|
|
- call setgroups before dropping privs (<mkp@samba.org>)
|
|
|
|
|
|
|
|
* Mon Jan 28 2002 Bill Nottingham <notting@redhat.com>
|
|
|
|
- fix some errors in the unsigned patch
|
|
|
|
|
|
|
|
* Sun Jan 27 2002 Bill Nottingham <notting@redhat.com>
|
|
|
|
- rebuild to get proper LFS_CFLAGS
|
|
|
|
|
|
|
|
* Wed Jan 23 2002 Bill Nottingham <notting@redhat.com>
|
|
|
|
- fix some signed/unsigned issues (<krahmer@suse.de>)
|
|
|
|
- tweak ipv6 patch (#55337, <john.l.villalovos@intel.com>)
|
|
|
|
- make xinetd file %config(noreplace)
|
2004-09-09 11:55:51 +00:00
|
|
|
|
2004-09-09 11:55:14 +00:00
|
|
|
* Fri Aug 17 2001 Bill Nottingham <notting@redhat.com>
|
|
|
|
- fix segfault on weird arguments (#51801)
|
|
|
|
|
2004-09-09 11:55:08 +00:00
|
|
|
* Tue Jul 24 2001 Bill Nottingham <notting@redhat.com>
|
|
|
|
- IPv6 patch (<pekkas@netcore.fi>) (#47780)
|
|
|
|
|
|
|
|
* Tue Jun 19 2001 Bill Nottingham <notting@redhat.com>
|
|
|
|
- add patch to fix hangs at end of sync, and other odd behaviors (#42111)
|
|
|
|
|
2004-09-09 11:54:21 +00:00
|
|
|
* Sat Sep 30 2000 Florian La Roche <Florian.LaRoche@redhat.de>
|
|
|
|
- add xinetd configuration
|
|
|
|
|
|
|
|
* Tue Sep 26 2000 Bernhard Rosenkraenzer <bero@redhat.com>
|
|
|
|
- 2.4.6
|
|
|
|
|
2004-09-09 11:54:11 +00:00
|
|
|
* Mon Jul 31 2000 Bill Nottingham <notting@redhat.com>
|
|
|
|
- update to 2.4.4 - fixes yet another problem with rsh transport
|
|
|
|
|
|
|
|
* Wed Jul 12 2000 Prospector <bugzilla@redhat.com>
|
|
|
|
- automatic rebuild
|
|
|
|
|
|
|
|
* Sat Jun 10 2000 Bill Nottingham <notting@redhat.com>
|
|
|
|
- rebuild in new build env.
|
|
|
|
|
|
|
|
* Mon Apr 10 2000 Bill Nottingham <notting@redhat.com>
|
|
|
|
- update to 2.4.3
|
|
|
|
|
|
|
|
* Tue Apr 4 2000 Bill Nottingham <notting@redhat.com>
|
|
|
|
- update to 2.4.2
|
|
|
|
|
|
|
|
* Tue Mar 7 2000 Bill Nottingham <notting@redhat.com>
|
|
|
|
- fix maxdelete behavior so it isn't sent to older servers.
|
|
|
|
|
|
|
|
* Mon Jan 31 2000 Jeff Johnson <jbj@redhat.com>
|
|
|
|
- update to 2.4.1.
|
|
|
|
|
|
|
|
* Fri Dec 17 1999 Bill Nottingham <notting@redhat.com>
|
|
|
|
- update to 2.3.2
|
|
|
|
|
|
|
|
* Sat Jun 12 1999 Jeff Johnson <jbj@redhat.com>
|
|
|
|
- add "max. delete" patch to limit damage when server is hosed.
|
|
|
|
|
|
|
|
* Wed Apr 07 1999 Bill Nottingham <notting@redhat.com>
|
|
|
|
- update to 2.3.1.
|
|
|
|
|
|
|
|
* Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com>
|
|
|
|
- auto rebuild in the new build environment (release 2)
|
|
|
|
|
|
|
|
* Tue Mar 16 1999 Jeff Johnson <jbj@redhat.com>
|
|
|
|
- update to 2.3.0.
|
|
|
|
|
|
|
|
* Sat Mar 13 1999 Jeff Johnson <jbj@redhat.com>
|
|
|
|
- update to 2.3.0 beta.
|
|
|
|
|
|
|
|
* Fri Dec 18 1998 Bill Nottingham <notting@redhat.com>
|
|
|
|
- update to 2.2.1
|
|
|
|
|
|
|
|
* Thu Sep 10 1998 Jeff Johnson <jbj@redhat.com>
|
|
|
|
- updated to 2.1.1
|
|
|
|
|
|
|
|
* Mon Aug 17 1998 Erik Troan <ewt@redhat.com>
|
|
|
|
- updated to 2.1.0
|
|
|
|
|
|
|
|
* Thu Aug 06 1998 Erik Troan <ewt@redhat.com>
|
|
|
|
- buildrooted and attr-rophied
|
|
|
|
- removed tech-report.ps; the .tex should be good enough
|
|
|
|
|
|
|
|
* Mon Aug 25 1997 John A. Martin <jam@jamux.com>
|
|
|
|
- Built 1.6.3-2 after finding no rsync-1.6.3-1.src.rpm although there
|
|
|
|
was an ftp://ftp.redhat.com/pub/contrib/alpha/rsync-1.6.3-1.alpha.rpm
|
|
|
|
showing no packager nor signature but giving
|
|
|
|
"Source RPM: rsync-1.6.3-1.src.rpm".
|
|
|
|
- Changes from 1.6.2-1 packaging: added '$RPM_OPT_FLAGS' to make, strip
|
|
|
|
to '%build', removed '%prefix'.
|
|
|
|
|
|
|
|
* Thu Apr 10 1997 Michael De La Rue <miked@ed.ac.uk>
|
|
|
|
- rsync-1.6.2-1 packaged. (This entry by jam to credit Michael for the
|
|
|
|
previous package(s).)
|