Accepting request 1199157 from Virtualization
OBS-URL: https://build.opensuse.org/request/show/1199157 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/virtme?expand=0&rev=18
This commit is contained in:
commit
7076aeb799
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.27</param>
|
||||
<param name="revision">v1.28</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:26e92366f29cc874fd75f33e1a8cc976ec8aebd1b0fe4f159ea5b9d917a1e847
|
||||
size 69944
|
3
virtme-ng-1.28.tar.xz
Normal file
3
virtme-ng-1.28.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:153fb567abf6d712d69506977c1e65f3fe9aa3d42405c55efe9abbf67d578c8d
|
||||
size 70208
|
@ -1,3 +1,22 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 6 06:06:23 UTC 2024 - Michael Vetter <mvetter@suse.com>
|
||||
|
||||
- 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 <mvetter@suse.com>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user