From 353b7649a08797a5b5ed3b2cad0b91e86f5969f5 Mon Sep 17 00:00:00 2001 From: Michal Luscon Date: Fri, 28 Jun 2013 10:42:19 +0200 Subject: [PATCH] Add BuildRequires: systemd-units --- rsync.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/rsync.spec b/rsync.spec index 1039471..8d998da 100644 --- a/rsync.spec +++ b/rsync.spec @@ -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 - 3.0.9-11 +- Add BuildRequires: systemd-units + * Mon Jun 17 2013 Michal Luscon - 3.0.9-10 - Fixed: #947765 - rsync daemon chooses wrong destination place