Provide glibc-common (compatibility with Fedora/RHEL, needed for Dr.Web 6)

This commit is contained in:
Andrey Bondrov 2020-09-14 10:27:38 +00:00
parent ed0218fbf6
commit e479b38174

View file

@ -132,7 +132,7 @@ Source0: http://ftp.gnu.org/gnu/glibc/%{oname}-%{ver}.tar.xz
#Source1: http://ftp.gnu.org/gnu/glibc/%{oname}-%{ver}.tar.xz.sig #Source1: http://ftp.gnu.org/gnu/glibc/%{oname}-%{ver}.tar.xz.sig
#endif #endif
%endif %endif
Release: 6 Release: 7
License: LGPLv2+ and LGPLv2+ with exceptions and GPLv2+ License: LGPLv2+ and LGPLv2+ with exceptions and GPLv2+
Group: System/Libraries Group: System/Libraries
Url: http://www.gnu.org/software/libc/ Url: http://www.gnu.org/software/libc/
@ -278,6 +278,8 @@ Requires(post): filesystem
%if %isarch %{xenarches} %if %isarch %{xenarches}
%rename %{name}-xen %rename %{name}-xen
%endif %endif
# Compatibility with Fedora/RHEL, needed for Dr.Web 6
Provides: glibc-common = %{EVRD}
# The dynamic linker supports DT_GNU_HASH # The dynamic linker supports DT_GNU_HASH
Provides: rtld(GNU_HASH) Provides: rtld(GNU_HASH)
Provides: should-restart = system Provides: should-restart = system