diff --git a/rsync.changes b/rsync.changes index da255cf..50573e2 100644 --- a/rsync.changes +++ b/rsync.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon May 14 12:50:38 CEST 2007 - mrueckert@suse.de + +- make build work on older distros again. + ------------------------------------------------------------------- Tue May 8 16:23:34 CEST 2007 - dmueller@suse.de diff --git a/rsync.spec b/rsync.spec index 6968a53..39285d9 100644 --- a/rsync.spec +++ b/rsync.spec @@ -11,14 +11,19 @@ # norootforbuild Name: rsync -BuildRequires: libacl-devel libpng openslp-devel texlive-latex +BuildRequires: libacl-devel libpng openslp-devel +%if 0%{?suse_version} > 1020 +BuildRequires: texlive-latex +%else +BuildRequires: te_ams te_latex +%endif BuildRequires: popt-devel zlib-devel License: GNU General Public License (GPL) Group: Productivity/Networking/Other PreReq: %fillup_prereq %insserv_prereq Autoreqprov: on Version: 2.6.9 -Release: 3 +Release: 7 Summary: Replacement for RCP/mirror that has Many More Features Source: samba.org/ftp/rsync/rsync-%{version}.tar.bz2 Source1: logrotate.rsync @@ -129,6 +134,8 @@ ln -sf ../../etc/init.d/rsyncd $RPM_BUILD_ROOT/usr/sbin/rcrsyncd %doc COPYING NEWS README tech_report.ps tech_report.tex %changelog +* Mon May 14 2007 - mrueckert@suse.de +- make build work on older distros again. * Tue May 08 2007 - dmueller@suse.de - use builtin zlib copy again * Mon May 07 2007 - dmueller@suse.de