Compare commits

..

10 Commits

Author SHA1 Message Date
openeuler-ci-bot
5b463dc048
!21 exclude some redundant pages from help
From: @renxichen 
Reviewed-by: @overweight 
Signed-off-by: @overweight
2022-11-21 10:28:16 +00:00
renxichen
4f38e6cf95 exclude some redundant pages from help 2022-11-16 11:40:27 +08:00
openeuler-ci-bot
6aad874f2a
!19 fix changelog error
From: @renxichen 
Reviewed-by: @lvying6 
Signed-off-by: @lvying6
2022-05-25 02:55:46 +00:00
rwx403335
f56c0655d9 bugfix on changelog 2022-05-25 10:36:57 +08:00
openeuler-ci-bot
0e2c282025
!17 split help from main package
From: @renxichen 
Reviewed-by: @openeuler-basic 
Signed-off-by: @openeuler-basic
2022-03-15 09:29:42 +00:00
rwx403335
7f67027149 split help from main pkg 2022-03-15 11:43:18 +08:00
openeuler-ci-bot
740dc9ca6f !14 [sync] PR-13: upgrade version to 5.13
Merge pull request !14 from openeuler-sync-bot/sync-pr13-master-to-openEuler-22.03-LTS-Next
2021-12-27 11:26:13 +00:00
Anonymous_Z
54931937ae upgrade version to 5.13
(cherry picked from commit 6993d02fb2755b1fbf60ab28e8e43d5bd77c1ede)
2021-12-27 17:31:21 +08:00
openeuler-ci-bot
73912aad48 !12 upgrade version to 5.10
From: @run-is-pig
Reviewed-by: @overweight
Signed-off-by: @overweight
2021-01-29 11:07:22 +08:00
yangl777
3d1c448aed upgrade version to 5.10 2021-01-28 16:13:00 +08:00
3 changed files with 25 additions and 2 deletions

Binary file not shown.

BIN
man-pages-5.13.tar.xz Normal file

Binary file not shown.

View File

@ -1,6 +1,6 @@
Name: man-pages Name: man-pages
Version: 5.02 Version: 5.13
Release: 6 Release: 4
Summary: Linux kernel and user-space C library interfaces documentation Summary: Linux kernel and user-space C library interfaces documentation
License: GPL+ and GPLv2+ and BSD and MIT and Copyright only and IEEE License: GPL+ and GPLv2+ and BSD and MIT and Copyright only and IEEE
URL: http://www.kernel.org/doc/man-pages/ URL: http://www.kernel.org/doc/man-pages/
@ -19,8 +19,11 @@ are employed by user-space programs.With respect to the C library, the primary f
the GNU C library (glibc), although, where known, documentation of variations on the GNU C library (glibc), although, where known, documentation of variations on
other C libraries available for Linux is also included. other C libraries available for Linux is also included.
%package_help
%prep %prep
%autosetup -p1 %autosetup -p1
sed -i 's/prefix := \/usr\/local/prefix := \/usr/g' Makefile
%build %build
@ -40,11 +43,31 @@ make install DESTDIR=%{buildroot}
%files %files
%defattr(-,root,root) %defattr(-,root,root)
%doc README man-pages-%{version}.Announce Changes %doc README man-pages-%{version}.Announce Changes
%files help
%{_mandir}/man*/* %{_mandir}/man*/*
%exclude %{_mandir}/man3/crypt_r.3.gz
%exclude %{_mandir}/man3/crypt.3.gz %exclude %{_mandir}/man3/crypt.3.gz
%exclude %{_mandir}/man7/bpf-helpers.7.gz %exclude %{_mandir}/man7/bpf-helpers.7.gz
%exclude %{_mandir}/man3/MAX.3.gz
%exclude %{_mandir}/man3/MIN.3.gz
%changelog %changelog
* Wed Nov 16 2022 renhongxun <renhongxun@h-partners.com> - 5.13-4
- exclude some redundant pages from help
* Tue May 24 2022 renhongxun <renhongxun@h-partners.com> - 5.13-3
- change 'Tue Mon 15 2022' to 'Tue Mar 15 2022' in last changelog
* Tue Mar 15 2022 renhognxun <renhongxun@h-partners.com> - 5.13-2
- split help from main pkg
* Mon Nov 29 2021 liudabo <liudabo1@huawei.com> - 5.13-1
- upgrade version to 5.13
* Thu Jan 28 2021 liudabo <liudabo1@huawei.com> - 5.10-1
- upgrade version to 5.10
* Thu Dec 10 2020 shixuantong<shixuantong@huawei.com> - 5.02-6 * Thu Dec 10 2020 shixuantong<shixuantong@huawei.com> - 5.02-6
- Modify Source0 - Modify Source0