!490 add requires between glibc-info and glibc

From: @liqingqing_1229 
Reviewed-by: @wangbin224 
Signed-off-by: @wangbin224
This commit is contained in:
openeuler-ci-bot 2022-09-08 11:05:40 +00:00 committed by Gitee
commit 2e5d102f55
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -65,7 +65,7 @@
############################################################################## ##############################################################################
Name: glibc Name: glibc
Version: 2.36 Version: 2.36
Release: 6 Release: 7
Summary: The GNU libc libraries Summary: The GNU libc libraries
License: %{all_license} License: %{all_license}
URL: http://www.gnu.org/software/glibc/ URL: http://www.gnu.org/software/glibc/
@ -357,6 +357,7 @@ tracer and xtrace, a function call tracer, all of which is not necessory for you
Summary: The doc and man for %{name} Summary: The doc and man for %{name}
Buildarch: noarch Buildarch: noarch
Requires: man info Requires: man info
Requires: %{name} = %{version}-%{release}
%description help %description help
This package provides all doc, man and info files of %{name} This package provides all doc, man and info files of %{name}
@ -1262,6 +1263,9 @@ fi
%endif %endif
%changelog %changelog
* Thu Sep 8 2022 Qingqing Li <liqingqing3@huawei.com> - 2.36-7
- add requires between glibc-info and glibc
* Thu Sep 1 2022 Qingqing Li <liqingqing3@huawei.com> - 2.36-6 * Thu Sep 1 2022 Qingqing Li <liqingqing3@huawei.com> - 2.36-6
- syslog:Fix large messages (BZ#29536/CVE-2022-39046) - syslog:Fix large messages (BZ#29536/CVE-2022-39046)