!403 mv libc.info.gz* to the package glibc-help
From: @yang_yanchao Reviewed-by: @liqingqing_1229 Signed-off-by: @liqingqing_1229
This commit is contained in:
commit
cd7af16a04
13
glibc.spec
13
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 <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
|
||||
- malloc: Add madvise support for Transparent Huge Pages
|
||||
- malloc: Add THP/madvise support for sbrk
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user