More BuildRequires

This commit is contained in:
fenlason 2006-06-12 17:18:32 +00:00
parent f6298cb5eb
commit 45f5532737

View File

@ -8,7 +8,7 @@ Group: Applications/Internet
Source: ftp://rsync.samba.org/pub/rsync/rsync-%{version}.tar.gz
Source1: rsync.xinetd
Patch1: rsync-2.6.8-xattrs_bug.patch
BuildRequires: libacl-devel, libattr-devel
BuildRequires: libacl-devel, libattr-devel, autoconf, make, gcc
Prefix: %{_prefix}
BuildRoot: /var/tmp/%{name}-root
License: GPL
@ -62,6 +62,7 @@ rm -rf $RPM_BUILD_ROOT
- Add my xattrs_bug patch to fix a bug where xattrs don't get sent correctly.
- Add BuildRequires to make sure libattr-devel and libacl-devel are avaliable
- replace --with... with --enable... so they actually work
- Add make, autoconf and gcc to BuildRequires
* Mon May 8 2006 Jay Fenlason <fenlason@redhat.com> 2.6.8-2
- New upstream release