[targetd] version 0.7-2

Andy Grover grover at fedoraproject.org
Mon Nov 25 19:06:57 UTC 2013


commit b9338cb9ef8749a8699babbc794fe08e9c87cb05
Author: Andy Grover <agrover at redhat.com>
Date:   Mon Nov 25 10:45:20 2013 -0800

    version 0.7-2
    
    Signed-off-by: Andy Grover <agrover at redhat.com>

 targetd.service |    4 ++--
 targetd.spec    |    8 ++++++--
 2 files changed, 8 insertions(+), 4 deletions(-)
---
diff --git a/targetd.service b/targetd.service
index 27ac073..a4cf4e9 100644
--- a/targetd.service
+++ b/targetd.service
@@ -1,7 +1,7 @@
 [Unit]
 Description=targetd storage array API daemon
-Requires=targetcli.service
-After=targetcli.service
+Requires=target.service
+After=target.service
 
 [Service]
 ExecStart=/usr/bin/targetd
diff --git a/targetd.spec b/targetd.spec
index f73236e..d1b8fbc 100644
--- a/targetd.spec
+++ b/targetd.spec
@@ -3,14 +3,14 @@ License:        GPLv3
 Group:          System Environment/Libraries
 Summary:        Service to make storage remotely configurable
 Version:        0.7
-Release:        1%{?dist}
+Release:        2%{?dist}
 URL:            https://github.com/agrover/targetd
 Source:         https://github.com/downloads/agrover/%{name}/%{name}-%{version}.tar.gz
 Source1:        targetd.service
 Source2:        targetd.yaml
 BuildArch:      noarch
 BuildRequires:  systemd, python-devel
-Requires:       PyYAML python-setproctitle
+Requires:       PyYAML python-setproctitle python-rtslib
 Requires:       lvm2-python-libs >= 2.02.99, nfs-utils, btrfs-progs
 Requires(post): systemd
 Requires(preun): systemd
@@ -57,6 +57,10 @@ install -m 644 targetd.8.gz %{buildroot}%{_mandir}/man8/
 %config(noreplace) %{_sysconfdir}/target/targetd.yaml
 
 %changelog
+* Mon Nov 25 2013 Andy Grover <agrover at redhat.com> 0.7-2
+- Fix service file for new ktarget service name
+- Add python-rtslib to requires
+
 * Fri Nov 8 2013 Andy Grover <agrover at redhat.com> 0.7-1
 - New upstream version
 - Use systemd spec macros


More information about the scm-commits mailing list