Compare commits
8 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 43ba725011 | |||
| cb8bc9e8f0 | |||
| aa0cdf9682 | |||
|
|
3bf1176446 | ||
| 48976d29fd | |||
|
|
c19b11072e | ||
| deeb602e82 | |||
|
|
2c4d283669 |
22
8.patch
Normal file
22
8.patch
Normal 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')
|
||||
@@ -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>
|
||||
BIN
zypp-boot-plugin-0.0.11.tar.xz
LFS
BIN
zypp-boot-plugin-0.0.11.tar.xz
LFS
Binary file not shown.
3
zypp-boot-plugin-0.0.13.tar.xz
Normal file
3
zypp-boot-plugin-0.0.13.tar.xz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8c3cea91f5f33111eb57c5437d88a45442f8cb0c6da61675514d7660fd1e8093
|
||||
size 25156
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user