[targetd] Add systemd to BuildReq to fix FTBFS

Peter Robinson pbrobinson at fedoraproject.org
Mon Aug 5 11:17:49 UTC 2013


commit b9677e134f4889bed2ae35abd984884660422b99
Author: Peter Robinson <pbrobinson at gmail.com>
Date:   Mon Aug 5 12:17:41 2013 +0100

    Add systemd to BuildReq to fix FTBFS

 targetd.spec |   12 ++++++++----
 1 files changed, 8 insertions(+), 4 deletions(-)
---
diff --git a/targetd.spec b/targetd.spec
index 4760412..2a67d11 100644
--- a/targetd.spec
+++ b/targetd.spec
@@ -3,7 +3,7 @@ License:        GPLv3
 Group:          System Environment/Libraries
 Summary:        Service to make storage remotely configurable
 Version:        0.3.1
-Release:        6%{?dist}
+Release:        7%{?dist}
 URL:            https://github.com/agrover/targetd
 Source:         https://github.com/downloads/agrover/%{name}/%{name}-%{version}.tar.gz
 Source1:        targetd.service
@@ -11,11 +11,12 @@ Source2:        targetd.yaml
 Patch0:         targetd-use-std-ssl.patch
 Patch1:         targetd-require-password.patch
 BuildArch:      noarch
+BuildRequires:  systemd
 Requires:       targetcli PyYAML python-setproctitle
 Requires:       python-lvm >= 1.9
-Requires(post): systemd-units
-Requires(preun): systemd-units
-Requires(postun): systemd-units
+Requires(post): systemd
+Requires(preun): systemd
+Requires(postun): systemd
 
 
 %description
@@ -70,6 +71,9 @@ fi
 %config(noreplace) %{_sysconfdir}/target/targetd.yaml
 
 %changelog
+* Mon Aug  5 2013 Peter Robinson <pbrobinson at fedoraproject.org> 0.3.1-7
+- Add systemd to BuildReq to fix FTBFS
+
 * Sun Aug 04 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.3.1-6
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 


More information about the scm-commits mailing list