Bump version.
This commit is contained in:
parent
4871425b42
commit
5200c9ba50
@ -1,7 +1,7 @@
|
||||
Summary: A program for synchronizing files over a network.
|
||||
Name: rsync
|
||||
Version: 2.6.3
|
||||
Release: 2
|
||||
Release: 3
|
||||
Group: Applications/Internet
|
||||
# TAG: for pre versions use
|
||||
# Source: ftp://rsync.samba.org/pub/rsync/rsync-%{version}pre2.tar.gz
|
||||
@ -35,7 +35,7 @@ autoheader
|
||||
%configure \
|
||||
--with-acl-support --with-xattr-support
|
||||
make proto
|
||||
make %{?_smp_mflags}
|
||||
make %{?_smp_mflags} CFLAGS="$RPM_OPT_FLAGS"
|
||||
|
||||
%install
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
@ -56,6 +56,10 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_mandir}/man5/rsyncd.conf.5*
|
||||
|
||||
%changelog
|
||||
* Wed Mar 2 2005 Jay Fenlason <fenlason@redhat.com> 2.6.3-3
|
||||
- bump release, rebuild with gcc4
|
||||
- pass RPM_OPT_FLAGS to make
|
||||
|
||||
* Thu Feb 10 2005 Jay Fenlason <fenlason@redhat.com> 2.6.3-2
|
||||
- Added my -xattr patch, which is based on the -acl patch.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user