From 3f3456e819db3ce6136d5de1fe687d14cb0b5d04abac969f4c5e49c849249570 Mon Sep 17 00:00:00 2001 From: Sascha Peilicke Date: Fri, 7 Mar 2014 14:02:56 +0000 Subject: [PATCH] osc copypac from project:Cloud:OpenStack:Factory package:python-oslo.config revision:8 OBS-URL: https://build.opensuse.org/package/show/Cloud:OpenStack:Factory/python-oslo.config?expand=0&rev=10 --- _service | 10 +++++----- python-oslo.config.changes | 6 ------ python-oslo.config.spec | 4 ++-- 3 files changed, 7 insertions(+), 13 deletions(-) diff --git a/_service b/_service index f80cab0..5edbb78 100644 --- a/_service +++ b/_service @@ -1,10 +1,10 @@ - - enable - - - oslo.config + + http://tarballs.openstack.org/oslo.config/oslo.config-1.2.1.tar.gz + opensuse-cloud@opensuse.org + True + enable diff --git a/python-oslo.config.changes b/python-oslo.config.changes index b3b676f..d604873 100644 --- a/python-oslo.config.changes +++ b/python-oslo.config.changes @@ -1,9 +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 diff --git a/python-oslo.config.spec b/python-oslo.config.spec index ffd426e..94060ee 100644 --- a/python-oslo.config.spec +++ b/python-oslo.config.spec @@ -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