forked from pool/suse-module-tools
Compare commits
7 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
|
|
8b17cb8e6a | ||
|
|
f80ccf6d83 | ||
|
|
a7ddef4304 | ||
|
|
343af97717 | ||
|
|
1eaa1cd81d | ||
|
|
761cdd18e0 | ||
|
|
dfecc581b4 |
4
.gitignore
vendored
4
.gitignore
vendored
@@ -1 +1,5 @@
|
||||
.osc
|
||||
*~
|
||||
/suse-module-tools/
|
||||
.#*
|
||||
\#*
|
||||
|
||||
9
_service
9
_service
@@ -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>
|
||||
|
||||
@@ -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
BIN
suse-module-tools-16.0.64.tar.xz
LFS
Normal file
Binary file not shown.
BIN
suse-module-tools-16.1.1.obscpio
LFS
BIN
suse-module-tools-16.1.1.obscpio
LFS
Binary file not shown.
@@ -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)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
|
||||
@@ -1,4 +0,0 @@
|
||||
name: suse-module-tools
|
||||
version: 16.1.1
|
||||
mtime: 1764259775
|
||||
commit: ecc6125f46c57c3da64696eb9a9f7432623ba196
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user