Compare commits
No commits in common. "c8" and "c8s" have entirely different histories.
3
.gitignore
vendored
3
.gitignore
vendored
@ -1,3 +1,6 @@
|
|||||||
SOURCES/man-pages-4.15.tar.xz
|
SOURCES/man-pages-4.15.tar.xz
|
||||||
SOURCES/man-pages-additional-20140218.tar.xz
|
SOURCES/man-pages-additional-20140218.tar.xz
|
||||||
SOURCES/man-pages-posix-2013-a.tar.xz
|
SOURCES/man-pages-posix-2013-a.tar.xz
|
||||||
|
/man-pages-4.15.tar.xz
|
||||||
|
/man-pages-additional-20140218.tar.xz
|
||||||
|
/man-pages-posix-2013-a.tar.xz
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
05ec29cc69586f276fbeaccd3b466f3456292010 SOURCES/man-pages-4.15.tar.xz
|
|
||||||
315c9144f71c0edf1af823fb3f7735e93f6f17c3 SOURCES/man-pages-additional-20140218.tar.xz
|
|
||||||
91b5b10a7a596615789782dad0adb477a8bf9f84 SOURCES/man-pages-posix-2013-a.tar.xz
|
|
6
gating.yaml
Normal file
6
gating.yaml
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
--- !Policy
|
||||||
|
product_versions:
|
||||||
|
- rhel-8
|
||||||
|
decision_context: osci_compose_gate
|
||||||
|
rules:
|
||||||
|
- !PassingTestCaseRule {test_case_name: baseos-ci.brew-build.tier1.functional}
|
@ -10,7 +10,23 @@ Summary: Linux kernel and C library user-space interface documentation
|
|||||||
Name: man-pages
|
Name: man-pages
|
||||||
Version: 4.15
|
Version: 4.15
|
||||||
Release: 7%{?dist}
|
Release: 7%{?dist}
|
||||||
License: GPL+ and GPLv2+ and BSD and MIT and Copyright only and IEEE
|
# List of licenses with examples of man-pages using them
|
||||||
|
# BSD-2-Clause: man-pages/man5/elf.5
|
||||||
|
# BSD-3-Clause: man-pages/man3/list.3
|
||||||
|
# BSD-4.3TAHOE: man-pages/man5/resolv.conf.5
|
||||||
|
# BSD-4-Clause-UC: man-pages/man2/accept.2
|
||||||
|
# GPL-1.0-or-later: man-pages/man1/ldd.1
|
||||||
|
# GPL-2.0-only: man-pages/man2/fallocate.2
|
||||||
|
# GPL-2.0-or-later: man-pages/man1/getent.1
|
||||||
|
# LicenseRef-Fedora-Public-Domain: man-pages/man2/nfsservctl.2
|
||||||
|
# LicenseRef-Fedora-UltraPermissive: man-pages/man2/futex.2
|
||||||
|
# Linux-man-pages-1-para: man-pages/man2/getcpu.2
|
||||||
|
# Linux-man-pages-copyleft: man-pages/man2/chdir.2
|
||||||
|
# Linux-man-pages-copyleft-2-para: man-pages/man2/move_pages.2
|
||||||
|
# Linux-man-pages-copyleft-var: man-pages/man2/get_mempolicy.2
|
||||||
|
# MIT: man-pages/man3/program_invocation_name.3
|
||||||
|
# Spencer-94: man-pages/man7/regex.7
|
||||||
|
License: BSD-2-Clause AND BSD-3-Clause AND BSD-4.3TAHOE AND BSD-4-Clause-UC AND GPL-1.0-or-later AND GPL-2.0-only AND GPL-2.0-or-later AND LicenseRef-Fedora-Public-Domain AND LicenseRef-Fedora-UltraPermissive AND Linux-man-pages-1-para AND Linux-man-pages-copyleft AND Linux-man-pages-copyleft-2-para AND Linux-man-pages-copyleft-var AND MIT AND Spencer-94
|
||||||
Group: Documentation
|
Group: Documentation
|
||||||
URL: http://www.kernel.org/doc/man-pages/
|
URL: http://www.kernel.org/doc/man-pages/
|
||||||
Source: http://www.kernel.org/pub/linux/docs/man-pages/man-pages-%{version}.tar.xz
|
Source: http://www.kernel.org/pub/linux/docs/man-pages/man-pages-%{version}.tar.xz
|
3
sources
Normal file
3
sources
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
SHA512 (man-pages-4.15.tar.xz) = cde896add266e672347841a9116e5d182084044c4543a847945825f98962192f0e8278a4f562fc47a580eb2ddc3d669ffc75a21922219b4d3c36cbe8a792e205
|
||||||
|
SHA512 (man-pages-additional-20140218.tar.xz) = c7874db32a9bdefaea6c6be6549e6e6538fa1d93260bf342dd0d9821fa05754aa79a723e701493c81b2e1f460918429eb9b5edb704b55878b1e5ed585a3ff07d
|
||||||
|
SHA512 (man-pages-posix-2013-a.tar.xz) = e6ec8eb57269fadf368aeaac31b5a98b9c71723d4d5cc189f9c4642d6e865c88e44f77481dccbdb72e31526488eb531f624d455016361687a834ccfcac19fa14
|
Loading…
Reference in New Issue
Block a user