From 746ad7cd5dca2c2ec4e6482692f61243cf1cbe31 Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Thu, 25 Jul 2019 11:14:51 -0400 Subject: [PATCH] setroubleshoot-server: only require gobject-base When only the server is being installed, there is no need for the cairo portions of gobject. This change avoids pulling in the X11 stack. Signed-off-by: Stephen Gallagher --- setroubleshoot.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setroubleshoot.spec b/setroubleshoot.spec index 0836669..59b5000 100644 --- a/setroubleshoot.spec +++ b/setroubleshoot.spec @@ -92,7 +92,7 @@ Requires: policycoreutils-python-utils BuildRequires: intltool gettext python3 BuildRequires: python3-devel Requires: python3-slip-dbus systemd-python3 >= 206-1 -Requires: python3-gobject >= 3.11 +Requires: python3-gobject-base >= 3.11 Requires: dbus Requires: python3-dbus Requires: polkit