diff --git a/rsync.spec b/rsync.spec index 1bf4d16..cc82b6e 100644 --- a/rsync.spec +++ b/rsync.spec @@ -9,7 +9,7 @@ Summary: A program for synchronizing files over a network Name: rsync Version: 3.1.2 -Release: 4%{?dist} +Release: 5%{?dist} Group: Applications/Internet URL: http://rsync.samba.org/ @@ -110,16 +110,19 @@ rm -rf $RPM_BUILD_ROOT %{_unitdir}/rsyncd.service %{_unitdir}/rsyncd@.service -%post +%post daemon %systemd_post rsyncd.service -%preun +%preun daemon %systemd_preun rsyncd.service -%postun +%postun daemon %systemd_postun_with_restart rsyncd.service %changelog +* Wed Jun 28 2017 Michal Ruprich - 3.1.2-5 +- Resolves: #1459681 - rpmscripts for rsyncd.service are in the wrong package + * Wed May 03 2017 Michal Ruprich - 3.1.2-4 - Added virtual provide for zlib library