Add BuildRequires: systemd-units

This commit is contained in:
Michal Luscon 2013-06-28 10:42:19 +02:00
parent cc1ea5bd5a
commit 353b7649a0

View File

@ -7,7 +7,7 @@
Summary: A program for synchronizing files over a network
Name: rsync
Version: 3.0.9
Release: 10%{?prerelease}%{?dist}
Release: 11%{?prerelease}%{?dist}
Group: Applications/Internet
URL: http://rsync.samba.org/
@ -17,7 +17,7 @@ Source2: rsyncd.socket
Source3: rsyncd.service
Source4: rsyncd.conf
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(post): systemd-units
Requires(preun): systemd-units
@ -105,6 +105,9 @@ rm -rf $RPM_BUILD_ROOT
%systemd_postun_with_restart rsyncd.service
%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
- Fixed: #947765 - rsync daemon chooses wrong destination place