From 286edcd3db7400b6150189b3371a7b473f536be4 Mon Sep 17 00:00:00 2001 From: Andy Grover Date: Thu, 16 Feb 2012 16:32:53 -0800 Subject: [PATCH] update to 2.0rc1.fb8-1 Signed-off-by: Andy Grover --- .gitignore | 1 + sources | 2 +- targetcli.spec | 7 +++++-- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index a14c6ab..8db9bd3 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,4 @@ /v2.0rc1.fb5 /v2.0rc1.fb6 /v2.0rc1.fb7 +/v2.0rc1.fb8 diff --git a/sources b/sources index d291da3..f6ca65e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -dd283392a3de4c67fa1733ad1255e8fc v2.0rc1.fb7 +76d034f3c4007537bda47b8441055878 v2.0rc1.fb8 diff --git a/targetcli.spec b/targetcli.spec index f518701..414bc19 100644 --- a/targetcli.spec +++ b/targetcli.spec @@ -4,7 +4,7 @@ Name: targetcli License: AGPLv3 Group: System Environment/Libraries Summary: An administration shell for storage targets -Version: 2.0rc1.fb7 +Version: 2.0rc1.fb8 Release: 1%{?dist} URL: https://github.com/agrover/targetcli-fb Source: https://github.com/agrover/%{oname}/tarball/v%{version} @@ -24,7 +24,7 @@ users will also need to install and use fcoe-utils. %prep -%setup -q -n agrover-%{oname}-e9816fe +%setup -q -n agrover-%{oname}-2db77c5 %build %{__python} setup.py build @@ -58,6 +58,9 @@ fi %{_mandir}/man8/targetcli.8.gz %changelog +* Thu Feb 16 2012 Andy Grover - 2.0rc1.fb8-1 +- New upstream release + * Wed Feb 8 2012 Andy Grover - 2.0rc1.fb7-1 - New upstream release