mv libc.info.gz* to the package glibc-help

Signed-off-by: Yang Yanchao <yangyanchao6@huawei.com>
This commit is contained in:
Yang Yanchao 2022-03-29 19:12:17 +08:00
parent 72c943f199
commit 74dd0680dc

View File

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