Update to 3.5.0

This commit is contained in:
eabdullin 2026-08-19 11:57:55 +03:00
parent 293b37e73d
commit 83ce55ad27
3 changed files with 7 additions and 5 deletions

2
.gitignore vendored
View File

@ -1,2 +1,2 @@
SOURCES/rsync-3.3.0.tar.gz
SOURCES/rsync-3.5.0.tar.gz
SOURCES/rsync-patches-3.3.0.tar.gz

View File

@ -1,2 +1 @@
19a6173f6242275478fc35804e87616ff82b5cff SOURCES/rsync-3.4.1.tar.gz
614574960fafd5f3b8b59094ee7d2cf3e1eae542 SOURCES/rsync-patches-3.4.1.tar.gz
2f338dab2f7825c391f13790f467aa2498795d3a SOURCES/rsync-3.5.0.tar.gz

View File

@ -8,12 +8,12 @@
Summary: A program for synchronizing files over a network
Name: rsync
Version: 3.4.1
Version: 3.5.0
Release: 1%{?dist}
URL: https://rsync.samba.org/
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
## 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 @@ install -D -m644 %{SOURCE6} $RPM_BUILD_ROOT/%{_unitdir}/rsyncd@.service
%systemd_postun_with_restart rsyncd.service
%changelog
* Wed Aug 19 2026 Eduard Abdullin <eabdullin@almalinux.org> - 3.5.0-1
- Update to 3.5.0
* Wed Jan 15 2025 Jonathan Wright <jonathan@almalinux.org> - 3.4.1-1
- update to 3.4.1, fixes regressions from 3.4.0