auto-import changelog data from rsync-2.4.6-8.src.rpm
* 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>) - make xinetd file %config(noreplace)
This commit is contained in:
parent
de5ca7d974
commit
22337e9ebd
13
rsync.spec
13
rsync.spec
@ -1,8 +1,7 @@
|
||||
%define optflags -ggdb
|
||||
Summary: A program for synchronizing files over a network.
|
||||
Name: rsync
|
||||
Version: 2.4.6
|
||||
Release: 5
|
||||
Release: 8
|
||||
Group: Applications/Internet
|
||||
Source: ftp://rsync.samba.org/pub/rsync/rsync-%{version}.tar.gz
|
||||
Source1: rsync.xinetd
|
||||
@ -10,7 +9,7 @@ Patch0: rsync-2.4.2-maxdel.patch
|
||||
Patch1: rsync-nohang.patch
|
||||
Patch2: rsync-2.4.6-ipv6.patch
|
||||
Patch3: rsync-2.4.6-segv.patch
|
||||
ExcludeArch: alpha
|
||||
Patch4: rsync-2.4.6-unsigned.dif
|
||||
Prefix: %{_prefix}
|
||||
BuildRoot: /var/tmp/%{name}-root
|
||||
Copyright: GPL
|
||||
@ -30,6 +29,7 @@ package.
|
||||
%patch1 -p0 -b .nohang
|
||||
%patch2 -p1 -b .ipv6
|
||||
%patch3 -p1 -b .segv
|
||||
%patch4 -p1 -b .unsigned
|
||||
|
||||
%build
|
||||
%configure
|
||||
@ -49,12 +49,17 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%doc COPYING README tech_report.tex
|
||||
/etc/xinetd.d/rsync
|
||||
%config(noreplace) /etc/xinetd.d/rsync
|
||||
%{_prefix}/bin/rsync
|
||||
%{_mandir}/man1/rsync.1*
|
||||
%{_mandir}/man5/rsyncd.conf.5*
|
||||
|
||||
%changelog
|
||||
* 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>)
|
||||
- make xinetd file %config(noreplace)
|
||||
|
||||
* Fri Aug 17 2001 Bill Nottingham <notting@redhat.com>
|
||||
- fix segfault on weird arguments (#51801)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user