!406 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
6990af089b
12
glibc.spec
12
glibc.spec
@ -65,7 +65,7 @@
|
|||||||
##############################################################################
|
##############################################################################
|
||||||
Name: glibc
|
Name: glibc
|
||||||
Version: 2.35
|
Version: 2.35
|
||||||
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/
|
||||||
@ -231,7 +231,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
|
||||||
@ -334,7 +333,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
|
||||||
@ -621,6 +620,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
|
||||||
@ -708,7 +708,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 \
|
||||||
@ -1152,6 +1152,7 @@ fi
|
|||||||
%files -f benchtests.filelist benchtests
|
%files -f benchtests.filelist benchtests
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
%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
|
||||||
@ -1165,6 +1166,9 @@ fi
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Mar 29 2022 Yang Yanchao <yangyanchao@huawei.com> - 2.35-7
|
||||||
|
- mv libc.info.gz* to the package glibc-help
|
||||||
|
|
||||||
* Sat Mar 12 2022 Qingqing Li <liqingqing3@huawei.com> - 2.35-6
|
* Sat Mar 12 2022 Qingqing Li <liqingqing3@huawei.com> - 2.35-6
|
||||||
- malloc: use __get_nprocs replace __get_nprocs_sched.
|
- malloc: use __get_nprocs replace __get_nprocs_sched.
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user