[rsync] Add BuildRequires: systemd-units

mluscon mluscon at fedoraproject.org
Fri Jun 28 08:48:30 UTC 2013


commit 353b7649a08797a5b5ed3b2cad0b91e86f5969f5
Author: Michal Luscon <mluscon at redhat.com>
Date:   Fri Jun 28 10:42:19 2013 +0200

    Add BuildRequires: systemd-units

 rsync.spec |    7 +++++--
 1 files 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 <mluscon at redhat.com> - 3.0.9-11
+- Add BuildRequires: systemd-units
+
 * Mon Jun 17 2013 Michal Luscon <mluscon at redhat.com> - 3.0.9-10
 - Fixed: #947765 - rsync daemon chooses wrong destination place
 


More information about the scm-commits mailing list