1
0

Accepting request 1185245 from Base:System

- Update to version 16.0.47:
  * rpm scriptlets: fix shellcheck warnings
- Update to version 16.0.46:
  * Support for bootloaders that follow the boot loader specification
    in particular systemd-boot (bsc#1226122)
  * Spec file: obsolete sdbootutil-rpm-scriptlets, the scriptlets
    in suse-module-tools-scriptlets have modified to support the
    systemd-boot / sdbootutil use case, too (forwarded request 1185244 from mwilck)

OBS-URL: https://build.opensuse.org/request/show/1185245
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/suse-module-tools?expand=0&rev=78
This commit is contained in:
Ana Guerrero 2024-07-17 13:13:59 +00:00 committed by Git OBS Bridge
commit 364c92798f
6 changed files with 23 additions and 8 deletions

View File

@ -1,4 +1,4 @@
<servicedata> <servicedata>
<service name="tar_scm"> <service name="tar_scm">
<param name="url">https://github.com/openSUSE/suse-module-tools.git</param> <param name="url">https://github.com/openSUSE/suse-module-tools.git</param>
<param name="changesrevision">66cef9d663358efd86365b12a1e799b173ea157a</param></service></servicedata> <param name="changesrevision">790fe7ce0eb9db37932c65161d88da73efcb809f</param></service></servicedata>

View File

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

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2051aa9985fbbe718af168f964d3ebbc6afffa3a31e4e43b005c30015a39aa2b
size 131083

View File

@ -1,3 +1,16 @@
-------------------------------------------------------------------
Wed Jul 3 21:49:31 UTC 2024 - Martin Wilck <mwilck@suse.com>
- Update to version 16.0.47:
* rpm scriptlets: fix shellcheck warnings
- Update to version 16.0.46:
* Support for bootloaders that follow the boot loader specification
in particular systemd-boot (bsc#1226122)
* Spec file: obsolete sdbootutil-rpm-scriptlets, the scriptlets
in suse-module-tools-scriptlets have modified to support the
systemd-boot / sdbootutil use case, too
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Jun 24 14:10:46 UTC 2024 - Martin Wilck <mwilck@suse.com> Mon Jun 24 14:10:46 UTC 2024 - Martin Wilck <mwilck@suse.com>

View File

@ -1,4 +1,4 @@
name: suse-module-tools name: suse-module-tools
version: 16.0.45 version: 16.0.47
mtime: 1718209191 mtime: 1720041976
commit: 66cef9d663358efd86365b12a1e799b173ea157a commit: 790fe7ce0eb9db37932c65161d88da73efcb809f

View File

@ -37,7 +37,7 @@
%global modprobe_conf_rpmsave %(echo "%{modprobe_conf_files}" | sed 's,\\([^ ]*\\),%{_sysconfdir}/modprobe.d/\\1.conf.rpmsave,g') %global modprobe_conf_rpmsave %(echo "%{modprobe_conf_files}" | sed 's,\\([^ ]*\\),%{_sysconfdir}/modprobe.d/\\1.conf.rpmsave,g')
Name: suse-module-tools Name: suse-module-tools
Version: 16.0.45 Version: 16.0.47
Release: 0 Release: 0
Summary: Configuration for module loading and SUSE-specific utilities for KMPs Summary: Configuration for module loading and SUSE-specific utilities for KMPs
License: GPL-2.0-or-later License: GPL-2.0-or-later
@ -81,6 +81,8 @@ Summary: Kernel rpm scriptlets
Provides: suse-kernel-rpm-scriptlets = 0 Provides: suse-kernel-rpm-scriptlets = 0
Requires: suse-module-tools = %{version} Requires: suse-module-tools = %{version}
Provides: suse-module-tools:/usr/lib/module-init-tools/kernel-scriptlets Provides: suse-module-tools:/usr/lib/module-init-tools/kernel-scriptlets
Provides: sdbootutil-rpm-scriptlets = 2.0
Obsoletes: sdbootutil-rpm-scriptlets < 2.0
%description scriptlets %description scriptlets
Scripts called by the SUSE kernel packages on installation Scripts called by the SUSE kernel packages on installation