forked from rpm/suse-module-tools
Accepting request 915046 from home:mwilck:suse-module-tools
- Update to version 16.0.9: * weak_modules2: fix "warning: %post(kernel-...) scriptlet failed, exit status 1" message from rpm (boo#1189881) * weak-modules2: add logging at verbose level 2 * weak-modules2: control logging with environment variables WM2_VERBOSE, WM2_DEBUG, WM2_LOGFILE * regenerate-initrd-posttrans: friendly notice if dracut not found (boo#1123721) OBS-URL: https://build.opensuse.org/request/show/915046 OBS-URL: https://build.opensuse.org/package/show/Base:System/suse-module-tools?expand=0&rev=123
This commit is contained in:
parent
420ca30dae
commit
642507f053
@ -1,4 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/openSUSE/suse-module-tools.git</param>
|
||||
<param name="changesrevision">ec6c895407f494c886dd4de6ef58e5d2641f0962</param></service></servicedata>
|
||||
<param name="changesrevision">532eddd0313f212550d81ad86dfac00b2eeb29fd</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9b15abb5d60d3832fb7d079aacb3b08440eb48ece4e964b4f6d29c669c4ff4cf
|
||||
size 101387
|
3
suse-module-tools-16.0.9.obscpio
Normal file
3
suse-module-tools-16.0.9.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:66c4b34ad5f5a9e56b34451eb3bc9861fddfc7ddc334d590787ff3b3b7f3955b
|
||||
size 103947
|
@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 30 13:15:20 UTC 2021 - Martin Wilck <mwilck@suse.com>
|
||||
|
||||
- Update to version 16.0.9:
|
||||
* weak_modules2: fix "warning: %post(kernel-...) scriptlet failed,
|
||||
exit status 1" message from rpm (boo#1189881)
|
||||
* weak-modules2: add logging at verbose level 2
|
||||
* weak-modules2: control logging with environment variables
|
||||
WM2_VERBOSE, WM2_DEBUG, WM2_LOGFILE
|
||||
* regenerate-initrd-posttrans: friendly notice if dracut not found
|
||||
(boo#1123721)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 20 09:05:54 UTC 2021 - Martin Wilck <mwilck@suse.com>
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
name: suse-module-tools
|
||||
version: 16.0.8+1
|
||||
mtime: 1629449992
|
||||
commit: ec6c895407f494c886dd4de6ef58e5d2641f0962
|
||||
version: 16.0.9
|
||||
mtime: 1630329092
|
||||
commit: 532eddd0313f212550d81ad86dfac00b2eeb29fd
|
||||
|
||||
|
@ -45,7 +45,7 @@
|
||||
%global modprobe_conf_rpmsave %(echo "%{modprobe_conf_files}" | sed 's,\\([^ ]*\\),%{_sysconfdir}/modprobe.d/\\1.conf.rpmsave,g')
|
||||
|
||||
Name: suse-module-tools
|
||||
Version: 16.0.8+1
|
||||
Version: 16.0.9
|
||||
Release: 0
|
||||
Summary: Configuration for module loading and SUSE-specific utilities for KMPs
|
||||
License: GPL-2.0-or-later
|
||||
|
Loading…
Reference in New Issue
Block a user