add requires between glibc-info and glibc

This commit is contained in:
liqingqing_1229 2022-09-08 14:22:57 +08:00
parent 8d7433e01b
commit af0473d7f8

View File

@ -66,7 +66,7 @@
##############################################################################
Name: glibc
Version: 2.34
Release: 94
Release: 95
Summary: The GNU libc libraries
License: %{all_license}
URL: http://www.gnu.org/software/glibc/
@ -510,6 +510,7 @@ tracer and xtrace, a function call tracer, all of which is not necessory for you
Summary: The doc and man for %{name}
Buildarch: noarch
Requires: man info
Requires: %{name} = %{version}-%{release}
%description help
This package provides all doc,man and info files of %{name}
@ -1414,6 +1415,9 @@ fi
%endif
%changelog
* Thu Sep 8 2022 Qingqing Li <liqingqing3@huawei.com> - 2.34-95
- add requires between glibc-info and glibc
* Thu Aug 11 2022 Lv Ying <lvying6@huawei.com> - 2.34-94
- fix LD_HUGEPAGE_LIB env does not take effect