Resolves: #1459681 - rpmscripts for rsyncd.service are in the wrong package
This commit is contained in:
parent
b5abe96af3
commit
8b7a75d2bf
11
rsync.spec
11
rsync.spec
@ -9,7 +9,7 @@
|
|||||||
Summary: A program for synchronizing files over a network
|
Summary: A program for synchronizing files over a network
|
||||||
Name: rsync
|
Name: rsync
|
||||||
Version: 3.1.2
|
Version: 3.1.2
|
||||||
Release: 4%{?dist}
|
Release: 5%{?dist}
|
||||||
Group: Applications/Internet
|
Group: Applications/Internet
|
||||||
URL: http://rsync.samba.org/
|
URL: http://rsync.samba.org/
|
||||||
|
|
||||||
@ -110,16 +110,19 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_unitdir}/rsyncd.service
|
%{_unitdir}/rsyncd.service
|
||||||
%{_unitdir}/rsyncd@.service
|
%{_unitdir}/rsyncd@.service
|
||||||
|
|
||||||
%post
|
%post daemon
|
||||||
%systemd_post rsyncd.service
|
%systemd_post rsyncd.service
|
||||||
|
|
||||||
%preun
|
%preun daemon
|
||||||
%systemd_preun rsyncd.service
|
%systemd_preun rsyncd.service
|
||||||
|
|
||||||
%postun
|
%postun daemon
|
||||||
%systemd_postun_with_restart rsyncd.service
|
%systemd_postun_with_restart rsyncd.service
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Jun 28 2017 Michal Ruprich <mruprich@redhat.com> - 3.1.2-5
|
||||||
|
- Resolves: #1459681 - rpmscripts for rsyncd.service are in the wrong package
|
||||||
|
|
||||||
* Wed May 03 2017 Michal Ruprich <mruprich@redhat.com> - 3.1.2-4
|
* Wed May 03 2017 Michal Ruprich <mruprich@redhat.com> - 3.1.2-4
|
||||||
- Added virtual provide for zlib library
|
- Added virtual provide for zlib library
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user