Reverted: #1050081 - breaks rawhide live installation
This commit is contained in:
parent
131a64a9ec
commit
0944c4a6b9
10
rsync.spec
10
rsync.spec
@ -9,7 +9,7 @@
|
|||||||
Summary: A program for synchronizing files over a network
|
Summary: A program for synchronizing files over a network
|
||||||
Name: rsync
|
Name: rsync
|
||||||
Version: 3.1.0
|
Version: 3.1.0
|
||||||
Release: 4%{?prerelease}%{?dist}
|
Release: 5%{?prerelease}%{?dist}
|
||||||
Group: Applications/Internet
|
Group: Applications/Internet
|
||||||
URL: http://rsync.samba.org/
|
URL: http://rsync.samba.org/
|
||||||
|
|
||||||
@ -63,11 +63,12 @@ patch -p1 -i patches/copy-devices.diff
|
|||||||
|
|
||||||
%patch0 -p1 -b .man
|
%patch0 -p1 -b .man
|
||||||
%patch1 -p1 -b .dos
|
%patch1 -p1 -b .dos
|
||||||
%patch2 -p1 -b .xattr
|
#%patch2 -p1 -b .xattr
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
|
||||||
%configure
|
%configure
|
||||||
|
# --with-included-zlib=no temporary disabled because of #1043965
|
||||||
|
|
||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
@ -107,12 +108,15 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%systemd_postun_with_restart rsyncd.service
|
%systemd_postun_with_restart rsyncd.service
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri May 30 2014 Michal Luscon <mluscon@redhat.com> - 3.1.0-5
|
||||||
|
- Reverted: #1050081 - breaks rawhide live installation
|
||||||
|
|
||||||
* Mon May 26 2014 Michal Luscon <mluscon@redhat.com> - 3.1.0-4
|
* Mon May 26 2014 Michal Luscon <mluscon@redhat.com> - 3.1.0-4
|
||||||
- Fixed: #1050081 undo the hard-link xattr optimization
|
- Fixed: #1050081 undo the hard-link xattr optimization
|
||||||
|
|
||||||
* Wed Apr 16 2014 Michal Luscon <mluscon@redhat.com> - 3.1.0-3
|
* Wed Apr 16 2014 Michal Luscon <mluscon@redhat.com> - 3.1.0-3
|
||||||
- Fixed: CVE-2014-2855 - denial of service
|
- Fixed: CVE-2014-2855 - denial of service
|
||||||
- Reverted: compilation with system provided zlib
|
- Reverted: compilation with system provided zlib (#1043965)
|
||||||
|
|
||||||
* Sun Oct 20 2013 Michal Lusocn <mluscon@redhat.com> - 3.1.0-2
|
* Sun Oct 20 2013 Michal Lusocn <mluscon@redhat.com> - 3.1.0-2
|
||||||
- Update to latest upstream 3.1.0
|
- Update to latest upstream 3.1.0
|
||||||
|
Loading…
Reference in New Issue
Block a user