8 Commits

Author SHA256 Message Date
6118bdbd94 Accepting request 1231671 from Virtualization
- fix build issue

OBS-URL: https://build.opensuse.org/request/show/1231671
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/virt-scenario?expand=0&rev=20
2024-12-17 18:24:50 +00:00
Antoine Ginies
1ce4d3b491 SILENT
OBS-URL: https://build.opensuse.org/package/show/Virtualization/virt-scenario?expand=0&rev=55
2024-12-17 10:22:12 +00:00
Antoine Ginies
09df9cf022 - fix build issue
OBS-URL: https://build.opensuse.org/package/show/Virtualization/virt-scenario?expand=0&rev=54
2024-12-17 09:28:27 +00:00
Antoine Ginies
1afc436915 fix some build issue
OBS-URL: https://build.opensuse.org/package/show/Virtualization/virt-scenario?expand=0&rev=53
2024-12-17 09:26:33 +00:00
Antoine Ginies
19ea5ce4ec SILENT
OBS-URL: https://build.opensuse.org/package/show/Virtualization/virt-scenario?expand=0&rev=52
2024-12-17 08:17:29 +00:00
Antoine Ginies
4ffb66ac0d - try to fix Factory build
OBS-URL: https://build.opensuse.org/package/show/Virtualization/virt-scenario?expand=0&rev=51
2024-12-17 08:15:07 +00:00
e400c125ea Accepting request 1119921 from Virtualization
OBS-URL: https://build.opensuse.org/request/show/1119921
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/virt-scenario?expand=0&rev=19
2023-10-24 18:09:01 +00:00
Antoine Ginies
3b0757f6ae Accepting request 1119920 from home:aginies
- version 2.1.3:
   * Fix FileNotFound error when calling 'virt-scenario-launch --list' (bsc#1216383) (Caleb Crane)

OBS-URL: https://build.opensuse.org/request/show/1119920
OBS-URL: https://build.opensuse.org/package/show/Virtualization/virt-scenario?expand=0&rev=49
2023-10-24 09:38:10 +00:00
4 changed files with 22 additions and 8 deletions

Binary file not shown.

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:8121910e0d5551e110f47c1e9b14a65d55e12958f299006661d5b8e8784d492a
size 86352

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Tue Dec 17 08:14:50 UTC 2024 - Antoine Ginies <aginies@suse.com>
- fix build issue
-------------------------------------------------------------------
Tue Oct 24 09:34:46 UTC 2023 - Antoine Ginies <aginies@suse.com>
- version 2.1.3:
* Fix FileNotFound error when calling 'virt-scenario-launch --list'
(bsc#1216383) (Caleb Crane)
-------------------------------------------------------------------
Mon Jul 31 11:01:29 UTC 2023 - Antoine Ginies <aginies@suse.com>

View File

@@ -20,7 +20,7 @@
%define pythons python3
Name: virt-scenario
Version: 2.1.2
Version: 2.1.3
Release: 0
Summary: Tool to create XML guest configuration and prepare the host for a scenario
License: GPL-3.0-or-later
@@ -67,7 +67,7 @@ This is the Gtk interface for %{name}.
# move yaml file to /etc/virt-scenario
mkdir -p %{buildroot}%{_sysconfdir}/%{name}/vmconfig
mv %{buildroot}%{_datadir}/%{name}/*.yaml %{buildroot}%{_sysconfdir}/%{name}/
mv src/demo_api_usage.py %{buildroot}%{_datadir}/%name/
mv src/demo_api_usage.py %{buildroot}%{_datadir}/%{name}/
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%files %{python_files}
@@ -80,11 +80,13 @@ mv src/demo_api_usage.py %{buildroot}%{_datadir}/%name/
%{python_sitelib}/virt_select_firmware
%{python_sitelib}/virtscenario_launch
%{python_sitelib}/*.egg-info
%attr(0644,root,root) %{_datadir}/%name
#%attr(0644,root,root) %{_datadir}/%name
%{_mandir}/man1/%{name}.1%{ext_man}
%{_mandir}/man1/%{name}-settings.1%{ext_man}
%attr(0644,root,root) %{_datadir}/%{name}/
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/%{name}
#%attr(0644,root,root) %{_datadir}/%{name}/
%{_datadir}/%{name}/
#%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/%{name}
%config(noreplace) %{_sysconfdir}/%{name}
%files gtk
%{_bindir}/virt-scenario-gtk