- update to 1.18.0:

* write one resolv config
  * Switch to Fedora 30 jobs
  * Fix a handful of bugs in config-drive processing
  * Remove trusty job
  * Move opensuse jobs to experimental for now
  * Add support for SLES
  * Do not bring up udev assigned interfaces
  * Update testing to opensuse 15

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-glean?expand=0&rev=13
This commit is contained in:
Dirk Mueller 2020-06-04 16:13:55 +00:00 committed by Git OBS Bridge
parent e4f4a83e7b
commit 4d03bfa9ee
4 changed files with 17 additions and 5 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2e3641743b09ef5780692a385fd659e847af897d175cbbc0f0d0c99e1c501149
size 59657

3
glean-1.18.0.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:87bb6a0550c38e3886c52daffd2fcc3d9f9ba1daf34c98fcee4d01c91b1e7497
size 61257

View File

@ -1,3 +1,16 @@
-------------------------------------------------------------------
Thu Jun 4 16:13:19 UTC 2020 - Dirk Mueller <dmueller@suse.com>
- update to 1.18.0:
* write one resolv config
* Switch to Fedora 30 jobs
* Fix a handful of bugs in config-drive processing
* Remove trusty job
* Move opensuse jobs to experimental for now
* Add support for SLES
* Do not bring up udev assigned interfaces
* Update testing to opensuse 15
-------------------------------------------------------------------
Tue May 26 06:34:26 UTC 2020 - Petr Gajdos <pgajdos@suse.com>

View File

@ -18,7 +18,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-glean
Version: 1.15.0
Version: 1.18.0
Release: 0
Summary: Program to write static config from config-drive
License: Apache-2.0
@ -35,7 +35,6 @@ BuildArch: noarch
# SECTION test requirements
BuildRequires: %{python_module Sphinx >= 1.1.2}
BuildRequires: %{python_module mock >= 1.0}
BuildRequires: %{python_module oslosphinx}
BuildRequires: %{python_module oslotest >= 1.1.0.0a1}
BuildRequires: %{python_module python-subunit}
BuildRequires: %{python_module testrepository >= 0.0.18}