diff --git a/.gitignore b/.gitignore index e33dd69..9d168e3 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ /oslo-config-2013.1b5.tar.gz /oslo.config-1.1.0b1.tar.gz /oslo.config-1.1.0.tar.gz +/oslo.config-1.2.0a2.tar.gz diff --git a/python-oslo-config.spec b/python-oslo-config.spec index 78c8d00..473b739 100644 --- a/python-oslo-config.spec +++ b/python-oslo-config.spec @@ -1,15 +1,16 @@ %global sname oslo.config +%global milestone a2 Name: python-oslo-config Epoch: 1 -Version: 1.1.0 -Release: 1%{?dist} +Version: 1.2.0 +Release: 0.1.%{milestone}%{?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}.tar.gz +Source0: http://tarballs.openstack.org/oslo-config/%{sname}-%{version}%{milestone}.tar.gz BuildArch: noarch Requires: python-setuptools @@ -37,7 +38,10 @@ BuildRequires: python-sphinx Documentation for the oslo-config library. %prep -%setup -q -n %{sname}-%{version} +%setup -q -n %{sname}-%{version}%{milestone} + +sed -i 's/%{version}%{milestone}/%{version}/' PKG-INFO + # Remove bundled egg-info rm -rf %{sname}.egg-info # let RPM handle deps @@ -62,15 +66,17 @@ rm -fr doc/build/html/.buildinfo %check %files -%doc README +%doc README.rst %{python_sitelib}/oslo %{python_sitelib}/*.egg-info -%{python_sitelib}/*-nspkg.pth %files doc %doc LICENSE doc/build/html %changelog +* Mon Jun 24 2013 apevec@redhat.com - 1:1.2.0-0.1.a2 +- Update to 1.2.0a2 milestone + * Tue Mar 12 2013 Mark McLoughlin - 1:1.1.0-1 - Update to 1.1.0 final. diff --git a/sources b/sources index 1825cb3..1e1c3f2 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -35fc1adbc70234291af09673fd481705 oslo.config-1.1.0.tar.gz +90c5cb3f8db047485f0a6661239823e1 oslo.config-1.2.0a2.tar.gz