#2 Don't Require polkit-devel for Flatpak builds
Merged 5 years ago by victortoso. Opened 5 years ago by feborges.
rpms/ feborges/spice-gtk dont-install-polkit-for-flatpak  into  master

file modified
+2
@@ -28,7 +28,9 @@ 

  BuildRequires: libcacard-devel

  BuildRequires: gobject-introspection-devel

  BuildRequires: libacl-devel

+ %if ! 0%{?flatpak}

  BuildRequires: polkit-devel

+ %endif

  BuildRequires: gtk-doc

  BuildRequires: vala

  BuildRequires: usbutils

Spice-gtk will install the polkit action when polkit is available
in the build environment. Flatpaks don't support these assets at
the moment, therefore the build of spice-gtk in Flatpaks will
fail.

This was missing from the previous commit. a6a6e6c

Sorry, my bad on noticing it after merging. Thanks for the fix

Pull-Request has been merged by victortoso

5 years ago