[targetd] version 0.3.1-1

Andy Grover grover at fedoraproject.org
Wed Oct 17 19:43:44 UTC 2012


commit a403811ba51d42a7777feb1f6a263c717b566f57
Author: Andy Grover <agrover at redhat.com>
Date:   Wed Oct 17 12:41:41 2012 -0700

    version 0.3.1-1
    
    Signed-off-by: Andy Grover <agrover at redhat.com>

 .gitignore   |    1 +
 sources      |    2 +-
 targetd.spec |    8 ++++++--
 3 files changed, 8 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 924364b..ddc7f63 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@
 /targetd-0.2.3.tar.gz
 /targetd-0.2.4.tar.gz
 /targetd-0.3.tar.gz
+/targetd-0.3.1.tar.gz
diff --git a/sources b/sources
index 676d966..d7dd140 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-d7934b05a30d0b7c949e391017d893a9  targetd-0.3.tar.gz
+cf27a2142f7c432171f73d930ffd40ab  targetd-0.3.1.tar.gz
diff --git a/targetd.spec b/targetd.spec
index 5bff0c2..bc57600 100644
--- a/targetd.spec
+++ b/targetd.spec
@@ -2,14 +2,15 @@ Name:           targetd
 License:        GPLv3
 Group:          System Environment/Libraries
 Summary:        Service to make storage remotely configurable
-Version:        0.3
+Version:        0.3.1
 Release:        1%{?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
-Requires:       targetcli PyYAML python-setproctitle python-lvm python-tlslite
+Requires:       targetcli PyYAML python-setproctitle python-tlslite
+Requires:       python-lvm >= 1.9
 Requires(post): systemd-units
 Requires(preun): systemd-units
 Requires(postun): systemd-units
@@ -65,6 +66,9 @@ fi
 %config(noreplace) %{_sysconfdir}/target/targetd.yaml
 
 %changelog
+* Wed Oct 17 2012 Andy Grover <agrover at redhat.com> - 0.3.1-1
+- New upstream version
+
 * Mon Sep 24 2012 Andy Grover <agrover at redhat.com> - 0.3-1
 - New upstream version
 


More information about the scm-commits mailing list