automatic version update by autodist [release 3.2.3-1mamba;Sun Sep 06 2020]

This commit is contained in:
Automatic Build System 2024-01-05 17:30:34 +01:00
parent a3c8ac0aec
commit ae665c402a

View File

@ -1,5 +1,5 @@
Name: rsync
Version: 3.1.3
Version: 3.2.3
Release: 1mamba
Summary: An utility that provides fast incremental file transfer
Group: Network/File Transfer
@ -21,6 +21,7 @@ License: GPL
BuildRequires: glibc-devel
BuildRequires: libpopt-devel
## AUTOBUILDREQ-END
BuildRequires: libxxhash-devel
BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description
@ -36,6 +37,8 @@ Some features of rsync include:
- can use rsh, ssh or direct sockets as the transport
- supports anonymous rsync which is ideal for mirroring
%debug_package
%prep
%setup -q
#%patch -p1
@ -69,18 +72,23 @@ systemctl -q daemon-reload
%files
%defattr(-,root,root)
%{_bindir}/rsync
%config(noreplace) %{_sysconfdir}/rsync.conf
%config(noreplace) %{_sysconfdir}/rsyncd.conf
%config(noreplace) %{_sysconfdir}/logrotate.d/rsyncd
%{_mandir}/man1/rsync.*
%{_mandir}/man5/rsyncd.conf.*
%{_bindir}/rsync
%{_bindir}/rsync-ssl
%{_mandir}/man1/rsync.1*
%{_mandir}/man1/rsync-ssl.1*
%{_mandir}/man5/rsyncd.conf.5*
/lib/systemd/system/rsyncd.socket
/lib/systemd/system/rsyncd@.service
%doc COPYING
#NEWS README TODO
%changelog
* Sun Sep 06 2020 Automatic Build System <autodist@mambasoft.it> 3.2.3-1mamba
- automatic version update by autodist
* Tue Jan 30 2018 Automatic Build System <autodist@mambasoft.it> 3.1.3-1mamba
- automatic version update by autodist