Depend on python3-gobject-base not python3-gobject so as to not pull in X components
This commit is contained in:
parent
eb24f8a9a0
commit
72f6586925
@ -1,6 +1,6 @@
|
|||||||
Name: libblockdev
|
Name: libblockdev
|
||||||
Version: 1.4
|
Version: 1.4
|
||||||
Release: 2%{?dist}
|
Release: 3%{?dist}
|
||||||
Summary: A library for low-level manipulation with block devices
|
Summary: A library for low-level manipulation with block devices
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
URL: https://github.com/rhinstaller/libblockdev
|
URL: https://github.com/rhinstaller/libblockdev
|
||||||
@ -63,7 +63,7 @@ libblockdev in Python2.
|
|||||||
%package -n python3-blockdev
|
%package -n python3-blockdev
|
||||||
Summary: Python3 gobject-introspection bindings for libblockdev
|
Summary: Python3 gobject-introspection bindings for libblockdev
|
||||||
Requires: %{name}%{?_isa} = %{version}-%{release}
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||||
Requires: python3-gobject
|
Requires: python3-gobject-base
|
||||||
%{?python_provide:%python_provide python3-blockdev}
|
%{?python_provide:%python_provide python3-blockdev}
|
||||||
|
|
||||||
%description -n python3-blockdev
|
%description -n python3-blockdev
|
||||||
@ -504,6 +504,9 @@ find %{buildroot} -type f -name "*.la" | xargs %{__rm}
|
|||||||
%files plugins-all
|
%files plugins-all
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Mar 1 2016 Peter Robinson <pbrobinson@fedoraproject.org> 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 <vpodzime@redhat.com> - 1.4-2
|
* Thu Feb 25 2016 Vratislav Podzimek <vpodzime@redhat.com> - 1.4-2
|
||||||
- Add/fix the requirement for the LVM DBus daemon
|
- Add/fix the requirement for the LVM DBus daemon
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user