From bf51877bff278d39ffc66495bf909345112ee01ac08c0a9ba1a869c4cce2c51e Mon Sep 17 00:00:00 2001 From: Stefan Schubert Date: Thu, 8 Feb 2024 16:35:06 +0000 Subject: [PATCH] Accepting request 1145261 from home:schubi2:branches:devel:microos - Update to version 0.0.7: * Caching RPM calls * reducing logging OBS-URL: https://build.opensuse.org/request/show/1145261 OBS-URL: https://build.opensuse.org/package/show/devel:microos/zypp-boot-plugin?expand=0&rev=9 --- _servicedata | 2 +- zypp-boot-plugin-0.0.6.tar.xz | 3 --- zypp-boot-plugin-0.0.7.tar.xz | 3 +++ zypp-boot-plugin.changes | 7 +++++++ zypp-boot-plugin.spec | 17 +++++++++-------- 5 files changed, 20 insertions(+), 12 deletions(-) delete mode 100644 zypp-boot-plugin-0.0.6.tar.xz create mode 100644 zypp-boot-plugin-0.0.7.tar.xz diff --git a/_servicedata b/_servicedata index ab75975..cdbb573 100644 --- a/_servicedata +++ b/_servicedata @@ -1,4 +1,4 @@ https://github.com/openSUSE/zypp-boot-plugin.git - c4a465d6aa184d71b813192890e5067957f6b261 \ No newline at end of file + 19d4d8caa1b89bcbf510caaa194fbe90c1371ae6 \ No newline at end of file diff --git a/zypp-boot-plugin-0.0.6.tar.xz b/zypp-boot-plugin-0.0.6.tar.xz deleted file mode 100644 index 1e7f018..0000000 --- a/zypp-boot-plugin-0.0.6.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1f8bf8ed426be320ada98a29dd21951ed62d94cd2f9d45e39f9161bb9b5b99d2 -size 22060 diff --git a/zypp-boot-plugin-0.0.7.tar.xz b/zypp-boot-plugin-0.0.7.tar.xz new file mode 100644 index 0000000..a6c2816 --- /dev/null +++ b/zypp-boot-plugin-0.0.7.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:44f6e194325a5e9eaab2e002d66ac2acf47cf8bb57510258ae689c2903f81308 +size 23560 diff --git a/zypp-boot-plugin.changes b/zypp-boot-plugin.changes index 9ca65fa..59f1f30 100644 --- a/zypp-boot-plugin.changes +++ b/zypp-boot-plugin.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Tue Feb 06 09:26:07 UTC 2024 - schubi@suse.com + +- Update to version 0.0.7: + * Caching RPM calls + * reducing logging + ------------------------------------------------------------------- Tue Oct 24 09:07:33 UTC 2023 - schubi@suse.com diff --git a/zypp-boot-plugin.spec b/zypp-boot-plugin.spec index f892fbc..1030368 100644 --- a/zypp-boot-plugin.spec +++ b/zypp-boot-plugin.spec @@ -1,7 +1,7 @@ # # spec file for package zypp-boot-plugin # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -15,24 +15,25 @@ # Please submit bugfixes or comments via https://bugs.opensuse.org/ # + Name: zypp-boot-plugin -Version: 0.0.6 +Version: 0.0.7 Release: 0 Summary: Zypp plugin for checking if a reboot is needed License: AGPL-3.0-or-later Group: System/Packages URL: https://github.com/openSUSE/zypp-boot-plugin Source: zypp-boot-plugin-%{version}.tar.xz -BuildRequires: meson +BuildRequires: boost-devel +BuildRequires: docbook5-xsl-stylesheets BuildRequires: gcc-c++ +BuildRequires: grep +BuildRequires: libboost_filesystem-devel +BuildRequires: libboost_system-devel BuildRequires: libeconf-devel BuildRequires: libjson-c-devel -BuildRequires: boost-devel -BuildRequires: libboost_system-devel -BuildRequires: libboost_filesystem-devel -BuildRequires: grep +BuildRequires: meson BuildRequires: xsltproc -BuildRequires: docbook5-xsl-stylesheets BuildRequires: libzypp(plugin:commit) Requires: libzypp(plugin:commit) = 1