Update to 1.38 #1

Manually merged
michals merged 2 commits from michals/virtme:leap-16.0 into leap-16.0 2025-10-23 11:38:18 +02:00
6 changed files with 17 additions and 5 deletions

2
.gitattributes vendored
View File

@@ -21,3 +21,5 @@
*.xz filter=lfs diff=lfs merge=lfs -text
*.zip filter=lfs diff=lfs merge=lfs -text
*.zst filter=lfs diff=lfs merge=lfs -text
*.tar.bz2 filter=lfs diff=lfs merge=lfs -text
*.tar.?z filter=lfs diff=lfs merge=lfs -text

View File

@@ -3,7 +3,7 @@
<param name="url">https://github.com/arighi/virtme-ng.git</param>
<param name="scm">git</param>
<param name="submodules">enable</param>
<param name="revision">v1.37</param>
<param name="revision">v1.38</param>
<param name="versionformat">@PARENT_TAG@</param>
<param name="versionrewrite-pattern">v(.*)</param>
<param name="versionrewrite-replacement">\1</param>

View File

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

BIN
virtme-ng-1.38.tar.xz LFS Normal file

Binary file not shown.

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Mon Sep 29 05:51:22 UTC 2025 - Michael Vetter <mvetter@suse.com>
- Update to 1.38:
* Fix the infamous Stale file handle (ESTALE) errors with virtiofsd
* Fix for systemctl daemon-reload when systemd support is enabled
* Fix for a kernel symlink issue affecting openSUSE/SLE
* README/docs improvements
* Various coding style cleanups
-------------------------------------------------------------------
Mon Aug 11 06:27:20 UTC 2025 - Michael Vetter <mvetter@suse.com>

View File

@@ -22,7 +22,7 @@
%global pythons python311
%endif
Name: virtme
Version: 1.37
Version: 1.38
Release: 0
Summary: Tools for virtualize the running distro or a rootfs
License: GPL-2.0-only