diff --git a/_service b/_service index 4e6b457..e96f34a 100644 --- a/_service +++ b/_service @@ -3,7 +3,7 @@ https://github.com/arighi/virtme-ng.git git enable - v1.27 + v1.28 @PARENT_TAG@ v(.*) \1 diff --git a/virtme-ng-1.27.tar.xz b/virtme-ng-1.27.tar.xz deleted file mode 100644 index c1938b2..0000000 --- a/virtme-ng-1.27.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:26e92366f29cc874fd75f33e1a8cc976ec8aebd1b0fe4f159ea5b9d917a1e847 -size 69944 diff --git a/virtme-ng-1.28.tar.xz b/virtme-ng-1.28.tar.xz new file mode 100644 index 0000000..99c6420 --- /dev/null +++ b/virtme-ng-1.28.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:153fb567abf6d712d69506977c1e65f3fe9aa3d42405c55efe9abbf67d578c8d +size 70208 diff --git a/virtme.changes b/virtme.changes index 65c9da6..77e3be9 100644 --- a/virtme.changes +++ b/virtme.changes @@ -1,3 +1,22 @@ +------------------------------------------------------------------- +Fri Sep 6 06:06:23 UTC 2024 - Michael Vetter + +- Update to 1.28: + * setup.py: include dependencies parsing requirements.txt + * virtme-ng: fix typo in command help + * virtme-configkernel: disable nvram support + * configkernel: config comment cosmetics + * configkernel: act more like kernel's make O=outdir + * vng-run: get kdir from O=outdir + * vng: propagate --verbose to configkernel + * vng: alias --custom to --config + * run.py: add a --qemu-opts='...' option bundling hint to help + * init: Always create /run/tmp folder + * Don't require ".git" to be a directory + * Specify "refs/heads/__virtme__" in git push +- Add BuildRequires for python-argparse-manpage and install man + page if we are on TW. Older versions don't have the dep yet + ------------------------------------------------------------------- Wed Jul 31 06:37:11 UTC 2024 - Michael Vetter diff --git a/virtme.spec b/virtme.spec index ee14aa6..b126106 100644 --- a/virtme.spec +++ b/virtme.spec @@ -22,7 +22,7 @@ %global pythons python311 %endif Name: virtme -Version: 1.27 +Version: 1.28 Release: 0 Summary: Tools for virtualize the running distro or a rootfs License: GPL-2.0-only @@ -30,6 +30,9 @@ Group: Development/Tools/Other URL: https://github.com/arighi/virtme-ng Source0: %{name}-ng-%{version}.tar.xz BuildRequires: %{pythons}-argcomplete +%if 0%{?suse_version} > 1600 +BuildRequires: %{pythons}-argparse-manpage +%endif BuildRequires: %{pythons}-requests BuildRequires: %{pythons}-setuptools BuildRequires: python-rpm-macros @@ -68,6 +71,9 @@ export PYTHONDONTWRITEBYTECODE=1 %python_install %{_bindir}/virtme-prep-kdir-mods %{_bindir}/virtme-run %{_bindir}/vng +%if 0%{?suse_version} > 1600 +%{_mandir}/man1/vng.1%{?ext_man} +%endif %{python_sitelib}/%{name} %{python_sitelib}/%{name}_ng %{python_sitelib}/%{name}_ng-%{version}-py*.egg-info