Add BuildRequires: systemd-units
This commit is contained in:
parent
cc1ea5bd5a
commit
353b7649a0
@ -7,7 +7,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.0.9
|
Version: 3.0.9
|
||||||
Release: 10%{?prerelease}%{?dist}
|
Release: 11%{?prerelease}%{?dist}
|
||||||
Group: Applications/Internet
|
Group: Applications/Internet
|
||||||
URL: http://rsync.samba.org/
|
URL: http://rsync.samba.org/
|
||||||
|
|
||||||
@ -17,7 +17,7 @@ Source2: rsyncd.socket
|
|||||||
Source3: rsyncd.service
|
Source3: rsyncd.service
|
||||||
Source4: rsyncd.conf
|
Source4: rsyncd.conf
|
||||||
Source5: rsyncd.sysconfig
|
Source5: rsyncd.sysconfig
|
||||||
BuildRequires: libacl-devel, libattr-devel, autoconf, popt-devel, zlib-devel
|
BuildRequires: libacl-devel, libattr-devel, autoconf, popt-devel, zlib-devel, systemd-units
|
||||||
Requires: zlib
|
Requires: zlib
|
||||||
Requires(post): systemd-units
|
Requires(post): systemd-units
|
||||||
Requires(preun): systemd-units
|
Requires(preun): systemd-units
|
||||||
@ -105,6 +105,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%systemd_postun_with_restart rsyncd.service
|
%systemd_postun_with_restart rsyncd.service
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Jun 28 2013 Michal Luscon <mluscon@redhat.com> - 3.0.9-11
|
||||||
|
- Add BuildRequires: systemd-units
|
||||||
|
|
||||||
* Mon Jun 17 2013 Michal Luscon <mluscon@redhat.com> - 3.0.9-10
|
* Mon Jun 17 2013 Michal Luscon <mluscon@redhat.com> - 3.0.9-10
|
||||||
- Fixed: #947765 - rsync daemon chooses wrong destination place
|
- Fixed: #947765 - rsync daemon chooses wrong destination place
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user