forked from pool/rsync
This commit is contained in:
parent
a809c22901
commit
62b668bf80
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 12 15:51:20 CEST 2007 - dmueller@suse.de
|
||||
|
||||
- build parallel
|
||||
- fix hardlinks accross partition
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 10 17:30:57 CEST 2007 - ro@suse.de
|
||||
|
||||
|
@ -23,7 +23,7 @@ Group: Productivity/Networking/Other
|
||||
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 @@ CFLAGS=$RPM_OPT_FLAGS \
|
||||
--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/logrotate.d
|
||||
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 @@ ln -sf ../../etc/init.d/rsyncd $RPM_BUILD_ROOT/usr/sbin/rcrsyncd
|
||||
%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)
|
||||
|
Loading…
Reference in New Issue
Block a user