File project.diff of Package virtme
--- _service.orig
+++ _service
@@ -1,14 +1,13 @@
<services>
<service mode="manual" name="tar_scm">
- <param name="url">https://github.com/arighi/virtme-ng.git</param>
+ <param name="url">https://github.com/tamird/virtme-ng.git</param>
<param name="scm">git</param>
<param name="submodules">enable</param>
- <param name="revision">v1.29</param>
- <param name="versionformat">@PARENT_TAG@</param>
+ <param name="revision">restore-bash-completions</param>
+ <param name="versionformat">@PARENT_TAG@+git@TAG_OFFSET@.%h</param>
<param name="versionrewrite-pattern">v(.*)</param>
<param name="versionrewrite-replacement">\1</param>
</service>
- <service mode="manual" name="tar" />
<service mode="manual" name="recompress">
<param name="file">*.tar</param>
<param name="compression">xz</param>
--- virtme.changes.orig
+++ virtme.changes
@@ -1,4 +1,18 @@
-------------------------------------------------------------------
+Fri Oct 18 08:50:49 UTC 2024 - msuchanek@suse.de
+
+- Update to version 1.29+git58.ec96058:
+ * Restore bash completions
+ * Revert "Merge pull request #184 from hramrach/main"
+ * setup.py: update contact email
+ * Revert "Modernize build system"
+ * virtme-ng v1.30
+ * readme: add Linux Foundation mentorship session about virtme-ng
+ * doc: update contact email
+ * Make qemu work on macOS
+ * Remove usage of os.uname
+
+-------------------------------------------------------------------
Tue Sep 17 15:14:48 UTC 2024 - Michal Suchanek <msuchanek@suse.com>
- Workaround python packaging deficiency
--- virtme.spec.orig
+++ virtme.spec
@@ -22,13 +22,14 @@
%global pythons python311
%endif
Name: virtme
-Version: 1.29
+Version: 1.29+git58.0cf73c3
Release: 0
Summary: Tools for virtualize the running distro or a rootfs
License: GPL-2.0-only
Group: Development/Tools/Other
URL: https://github.com/arighi/virtme-ng
Source0: %{name}-ng-%{version}.tar.xz
+Patch0: fix-no-man.patch
BuildRequires: %{pythons}-argcomplete
%if 0%{?suse_version} > 1600
BuildRequires: %{pythons}-argparse-manpage
@@ -78,7 +79,7 @@ sed -i -e /argparse-manpage/d $(find %{b
%endif
%{python_sitelib}/%{name}
%{python_sitelib}/%{name}_ng
-%{python_sitelib}/%{name}_ng-%{version}-py*.egg-info
+%{python_sitelib}/%{name}_ng-1.30-py*.egg-info
%{_datadir}/bash-completion
%config(noreplace) %{_sysconfdir}/%{name}-ng.conf