Hello community, here is the log from the commit of package rsync checked in at Wed Sep 12 17:01:19 CEST 2007. -------- --- rsync/rsync.changes 2007-09-10 17:36:51.000000000 +0200 +++ /mounts/work_src_done/STABLE/rsync/rsync.changes 2007-09-12 15:51:30.000000000 +0200 @@ -1,0 +2,6 @@ +Wed Sep 12 15:51:20 CEST 2007 - dmueller@suse.de + +- build parallel +- fix hardlinks accross partition + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ rsync.spec ++++++ --- /var/tmp/diff_new_pack.g26851/_old 2007-09-12 17:00:58.000000000 +0200 +++ /var/tmp/diff_new_pack.g26851/_new 2007-09-12 17:00:58.000000000 +0200 @@ -23,7 +23,7 @@ PreReq: %fillup_prereq %insserv_prereq Autoreqprov: on Version: 2.6.9 -Release: 45 +Release: 47 Summary: Replacement for RCP/mirror that has Many More Features Source: samba.org/ftp/rsync/rsync-%{version}.tar.bz2 Source1: logrotate.rsync @@ -88,7 +88,7 @@ --enable-slp \ --enable-acl-support \ --enable-xattr-support -make +make %{?jobs:-j %jobs} %ifarch s390x make test || : %else @@ -105,7 +105,7 @@ install -d $RPM_BUILD_ROOT/etc/init.d install -d $RPM_BUILD_ROOT/etc/xinetd.d install -d $RPM_BUILD_ROOT/usr/sbin -ln -f $RPM_BUILD_ROOT/usr/bin/rsync $RPM_BUILD_ROOT/usr/sbin/rsyncd +ln -sf ../bin/rsync $RPM_BUILD_ROOT/usr/sbin/rsyncd install -m 755 support/rsyncstats $RPM_BUILD_ROOT/usr/bin install -m 644 %{SOURCE1} $RPM_BUILD_ROOT/etc/logrotate.d/rsync install -m 644 %{SOURCE2} $RPM_BUILD_ROOT/etc/xinetd.d/rsync @@ -140,6 +140,9 @@ %doc COPYING NEWS README tech_report.ps tech_report.tex %changelog +* Wed Sep 12 2007 - dmueller@suse.de +- build parallel +- fix hardlinks accross partition * Mon Sep 10 2007 - ro@suse.de - fix abort in rsync when acls and fuzzy are used together (#306263) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@Hilbert.suse.de