Add missing requires to glib2-static subpackage
Add pcre2-static and sysprof-capture-static requires that are needed for linking with the static subpackage. Pointed out by Paolo Bonzini <pbonzini@redhat.com> on Fedora devel mailing list.
This commit is contained in:
parent
c69dfde736
commit
5653dff181
@ -80,6 +80,8 @@ The glib2-doc package includes documentation for the GLib library.
|
|||||||
%package static
|
%package static
|
||||||
Summary: glib static
|
Summary: glib static
|
||||||
Requires: %{name}-devel = %{version}-%{release}
|
Requires: %{name}-devel = %{version}-%{release}
|
||||||
|
Requires: pcre2-static
|
||||||
|
Requires: sysprof-capture-static
|
||||||
|
|
||||||
%description static
|
%description static
|
||||||
The %{name}-static subpackage contains static libraries for %{name}.
|
The %{name}-static subpackage contains static libraries for %{name}.
|
||||||
|
Loading…
Reference in New Issue
Block a user