[lvm-devel] master - spec: Fix gobject dependency

Marian Csontos mcsontos at fedoraproject.org
Wed Mar 9 13:00:40 UTC 2016


Gitweb:        http://git.fedorahosted.org/git/?p=lvm2.git;a=commitdiff;h=e72184bb761a7f2c48caf5dae64e75d57f64bfe0
Commit:        e72184bb761a7f2c48caf5dae64e75d57f64bfe0
Parent:        55d1105fc9f7e81bdca0f4d489d157b79350cac8
Author:        Marian Csontos <mcsontos at redhat.com>
AuthorDate:    Wed Mar 9 11:42:55 2016 +0100
Committer:     Marian Csontos <mcsontos at redhat.com>
CommitterDate: Wed Mar 9 14:00:05 2016 +0100

spec: Fix gobject dependency

Use python3-gobject-base instead of python3-gobject requiring xorg

(cherry picked from commit d929d82116759f53484e662b967165ef4fe4257c)
---
 spec/packages.inc |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/spec/packages.inc b/spec/packages.inc
index 23d6fd6..817457b 100644
--- a/spec/packages.inc
+++ b/spec/packages.inc
@@ -458,7 +458,7 @@ Requires: lvm2 >= %{version}-%{release}
 Requires: dbus
 Requires: python3-dbus
 Requires: python3-pyudev
-Requires: python3-gobject
+Requires: python3-gobject-base
 Requires(post): systemd-units >= %{systemd_version}
 Requires(preun): systemd-units >= %{systemd_version}
 Requires(postun): systemd-units >= %{systemd_version}




More information about the lvm-devel mailing list