mirror of
https://github.com/virt-manager/virt-manager.git
synced 2025-03-11 16:58:31 +03:00
spec: Skip dconf dep if building for flatpak
Host dconf is apparently used in this case, and installing dconf inside the flatpak is not necessary https://src.fedoraproject.org/rpms/virt-manager/pull-request/4 Signed-off-by: Cole Robinson <crobinso@redhat.com>
This commit is contained in:
parent
a4c84aa1bb
commit
94271b429e
@ -31,7 +31,12 @@ Requires: spice-gtk3
|
||||
# Unfortunately nothing in our chain has an explicit dep on some kind
|
||||
# of usable gsettings backend, so we explicitly depend on dconf so that
|
||||
# user settings actually persist across app runs.
|
||||
#
|
||||
# That said, we skip this dep for flatpak, where dconf isn't used in
|
||||
# the runtime. gsettings defaults to ini file in that case
|
||||
%if ! 0%{?flatpak}
|
||||
Requires: dconf
|
||||
%endif
|
||||
|
||||
# The vte291 package is actually the latest vte with API version 2.91, while
|
||||
# the vte3 package is effectively a compat package with API version 2.90.
|
||||
|
Loading…
x
Reference in New Issue
Block a user