summaryrefslogtreecommitdiff
path: root/spec
diff options
context:
space:
mode:
authorMarian Csontos <mcsontos@redhat.com>2016-03-09 11:42:55 +0100
committerMarian Csontos <mcsontos@redhat.com>2016-03-09 14:00:05 +0100
commite72184bb761a7f2c48caf5dae64e75d57f64bfe0 (patch)
tree9f0d87ba476509a014393618395fd96f776e18ae /spec
parent55d1105fc9f7e81bdca0f4d489d157b79350cac8 (diff)
downloadlvm2-e72184bb761a7f2c48caf5dae64e75d57f64bfe0.tar.gz
spec: Fix gobject dependency
Use python3-gobject-base instead of python3-gobject requiring xorg (cherry picked from commit d929d82116759f53484e662b967165ef4fe4257c)
Diffstat (limited to 'spec')
-rw-r--r--spec/packages.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/packages.inc b/spec/packages.inc
index 23d6fd67d..817457ba1 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}