forked from pool/python-oslo.config
osc copypac from project:Cloud:OpenStack:Havana package:python-oslo.config revision:4, using keep-link
OBS-URL: https://build.opensuse.org/package/show/Cloud:OpenStack:Factory/python-oslo.config?expand=0&rev=13
This commit is contained in:
parent
b2be579a8b
commit
2fd0355a14
12
_service
12
_service
@ -1,7 +1,11 @@
|
|||||||
<services>
|
<services>
|
||||||
<service name="git_tarballs" mode="disabled">
|
<service mode="disabled" name="download_files">
|
||||||
<param name="url">http://tarballs.openstack.org/oslo.config/oslo.config-1.2.1.tar.gz</param>
|
<param name="changesgenerate">enable</param>
|
||||||
<param name="email">opensuse-cloud@opensuse.org</param>
|
</service>
|
||||||
<param name="plain-version">True</param>
|
<service mode="disabled" name="set_version">
|
||||||
|
<param name="basename">oslo.config</param>
|
||||||
|
</service>
|
||||||
|
<service name="refresh_patches" mode="disabled">
|
||||||
|
<param name="changesgenerate">enable</param>
|
||||||
</service>
|
</service>
|
||||||
</services>
|
</services>
|
||||||
|
@ -1,3 +1,14 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
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
|
Fri Sep 27 08:11:13 UTC 2013 - speilicke@suse.com
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-oslo.config
|
# spec file for package python-oslo.config
|
||||||
#
|
#
|
||||||
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -25,7 +25,7 @@ Url: https://launchpad.net/oslo/
|
|||||||
Summary: OpenStack configuration API
|
Summary: OpenStack configuration API
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
Group: Development/Languages/Python
|
Group: Development/Languages/Python
|
||||||
Source: oslo.config-1.2.1.tar.gz
|
Source: http://tarballs.openstack.org/oslo.config/oslo.config-1.2.1.tar.gz
|
||||||
Source99: rpmlintrc
|
Source99: rpmlintrc
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
@ -83,7 +83,7 @@ Requires: python-testtools >= 0.9.29
|
|||||||
This package contains testsuite files for %{name}.
|
This package contains testsuite files for %{name}.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n oslo.config-1.2.1
|
%setup -q -n oslo.config-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
python setup.py build
|
python setup.py build
|
||||||
|
Loading…
x
Reference in New Issue
Block a user