auto-import changelog data from rsync-2.4.6-10.src.rpm
* Mon Jan 28 2002 Bill Nottingham <notting@redhat.com> - fix some errors in the unsigned patch * Sun Jan 27 2002 Bill Nottingham <notting@redhat.com> - rebuild to get proper LFS_CFLAGS
This commit is contained in:
parent
22337e9ebd
commit
192c49ee74
12
rsync.spec
12
rsync.spec
@ -1,7 +1,7 @@
|
||||
Summary: A program for synchronizing files over a network.
|
||||
Name: rsync
|
||||
Version: 2.4.6
|
||||
Release: 8
|
||||
Release: 10
|
||||
Group: Applications/Internet
|
||||
Source: ftp://rsync.samba.org/pub/rsync/rsync-%{version}.tar.gz
|
||||
Source1: rsync.xinetd
|
||||
@ -10,6 +10,7 @@ Patch1: rsync-nohang.patch
|
||||
Patch2: rsync-2.4.6-ipv6.patch
|
||||
Patch3: rsync-2.4.6-segv.patch
|
||||
Patch4: rsync-2.4.6-unsigned.dif
|
||||
Patch5: rsync-2.4.6-moresignage.patch
|
||||
Prefix: %{_prefix}
|
||||
BuildRoot: /var/tmp/%{name}-root
|
||||
Copyright: GPL
|
||||
@ -30,11 +31,12 @@ package.
|
||||
%patch2 -p1 -b .ipv6
|
||||
%patch3 -p1 -b .segv
|
||||
%patch4 -p1 -b .unsigned
|
||||
%patch5 -p1 -b .moresignage
|
||||
|
||||
%build
|
||||
%configure
|
||||
|
||||
make CCOPTFLAGS="$RPM_OPT_FLAGS"
|
||||
make
|
||||
|
||||
%install
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
@ -55,6 +57,12 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_mandir}/man5/rsyncd.conf.5*
|
||||
|
||||
%changelog
|
||||
* Mon Jan 28 2002 Bill Nottingham <notting@redhat.com>
|
||||
- fix some errors in the unsigned patch
|
||||
|
||||
* Sun Jan 27 2002 Bill Nottingham <notting@redhat.com>
|
||||
- rebuild to get proper LFS_CFLAGS
|
||||
|
||||
* Wed Jan 23 2002 Bill Nottingham <notting@redhat.com>
|
||||
- fix some signed/unsigned issues (<krahmer@suse.de>)
|
||||
- tweak ipv6 patch (#55337, <john.l.villalovos@intel.com>)
|
||||
|
Loading…
Reference in New Issue
Block a user