Boltron package split hack

Half of glib2 lives in base-runtime while the other is in
shared-userspace.  Each module defines its own dist tag so we have to
weaken the strict NVR subpackage dependency to make that work.

This is specific to Fedora 26 Boltron.

Signed-off-by: Petr Šabata <contyk@redhat.com>
This commit is contained in:
Petr Šabata 2017-07-16 20:39:52 +02:00
parent 15854645a4
commit d92acdfc92

View File

@ -45,7 +45,7 @@ as an event loop, threads, dynamic loading, and an object system.
%package devel
Summary: A library of handy utility functions
Requires: %{name}%{?_isa} = %{version}-%{release}
Requires: %{name}%{?_isa} >= %{version}
%description devel
The glib2-devel package includes the header files for the GLib library.
@ -60,7 +60,7 @@ The glib2-doc package includes documentation for the GLib library.
%package fam
Summary: FAM monitoring module for GIO
Requires: %{name}%{?_isa} = %{version}-%{release}
Requires: %{name}%{?_isa} >= %{version}
BuildRequires: gamin-devel
%description fam
@ -68,7 +68,7 @@ The glib2-fam package contains the FAM (File Alteration Monitor) module for GIO.
%package static
Summary: glib static
Requires: %{name}-devel = %{version}-%{release}
Requires: %{name}-devel >= %{version}
%description static
The %{name}-static subpackage contains static libraries for %{name}.