Avoid hard requiring gobject-introspection
We already co-own all the directories from gobject-introspection that we install files in.
This commit is contained in:
parent
a5837311ea
commit
4349851dcc
@ -44,7 +44,6 @@ BuildRequires: make
|
||||
Requires: cairo%{?_isa} >= %{cairo_version}
|
||||
Requires: cogl%{?_isa} >= %{cogl_version}
|
||||
Requires: glib2%{?_isa} >= %{glib2_version}
|
||||
Requires: gobject-introspection
|
||||
Requires: json-glib%{?_isa} >= %{json_glib_version}
|
||||
Requires: libinput%{?_isa} >= %{libinput_version}
|
||||
|
||||
@ -148,6 +147,7 @@ find %{buildroot} -name '*.la' -delete
|
||||
%changelog
|
||||
* Tue Apr 13 2021 Kalev Lember <klember@redhat.com> - 1.26.4-5
|
||||
- Recommend rather than require mesa-dri-drivers
|
||||
- Avoid hard requiring gobject-introspection
|
||||
|
||||
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.26.4-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
||||
|
Loading…
Reference in New Issue
Block a user