Update to 1.38 #1
2
.gitattributes
vendored
2
.gitattributes
vendored
@@ -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
|
||||
|
||||
2
_service
2
_service
@@ -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>
|
||||
|
||||
@@ -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
BIN
virtme-ng-1.38.tar.xz
LFS
Normal file
Binary file not shown.
@@ -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>
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user