diff --git a/.gitignore b/.gitignore index 52951ab..e33dd69 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ /oslo-config-2013.1b4.tar.gz /oslo-config-2013.1b5.tar.gz /oslo.config-1.1.0b1.tar.gz +/oslo.config-1.1.0.tar.gz diff --git a/python-oslo-config.spec b/python-oslo-config.spec index 7580c6f..78c8d00 100644 --- a/python-oslo-config.spec +++ b/python-oslo-config.spec @@ -1,16 +1,15 @@ %global sname oslo.config -%global btag b1 Name: python-oslo-config Epoch: 1 Version: 1.1.0 -Release: 0.1.%{btag}%{?dist} +Release: 1%{?dist} Summary: OpenStack common configuration library Group: Development/Languages License: ASL 2.0 URL: https://launchpad.net/oslo -Source0: http://tarballs.openstack.org/oslo-config/%{sname}-%{version}%{btag}.tar.gz +Source0: http://tarballs.openstack.org/oslo-config/%{sname}-%{version}.tar.gz BuildArch: noarch Requires: python-setuptools @@ -38,7 +37,7 @@ BuildRequires: python-sphinx Documentation for the oslo-config library. %prep -%setup -q -n %{sname}-%{version}%{btag} +%setup -q -n %{sname}-%{version} # Remove bundled egg-info rm -rf %{sname}.egg-info # let RPM handle deps @@ -72,6 +71,9 @@ rm -fr doc/build/html/.buildinfo %doc LICENSE doc/build/html %changelog +* Tue Mar 12 2013 Mark McLoughlin - 1:1.1.0-1 +- Update to 1.1.0 final. + * Wed Mar 6 2013 Mark McLoughlin - 1.1.0-0.1.b1 - Update to 1.1.0b1, bump epoch diff --git a/sources b/sources index 30319d4..1825cb3 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -6907a1704340fd691f17e2a036164126 oslo.config-1.1.0b1.tar.gz +35fc1adbc70234291af09673fd481705 oslo.config-1.1.0.tar.gz