[python-quantumclient] Update to essex milestone 4

Robert A. Kukura rkukura at fedoraproject.org
Fri Mar 2 01:44:09 UTC 2012


commit 8d35aee69e7bda3a95cc546fb7cbe03817e002e3
Author: Bob Kukura <rkukura at redhat.com>
Date:   Thu Mar 1 20:43:05 2012 -0500

    Update to essex milestone 4

 .gitignore                                      |    2 +-
 python-quantumclient-non-executable-files.patch |   27 -----------------------
 python-quantumclient.spec                       |   22 +++++++-----------
 quantum__init__.py                              |   19 ----------------
 sources                                         |    2 +-
 5 files changed, 11 insertions(+), 61 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 8d9a1bb..69dde7a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-/python-quantumclient-2012.1~e3.tar.gz
+/python-quantumclient-2012.1~e4.tar.gz
diff --git a/python-quantumclient.spec b/python-quantumclient.spec
index 7d2488f..4820466 100644
--- a/python-quantumclient.spec
+++ b/python-quantumclient.spec
@@ -1,13 +1,13 @@
 #
-# This is 2012.1 essex-3 milestone
+# This is 2012.1 essex-4 milestone
 #
 %global release_name essex
 %global release_letter e
-%global milestone 3
+%global milestone 4
 
 Name:       python-quantumclient
 Version:    2012.1
-Release:    0.1.%{release_letter}%{milestone}%{?dist}
+Release:    0.2.%{release_letter}%{milestone}%{?dist}
 Summary:    Python API and CLI for OpenStack Quantum
 
 Group:      Development/Languages
@@ -16,12 +16,6 @@ URL:        https://github.com/openstack/python-quantumclient
 BuildArch:  noarch
 
 Source0:    http://launchpad.net/quantum/%{release_name}/%{release_name}-%{milestone}/+download/%{name}-%{version}~%{release_letter}%{milestone}.tar.gz
-# Taken from:
-# http://launchpad.net/quantum/essex/essex-3/+download/quantum-2012.1~e3.tar.gz
-# https://bugs.launchpad.net/quantum/+bug/922440
-Source1:    quantum__init__.py
-
-Patch1:     python-quantumclient-non-executable-files.patch
 
 # Previously python-quantum owned /usr/lib/python/site-package/quantum
 # Newer versions will require this package. Users will have to upgrade
@@ -30,7 +24,6 @@ Conflicts:  python-quantum <= 2011.3
 
 Requires:   python-gflags
 Requires:   python-paste-deploy
-Requires:   python-webob
 
 BuildRequires: python2-devel
 BuildRequires: python-setuptools
@@ -41,7 +34,9 @@ Quantum's API.
 
 %prep
 %setup -q
-%patch1 -p1
+
+# https://bugs.launchpad.net/quantum/+bug/944363
+rm quantum/vcsversion.py
 
 %build
 %{__python} setup.py build
@@ -49,8 +44,6 @@ Quantum's API.
 %install
 %{__python} setup.py install -O1 --skip-build --root %{buildroot}
 
-install -p -m 644 %{SOURCE1} %{buildroot}%{python_sitelib}/quantum/__init__.py
-
 
 %files
 %doc README
@@ -60,5 +53,8 @@ install -p -m 644 %{SOURCE1} %{buildroot}%{python_sitelib}/quantum/__init__.py
 
 
 %changelog
+* Thu Mar  1 2012 Robert Kukura <rkukura at redhat.com> - 2012.1-0.2.e4
+- Update to essex milestone 4
+
 * Thu Jan 26 2012 Cole Robinson <crobinso at redhat.com> - 2012.1-0.1.e3
 - Initial package
diff --git a/sources b/sources
index 276cf8c..b33fe63 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-c999ab8e3de3e3f3f38ed0c2d2ec61be  python-quantumclient-2012.1~e3.tar.gz
+81369dee9b5f0bb5d066659d0d481165  python-quantumclient-2012.1~e4.tar.gz


More information about the scm-commits mailing list