From 4d03bfa9eebdf4765bc35609f147fcdbbb8bf5ead7946756083d6f732e919903 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Thu, 4 Jun 2020 16:13:55 +0000 Subject: [PATCH] - 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 --- glean-1.15.0.tar.gz | 3 --- glean-1.18.0.tar.gz | 3 +++ python-glean.changes | 13 +++++++++++++ python-glean.spec | 3 +-- 4 files changed, 17 insertions(+), 5 deletions(-) delete mode 100644 glean-1.15.0.tar.gz create mode 100644 glean-1.18.0.tar.gz diff --git a/glean-1.15.0.tar.gz b/glean-1.15.0.tar.gz deleted file mode 100644 index a8f760f..0000000 --- a/glean-1.15.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2e3641743b09ef5780692a385fd659e847af897d175cbbc0f0d0c99e1c501149 -size 59657 diff --git a/glean-1.18.0.tar.gz b/glean-1.18.0.tar.gz new file mode 100644 index 0000000..4bfa3ca --- /dev/null +++ b/glean-1.18.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87bb6a0550c38e3886c52daffd2fcc3d9f9ba1daf34c98fcee4d01c91b1e7497 +size 61257 diff --git a/python-glean.changes b/python-glean.changes index 5baf371..608de99 100644 --- a/python-glean.changes +++ b/python-glean.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Thu Jun 4 16:13:19 UTC 2020 - Dirk Mueller + +- 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 diff --git a/python-glean.spec b/python-glean.spec index a3fb42a..fcd672d 100644 --- a/python-glean.spec +++ b/python-glean.spec @@ -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}