mirror of
https://src.fedoraproject.org/rpms/virt-manager.git
synced 2025-07-16 09:04:55 +00:00
Drop spice-gtk3 on Fedora ELN as in CentOS Stream 9
Resolves: fedora#2237969 Signed-off-by: Sandro Bonazzola <sbonazzo@redhat.com>
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
|
||||
Name: virt-manager
|
||||
Version: 4.1.0
|
||||
Release: 3%{?dist}
|
||||
Release: 4%{?dist}
|
||||
%global verrel %{version}-%{release}
|
||||
|
||||
Summary: Desktop tool for managing virtual machines via libvirt
|
||||
@@ -23,7 +23,9 @@ Requires: python3-gobject >= 3.31.3
|
||||
Requires: gtk3 >= 3.22.0
|
||||
Requires: libvirt-glib >= 0.0.9
|
||||
Requires: gtk-vnc2
|
||||
%if 0%{?fedora}
|
||||
Requires: spice-gtk3
|
||||
%endif
|
||||
|
||||
# We can work with gtksourceview 3 or gtksourceview4, pick the latest one
|
||||
Requires: gtksourceview4
|
||||
@@ -107,8 +109,13 @@ machine).
|
||||
%global _default_hvs --default-hvs %{default_hvs}
|
||||
%endif
|
||||
|
||||
%if 0%{?rhel}
|
||||
%global _default_graphics --default-graphics=vnc
|
||||
%endif
|
||||
|
||||
./setup.py configure \
|
||||
%{?_default_hvs}
|
||||
%{?_default_hvs} \
|
||||
%{?_default_graphics}
|
||||
|
||||
|
||||
%install
|
||||
@@ -163,6 +170,10 @@ machine).
|
||||
|
||||
|
||||
%changelog
|
||||
* Fri Sep 29 2023 Sandro Bonazzola <sbonazzo@redhat.com> - 4.1.0-4
|
||||
- Drop spice-gtk3 on Fedora ELN as in CentOS Stream 9
|
||||
- Resolves: fedora#2237969
|
||||
|
||||
* Sat Jul 22 2023 Fedora Release Engineering <releng@fedoraproject.org> - 4.1.0-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
||||
|
||||
|
Reference in New Issue
Block a user