new version 3.1.2
This commit is contained in:
parent
cb0f6bd87d
commit
ff99c81e7a
2
.gitignore
vendored
2
.gitignore
vendored
@ -6,3 +6,5 @@ rsync-patches-3.0.8.tar.gz
|
||||
/rsync-patches-3.1.0pre1.tar.gz
|
||||
/rsync-3.1.0.tar.gz
|
||||
/rsync-patches-3.1.0.tar.gz
|
||||
/rsync-3.1.2.tar.gz
|
||||
/rsync-patches-3.1.2.tar.gz
|
||||
|
11
rsync.spec
11
rsync.spec
@ -8,13 +8,13 @@
|
||||
|
||||
Summary: A program for synchronizing files over a network
|
||||
Name: rsync
|
||||
Version: 3.1.1
|
||||
Release: 8%{?prerelease}%{?dist}
|
||||
Version: 3.1.2
|
||||
Release: 1%{?dist}
|
||||
Group: Applications/Internet
|
||||
URL: http://rsync.samba.org/
|
||||
|
||||
Source0: ftp://rsync.samba.org/pub/rsync/rsync-%{version}%{?prerelease}.tar.gz
|
||||
Source1: ftp://rsync.samba.org/pub/rsync/rsync-patches-%{version}%{?prerelease}.tar.gz
|
||||
Source0: https://download.samba.org/pub/rsync/src/rsync-%{version}%{?prerelease}.tar.gz
|
||||
Source1: https://download.samba.org/pub/rsync/src/rsync-patches-%{version}%{?prerelease}.tar.gz
|
||||
Source2: rsyncd.socket
|
||||
Source3: rsyncd.service
|
||||
Source4: rsyncd.conf
|
||||
@ -118,6 +118,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%systemd_postun_with_restart rsyncd.service
|
||||
|
||||
%changelog
|
||||
* Fri Jan 08 2016 Luboš Uhliarik <luhliari@redhat.com> - 3.1.2-1
|
||||
- new version 3.1.2
|
||||
|
||||
* Mon Nov 09 2015 Luboš Uhliarik <luhliari@redhat.com> - 3.1.1-8
|
||||
- Resolves: #1233893 - added noatime patch
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user