Compare commits
8 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 6118bdbd94 | |||
|
|
1ce4d3b491 | ||
|
|
09df9cf022 | ||
|
|
1afc436915 | ||
|
|
19ea5ce4ec | ||
|
|
4ffb66ac0d | ||
| e400c125ea | |||
|
|
3b0757f6ae |
BIN
virt-scenario-2.1.2.tar.gz
LFS
BIN
virt-scenario-2.1.2.tar.gz
LFS
Binary file not shown.
3
virt-scenario-2.1.3.tar.gz
Normal file
3
virt-scenario-2.1.3.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8121910e0d5551e110f47c1e9b14a65d55e12958f299006661d5b8e8784d492a
|
||||
size 86352
|
||||
@@ -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>
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user