diff --git a/_service b/_service index f80cab0..f72229c 100644 --- a/_service +++ b/_service @@ -1,11 +1,7 @@ - - enable - - - oslo.config - - - enable + + http://tarballs.openstack.org/oslo.config/oslo.config-1.2.1.tar.gz + opensuse-cloud@opensuse.org + True diff --git a/python-oslo.config.changes b/python-oslo.config.changes index b3b676f..aac7906 100644 --- a/python-oslo.config.changes +++ b/python-oslo.config.changes @@ -1,14 +1,3 @@ -------------------------------------------------------------------- -Fri Feb 14 10:32:02 UTC 2014 - speilicke@suse.com - -- Replace git_tarballs source service with download_files and set_version - + Use upstream URL as source (enables verification) - -------------------------------------------------------------------- -Wed Jan 29 09:12:38 UTC 2014 - speilicke@suse.com - -- Add refresh_patches source service - ------------------------------------------------------------------- Fri Sep 27 08:11:13 UTC 2013 - speilicke@suse.com diff --git a/python-oslo.config.spec b/python-oslo.config.spec index ffd426e..d1ce24c 100644 --- a/python-oslo.config.spec +++ b/python-oslo.config.spec @@ -1,7 +1,7 @@ # # spec file for package python-oslo.config # -# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -25,7 +25,7 @@ Url: https://launchpad.net/oslo/ Summary: OpenStack configuration API License: Apache-2.0 Group: Development/Languages/Python -Source: http://tarballs.openstack.org/oslo.config/oslo.config-1.2.1.tar.gz +Source: oslo.config-1.2.1.tar.gz Source99: rpmlintrc BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: fdupes @@ -83,7 +83,7 @@ Requires: python-testtools >= 0.9.29 This package contains testsuite files for %{name}. %prep -%setup -q -n oslo.config-%{version} +%setup -q -n oslo.config-1.2.1 %build python setup.py build