From 72f6586925776067d9f4663d30d1fabfb5397610 Mon Sep 17 00:00:00 2001 From: Peter Robinson Date: Tue, 1 Mar 2016 12:56:15 +0000 Subject: [PATCH] Depend on python3-gobject-base not python3-gobject so as to not pull in X components --- libblockdev.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/libblockdev.spec b/libblockdev.spec index b80b766..87edf8c 100644 --- a/libblockdev.spec +++ b/libblockdev.spec @@ -1,6 +1,6 @@ Name: libblockdev Version: 1.4 -Release: 2%{?dist} +Release: 3%{?dist} Summary: A library for low-level manipulation with block devices License: LGPLv2+ URL: https://github.com/rhinstaller/libblockdev @@ -63,7 +63,7 @@ libblockdev in Python2. %package -n python3-blockdev Summary: Python3 gobject-introspection bindings for libblockdev Requires: %{name}%{?_isa} = %{version}-%{release} -Requires: python3-gobject +Requires: python3-gobject-base %{?python_provide:%python_provide python3-blockdev} %description -n python3-blockdev @@ -504,6 +504,9 @@ find %{buildroot} -type f -name "*.la" | xargs %{__rm} %files plugins-all %changelog +* Tue Mar 1 2016 Peter Robinson 1.4-3 +- Depend on python3-gobject-base not python3-gobject so as to not pull in X components + * Thu Feb 25 2016 Vratislav Podzimek - 1.4-2 - Add/fix the requirement for the LVM DBus daemon