diff --git a/glibc.spec b/glibc.spec index 70d41bb26e75c2588cf128011560f8c8ccbf200a..ba4360355dcfa5366a11f8cd718deee93526542d 100644 --- a/glibc.spec +++ b/glibc.spec @@ -66,7 +66,7 @@ ############################################################################## Name: glibc Version: 2.34 -Release: 70 +Release: 71 Summary: The GNU libc libraries License: %{all_license} URL: http://www.gnu.org/software/glibc/ @@ -365,7 +365,6 @@ it from the "local-archive". Summary: The devel for %{name} Requires: %{name} = %{version}-%{release} Requires: libgcc%{_isa} -Requires(pre): info Requires(pre): kernel-headers Requires(pre): coreutils Requires: kernel-headers >= 3.2 @@ -468,7 +467,7 @@ Buildarch: noarch Requires: man info %description help -This package provides al doc and man files of %{name} +This package provides all doc,man and info files of %{name} ############################################################################## # glibc compat-2.17 sub-package @@ -755,6 +754,7 @@ touch nss-devel.filelist touch libnsl.filelist touch debugutils.filelist touch benchtests.filelist +touch help.filelist %if %{with compat_2_17} touch compat-2.17.filelist %endif @@ -842,7 +842,7 @@ grep '%{_prefix}/share' master.filelist \ # glibc "devel" sub-package ############################################################################### %if %{with docs} -grep '%{_infodir}' master.filelist | grep -v '%{_infodir}/dir' > devel.filelist +grep '%{_infodir}' master.filelist | grep -v '%{_infodir}/dir' > help.filelist %endif grep '%{_libdir}/lib.*\.a' master.filelist \ @@ -1286,7 +1286,7 @@ fi %files -f benchtests.filelist benchtests %endif -%files help +%files -f help.filelist help #Doc of glibc package %doc README NEWS INSTALL elf/rtld-debugger-interface.txt #Doc of common sub-package @@ -1300,6 +1300,9 @@ fi %endif %changelog +* Tue Mar 29 2022 Yang Yanchao - 2.34-71 +- mv libc.info.gz* to the package glibc-help + * Tue Mar 15 2022 Yang Yanchao - 2.34-70 - malloc: Add madvise support for Transparent Huge Pages - malloc: Add THP/madvise support for sbrk