1
0

7 Commits

Author SHA256 Message Date
Martin Wilck
8b17cb8e6a Update to version 16.0.64
* udev rules: write block queue attributes only if necessary
   (bsc#1254928)
2025-12-15 16:27:04 +01:00
Martin Wilck
f80ccf6d83 Update to version 16.0.63
* 80-hotplug-cpu-mem.rules: remount tmpfs on "online" uevents
  (bsc#1254264)
* udev: use systemd service to remount tmpfs (bsc#1253679)
2025-11-27 22:15:43 +01:00
Martin Wilck
a7ddef4304 _service: switch from obs_scm to tar_scm
obscpio format is discouraged for git LFS.
2025-11-03 21:21:05 +01:00
Martin Wilck
343af97717 Update to version 16.0.62:
* spec file: remove %udev_rules_update call (bsc#1250664)
2025-11-03 21:19:43 +01:00
Martin Wilck
1eaa1cd81d Fix copyright notice 2025-10-10 17:17:03 +02:00
Martin Wilck
761cdd18e0 Update .gitignore 2025-10-08 16:14:52 +02:00
Martin Wilck
dfecc581b4 Update to version 16.0.61:
* weak-modules2: skip livepatch dir when checking for unresolved symbols
    (bsc#1250655)
2025-10-07 17:12:39 +02:00
8 changed files with 22 additions and 21 deletions

4
.gitignore vendored
View File

@@ -1 +1,5 @@
.osc
*~
/suse-module-tools/
.#*
\#*

View File

@@ -1,23 +1,22 @@
<?xml version="1.0"?>
<services>
<service name="obs_scm" mode="manual">
<service name="tar_scm" mode="manual">
<param name="url">https://github.com/openSUSE/suse-module-tools.git</param>
<param name="scm">git</param>
<param name="changesgenerate">enable</param>
<param name="filename">suse-module-tools</param>
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
<param name="versionrewrite-pattern">([^+]*)\+0</param>
<param name="revision">master</param>
<param name="revision">slfo-1.2</param>
<param name="exclude">*.rpmlintrc</param>
</service>
<service name="extract_file" mode="manual">
<param name="archive">*.obscpio</param>
<param name="archive">*.tar</param>
<param name="files">*/suse-module-tools.spec</param>
<param name="outfilename">suse-module-tools.spec</param>
</service>
<service name="set_version" mode="manual"/>
<service name="tar" mode="buildtime"/>
<service name="recompress" mode="buildtime">
<service name="recompress" mode="manual">
<param name="file">*.tar</param>
<param name="compression">xz</param>
</service>

View File

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

BIN
suse-module-tools-16.0.64.tar.xz LFS Normal file

Binary file not shown.

Binary file not shown.

View File

@@ -1,14 +1,16 @@
-------------------------------------------------------------------
Thu Nov 27 16:35:17 UTC 2025 - Martin Wilck <mwilck@suse.com>
Mon Dec 15 15:25:59 UTC 2025 - Martin Wilck <mwilck@suse.com>
- Update to version 16.1.1:
- Update to version 16.0.64:
* udev rules: write block queue attributes only if necessary
(bsc#1254928)
-------------------------------------------------------------------
Thu Nov 27 21:12:08 UTC 2025 - Martin Wilck <mwilck@suse.com>
- Update to version 16.0.63:
* 80-hotplug-cpu-mem.rules: remount tmpfs on "online" uevents
(bsc#1254264)
-------------------------------------------------------------------
Tue Nov 18 20:24:55 UTC 2025 - Martin Wilck <mwilck@suse.com>
- Update to version 16.1.0:
* udev: use systemd service to remount tmpfs (bsc#1253679)
-------------------------------------------------------------------

View File

@@ -1,4 +0,0 @@
name: suse-module-tools
version: 16.1.1
mtime: 1764259775
commit: ecc6125f46c57c3da64696eb9a9f7432623ba196

View File

@@ -37,7 +37,7 @@
%global modprobe_conf_rpmsave %(echo "%{modprobe_conf_files}" | sed 's,\\([^ ]*\\),%{_sysconfdir}/modprobe.d/\\1.conf.rpmsave,g')
Name: suse-module-tools
Version: 16.1.1
Version: 16.0.64
Release: 0
Summary: Configuration for module loading and SUSE-specific utilities for KMPs
License: GPL-2.0-or-later