Fix the requirement for 32-bit libgnutls.so.30
The automatically-generated Provides for 32-bit libraries does not include the trailing (). Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
This commit is contained in:
parent
cd6f9cf9a9
commit
d9cced2944
@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
Name: glib2
|
Name: glib2
|
||||||
Version: 2.68.2
|
Version: 2.68.2
|
||||||
Release: 2%{?dist}
|
Release: 3%{?dist}
|
||||||
Summary: A library of handy utility functions
|
Summary: A library of handy utility functions
|
||||||
|
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
@ -47,7 +47,7 @@ BuildRequires: python3-devel
|
|||||||
%if 0%{?__isa_bits} == 64
|
%if 0%{?__isa_bits} == 64
|
||||||
Requires: libgnutls.so.30()(64bit)
|
Requires: libgnutls.so.30()(64bit)
|
||||||
%else
|
%else
|
||||||
Requires: libgnutls.so.30()
|
Requires: libgnutls.so.30
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
# for GIO content-type support
|
# for GIO content-type support
|
||||||
@ -240,6 +240,9 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
|
|||||||
%{_datadir}/installed-tests
|
%{_datadir}/installed-tests
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Jun 17 2021 Stephen Gallagher <sgallagh@redhat.com> - 2.68.2-3
|
||||||
|
- Fix the requirement for 32-bit libgnutls.so.30
|
||||||
|
|
||||||
* Thu Jun 17 2021 Michael Catanzaro <mcatanzaro@redhat.com> - 2.68.2-2
|
* Thu Jun 17 2021 Michael Catanzaro <mcatanzaro@redhat.com> - 2.68.2-2
|
||||||
- Enable GnuTLS-based GHmac in Fedora and reenable glib2-static in RHEL
|
- Enable GnuTLS-based GHmac in Fedora and reenable glib2-static in RHEL
|
||||||
- Consolidate GDesktopAppInfo changes into gdesktopappinfo.patch
|
- Consolidate GDesktopAppInfo changes into gdesktopappinfo.patch
|
||||||
|
Loading…
Reference in New Issue
Block a user