diff --git a/rsync.changes b/rsync.changes index 30a9d2b..fce1a4d 100644 --- a/rsync.changes +++ b/rsync.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Dec 21 10:42:30 UTC 2011 - coolo@suse.com + +- add autoconf as buildrequire to avoid implicit dependency + ------------------------------------------------------------------- Fri Nov 25 01:38:07 UTC 2011 - crrodriguez@opensuse.org diff --git a/rsync.spec b/rsync.spec index dfe1424..b2ce0d8 100644 --- a/rsync.spec +++ b/rsync.spec @@ -15,7 +15,6 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # - %define with_system_zlib 0 %if 0%{?suse_version} < 1120 %define _initddir %{_sysconfdir}/init.d @@ -23,11 +22,11 @@ Name: rsync Version: 3.0.9 -Release: 8 -License: GPL-3.0+ +Release: 0 Summary: Versatile tool for fast incremental file transfer -Url: http://rsync.samba.org/ +License: GPL-3.0+ Group: Productivity/Networking/Other +Url: http://rsync.samba.org/ Source: %{name}-%{version}.tar.bz2 Source1: %{name}-patches-%{version}.tar.bz2 Source2: logrotate.rsync @@ -38,6 +37,7 @@ Source6: rsyncd.secrets Source7: rsync-server.firewall Source8: rsyncd.service Patch3: system-zlib.diff +BuildRequires: autoconf BuildRequires: libacl-devel BuildRequires: openslp-devel BuildRequires: popt-devel