SHA256
1
0
forked from pool/rsync
OBS User unknown 2007-09-12 15:01:19 +00:00 committed by Git OBS Bridge
parent a809c22901
commit 62b668bf80
2 changed files with 12 additions and 3 deletions

View File

@ -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

View File

@ -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)