17
0

8 Commits

Author SHA256 Message Date
43ba725011 Accepting request 1305755 from devel:microos
OBS-URL: https://build.opensuse.org/request/show/1305755
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/zypp-boot-plugin?expand=0&rev=10
2025-09-19 13:33:34 +00:00
cb8bc9e8f0 - Fix build with Boost 1.89.0 (system is headers only)
+ 8.patch

OBS-URL: https://build.opensuse.org/package/show/devel:microos/zypp-boot-plugin?expand=0&rev=25
2025-09-18 09:59:00 +00:00
aa0cdf9682 Accepting request 1280255 from devel:microos
OBS-URL: https://build.opensuse.org/request/show/1280255
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/zypp-boot-plugin?expand=0&rev=9
2025-05-27 16:50:37 +00:00
Stefan Schubert
3bf1176446 - Changed license from AGPL-3.0-or-later to GPL-2.0-or-later.
OBS-URL: https://build.opensuse.org/package/show/devel:microos/zypp-boot-plugin?expand=0&rev=23
2025-05-26 13:00:58 +00:00
48976d29fd Accepting request 1277807 from devel:microos
OBS-URL: https://build.opensuse.org/request/show/1277807
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/zypp-boot-plugin?expand=0&rev=8
2025-05-23 12:27:17 +00:00
Stefan Schubert
c19b11072e Accepting request 1277806 from home:schubi2
- Update to version 0.0.13:
  * - fixed build with boost 1.88 (bsc#1242801)

OBS-URL: https://build.opensuse.org/request/show/1277806
OBS-URL: https://build.opensuse.org/package/show/devel:microos/zypp-boot-plugin?expand=0&rev=21
2025-05-15 14:51:14 +00:00
deeb602e82 Accepting request 1200101 from devel:microos
OBS-URL: https://build.opensuse.org/request/show/1200101
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/zypp-boot-plugin?expand=0&rev=7
2024-09-12 14:54:05 +00:00
Stefan Schubert
2c4d283669 - Update to version 0.0.12:
* Added selinux-policy and systemd-boot to hard reboot list.

OBS-URL: https://build.opensuse.org/package/show/devel:microos/zypp-boot-plugin?expand=0&rev=19
2024-09-11 11:07:20 +00:00
6 changed files with 56 additions and 10 deletions

22
8.patch Normal file
View File

@@ -0,0 +1,22 @@
From 9c52eadd085e542c2f254768849db1727ba9a098 Mon Sep 17 00:00:00 2001
From: Arjen de Korte <build+github@de-korte.org>
Date: Mon, 15 Sep 2025 22:43:02 +0200
Subject: [PATCH] Update meson.build
---
meson.build | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/meson.build b/meson.build
index bf815d1..4b8c9e8 100755
--- a/meson.build
+++ b/meson.build
@@ -23,7 +23,7 @@ boot_plugin_src = files(
)
libeconf_dep = dependency('libeconf')
-boost_dep = dependency('boost', modules : ['system', 'filesystem'])
+boost_dep = dependency('boost', modules : ['filesystem'])
json_dep = dependency('json')
pk_prefix = get_option('prefix')

View File

@@ -1,4 +1,4 @@
<servicedata>
<service name="tar_scm">
<param name="url">https://github.com/openSUSE/zypp-boot-plugin.git</param>
<param name="changesrevision">7b39e6110e00d752a03cecbb29a76c47dcdb0047</param></service></servicedata>
<param name="changesrevision">d6054871a555b1416d2c73e71f4f4e56af471168</param></service></servicedata>

Binary file not shown.

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:8c3cea91f5f33111eb57c5437d88a45442f8cb0c6da61675514d7660fd1e8093
size 25156

View File

@@ -1,3 +1,26 @@
-------------------------------------------------------------------
Mon Sep 15 20:48:40 UTC 2025 - Arjen de Korte <suse+build@de-korte.org>
- Fix build with Boost 1.89.0 (system is headers only)
+ 8.patch
-------------------------------------------------------------------
Mon May 26 12:48:41 UTC 2025 - Stefan Schubert <schubi@suse.de>
- Changed license from AGPL-3.0-or-later to GPL-2.0-or-later.
-------------------------------------------------------------------
Thu May 15 14:43:29 UTC 2025 - schubi@suse.com
- Update to version 0.0.13:
* - fixed build with boost 1.88 (bsc#1242801)
-------------------------------------------------------------------
Wed Sep 11 09:50:31 UTC 2024 - schubi@suse.com
- Update to version 0.0.12:
* Added selinux-policy and systemd-boot to hard reboot list.
-------------------------------------------------------------------
Thu Jul 11 09:32:43 UTC 2024 - schubi@suse.com

View File

@@ -1,7 +1,7 @@
#
# spec file for package zypp-boot-plugin
#
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2025 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -17,19 +17,20 @@
Name: zypp-boot-plugin
Version: 0.0.11
Version: 0.0.13
Release: 0
Summary: Zypp plugin for checking if a reboot is needed
License: AGPL-3.0-or-later
License: GPL-2.0-or-later
Group: System/Packages
URL: https://github.com/openSUSE/zypp-boot-plugin
Source: zypp-boot-plugin-%{version}.tar.xz
BuildRequires: boost-devel
# PATCH-FIX-UPSTREAM - remove system library which is headers only
Patch1: https://github.com/openSUSE/zypp-boot-plugin/pull/8.patch
BuildRequires: boost-devel > 1.69.0
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: meson
@@ -44,7 +45,7 @@ This package contains a plugin for zypp that checks if a reboot is needed after
package installation/update.
%prep
%setup -q
%autosetup -p1
%build
%meson