diff options
| author | Bob Kukura <rkukura@redhat.com> | 2012-06-18 02:26:15 (GMT) |
|---|---|---|
| committer | Bob Kukura <rkukura@redhat.com> | 2012-06-18 02:26:15 (GMT) |
| commit | 34fc4bc537572e25401dbcd341223e576435eff1 (patch) | |
| tree | 21f60c000f67a7c88816ee686b1c50f65b7ecebd | |
| parent | 7c5c5bb22a5747337f78e2d1ef81432a5e1bad5b (diff) | |
| download | python-quantumclient-34fc4bc.zip python-quantumclient-34fc4bc.tar.gz python-quantumclient-34fc4bc.tar.bz2 | |
Update to folsom milestone 1
| -rw-r--r-- | .gitignore | 2 | ||||
| -rw-r--r-- | python-quantumclient.spec | 23 | ||||
| -rw-r--r-- | sources | 2 |
3 files changed, 11 insertions, 16 deletions
@@ -1 +1 @@ -/python-quantumclient-2012.1.tar.gz +/python-quantumclient-2012.2~f1.tar.gz diff --git a/python-quantumclient.spec b/python-quantumclient.spec index 1db739d..b0eb29a 100644 --- a/python-quantumclient.spec +++ b/python-quantumclient.spec @@ -1,10 +1,10 @@ # -# This is 2012.1 essex final release +# This is 2012.2 folsom milestone 1 # Name: python-quantumclient -Version: 2012.1 -Release: 1%{?dist} +Version: 2012.2 +Release: 0.1.f1%{?dist} Summary: Python API and CLI for OpenStack Quantum Group: Development/Languages @@ -12,15 +12,7 @@ License: ASL 2.0 URL: https://github.com/openstack/python-quantumclient BuildArch: noarch -Source0: https://launchpad.net/quantum/essex/2012.1/+download/python-quantumclient-2012.1.tar.gz - -# Previously python-quantum owned /usr/lib/python/site-package/quantum -# Newer versions will require this package. Users will have to upgrade -# both simultaneously. -Conflicts: python-quantum <= 2011.3 - -Requires: python-gflags -Requires: python-paste-deploy +Source0: https://launchpad.net/quantum/folsom/folsom-1/+download/python-quantumclient-%{version}~f1.tar.gz BuildRequires: python2-devel BuildRequires: python-setuptools @@ -39,17 +31,20 @@ Quantum's API. %{__python} setup.py install -O1 --skip-build --root %{buildroot} # Remove unused files -rm -rf %{buildroot}%{python_sitelib}/quantum/client/tests +rm -rf %{buildroot}%{python_sitelib}/quantumclient/tests %files %doc LICENSE %doc README %{_bindir}/quantum -%{python_sitelib}/quantum +%{python_sitelib}/quantumclient %{python_sitelib}/*.egg-info %changelog +* Mon Jun 18 2012 Robert Kukura <rkukura@redhat.com> - 2012.2-0.1.f1 +- Update to folsom milestone 1 + * Mon Apr 9 2012 Robert Kukura <rkukura@redhat.com> - 2012.1-1 - Update to essex final release @@ -1 +1 @@ -a5dc5896cedd78383e7dbc690a8c4617 python-quantumclient-2012.1.tar.gz +0fd4da6af36739850e6f8c2a2821fc74 python-quantumclient-2012.2~f1.tar.gz |
