From 8b7a75d2bf3aacabb6ffa2446328003af7d50ff4 Mon Sep 17 00:00:00 2001 From: Michal Ruprich Date: Wed, 28 Jun 2017 16:09:49 +0200 Subject: [PATCH] Resolves: #1459681 - rpmscripts for rsyncd.service are in the wrong package --- rsync.spec | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) 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