Hello community, here is the log from the commit of package rsync for openSUSE:Factory checked in at 2013-06-17 10:17:24 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/rsync (Old) and /work/SRC/openSUSE:Factory/.rsync.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "rsync" Changes: -------- --- /work/SRC/openSUSE:Factory/rsync/rsync.changes 2013-04-05 17:05:46.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.rsync.new/rsync.changes 2013-06-17 10:17:26.000000000 +0200 @@ -1,0 +2,6 @@ +Sun Jun 16 23:59:28 UTC 2013 - [email protected] + +- Explicitly list libattr-devel as BuildRequires +- More robust make install call. Remove redundant %clean section. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ rsync.spec ++++++ --- /var/tmp/diff_new_pack.FERQ3s/_old 2013-06-17 10:17:27.000000000 +0200 +++ /var/tmp/diff_new_pack.FERQ3s/_new 2013-06-17 10:17:27.000000000 +0200 @@ -28,6 +28,7 @@ License: GPL-3.0+ Group: Productivity/Networking/Other Url: http://rsync.samba.org/ + Source: http://rsync.samba.org/ftp/rsync/src/rsync-%{version}.tar.gz Source1: http://rsync.samba.org/ftp/rsync/src/rsync-patches-%{version}.tar.gz Source2: logrotate.rsync @@ -40,6 +41,7 @@ Patch3: system-zlib.diff BuildRequires: autoconf BuildRequires: libacl-devel +BuildRequires: libattr-devel BuildRequires: openslp-devel BuildRequires: popt-devel BuildRequires: zlib-devel @@ -90,11 +92,7 @@ make %{?_smp_mflags} %install -%if 0%{?suse_version} < 1120 -%makeinstall -%else -%make_install -%endif +make install DESTDIR="%buildroot" rm -f %{buildroot}%{_sbindir}/rsyncd install -d %{buildroot}%{_sysconfdir}/logrotate.d install -d %{buildroot}%{_sysconfdir}/init.d @@ -141,9 +139,6 @@ %service_del_postun rsyncd.service %endif -%clean -rm -rf %{buildroot} - %files %defattr(-,root,root) %if 0%{?has_systemd} -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
