[python-novaclient] update to essex release

Pádraig Brady pbrady at fedoraproject.org
Sun Apr 8 03:11:35 UTC 2012


commit 3fc9311b89c9509f8f4291cfb735a945cfb2919d
Author: Pádraig Brady <P at draigBrady.com>
Date:   Sun Apr 8 04:07:45 2012 +0100

    update to essex release

 .gitignore                     |    1 +
 horizon-ignore-cache-dir.patch |   32 --------------------------------
 python-novaclient.spec         |    9 ++++-----
 sources                        |    2 +-
 4 files changed, 6 insertions(+), 38 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 37e25cb..899a58a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@
 /python-novaclient-2012.1~e3.tar.gz
 /python-novaclient-2012.1~e4.tar.gz
 /python-novaclient-2012.1~rc1.tar.gz
+/python-novaclient-2012.1.tar.gz
diff --git a/python-novaclient.spec b/python-novaclient.spec
index f176189..babacd3 100644
--- a/python-novaclient.spec
+++ b/python-novaclient.spec
@@ -1,15 +1,14 @@
 Name:             python-novaclient
 Version:          2012.1
-Release:          0.4.rc1%{?dist}
+Release:          1%{?dist}
 Summary:          Python API and CLI for OpenStack Nova
 
 Group:            Development/Languages
 License:          ASL 2.0
 URL:              http://pypi.python.org/pypi/python-novaclient
-Source0:          http://launchpad.net/nova/essex/essex-rc1/+download/python-novaclient-%{version}~rc1.tar.gz
+Source0:          http://launchpad.net/nova/essex/2012.1/+download/python-novaclient-%{version}.tar.gz
 
 Patch1:           novaclient-remove-argparse-from-egg-requires.patch
-Patch2:           horizon-ignore-cache-dir.patch
 
 BuildArch:        noarch
 BuildRequires:    python-setuptools
@@ -43,7 +42,6 @@ This package contains auto-generated documentation.
 %setup -q
 
 %patch1 -p1
-%patch2 -p1
 
 %build
 %{__python} setup.py build
@@ -71,7 +69,8 @@ rm -fr html/.doctrees html/.buildinfo
 %doc html
 
 %changelog
-* Mon Mar 26 2012 Pádraig Brady <P at draigBrady.com> 2012.1-???
+* Sun Apr  8 2012 Pádraig Brady <P at draigBrady.com> 2012.1-1
+- Update to essex release
 - Include LICENSE (#732695)
 
 * Thu Mar 22 2012 Pádraig Brady <P at draigBrady.com> 2012.1-0.4.rc1
diff --git a/sources b/sources
index 6e7756e..42d8cc2 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-d969ff41c4f026c1d11b2795e5e43f2f  python-novaclient-2012.1~rc1.tar.gz
+f654bce125e0fc4010448cc2701cdb42  python-novaclient-2012.1.tar.gz


More information about the scm-commits mailing list