forked from pool/python-oslo.config
Accepting request 197425 from Cloud:OpenStack:Factory
- update to 1.2.0.a4 OBS-URL: https://build.opensuse.org/request/show/197425 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-oslo.config?expand=0&rev=4
This commit is contained in:
parent
501233076a
commit
99dc455853
3
_service
3
_service
@ -1,8 +1,7 @@
|
|||||||
<services>
|
<services>
|
||||||
<service name="git_tarballs" mode="disabled">
|
<service name="git_tarballs" mode="disabled">
|
||||||
<param name="url">http://tarballs.openstack.org/oslo.config/oslo.config-master.tar.gz</param>
|
<param name="url">http://tarballs.openstack.org/oslo.config/oslo.config-1.2.0a4.tar.gz</param>
|
||||||
<param name="email">opensuse-cloud@opensuse.org</param>
|
<param name="email">opensuse-cloud@opensuse.org</param>
|
||||||
<param name="version-regexp">.*-([^-]+)\.g[a-zA-Z0-9]{7}</param>
|
|
||||||
<param name="plain-version">True</param>
|
<param name="plain-version">True</param>
|
||||||
</service>
|
</service>
|
||||||
</services>
|
</services>
|
||||||
|
3
oslo.config-1.2.0a4.tar.gz
Normal file
3
oslo.config-1.2.0a4.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:9bba9da376ce8e69a6f02d1efc579720c7e35f04eba3fd84e77525caddf2a1d7
|
||||||
|
size 72398
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:259f8312b0f0f14ddc8ea714a7305becc3019359863449bd47c7e2dc10652cb4
|
|
||||||
size 84801
|
|
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Sep 2 11:15:31 UTC 2013 - dmueller@suse.com
|
||||||
|
|
||||||
|
- update to 1.2.0.a4
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Jul 18 10:08:32 CEST 2013 - berendt@b1-systems.de
|
Thu Jul 18 10:08:32 CEST 2013 - berendt@b1-systems.de
|
||||||
|
|
||||||
|
@ -19,13 +19,13 @@
|
|||||||
%define component oslo
|
%define component oslo
|
||||||
|
|
||||||
Name: python-oslo.config
|
Name: python-oslo.config
|
||||||
Version: 1.2.0a3
|
Version: 1.2.0a4
|
||||||
Release: 0
|
Release: 0
|
||||||
Url: https://launchpad.net/oslo/
|
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-master.tar.gz
|
Source: oslo.config-1.2.0a4.tar.gz
|
||||||
Source99: rpmlintrc
|
Source99: rpmlintrc
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
@ -85,8 +85,9 @@ 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.0a3
|
%setup -q -n oslo.config-1.2.0a4
|
||||||
|
|
||||||
|
# https://bugs.launchpad.net/oslo/+bug/1200984
|
||||||
%if "%version" < "1.2.0a3"
|
%if "%version" < "1.2.0a3"
|
||||||
echo "need versioning fix first"
|
echo "need versioning fix first"
|
||||||
exit 1
|
exit 1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user