Compare commits
No commits in common. "c8" and "c8s" have entirely different histories.
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
||||
SOURCES/syslinux-6.04-pre1.tar.xz
|
||||
/syslinux-6.04-pre1.tar.xz
|
||||
|
@ -1 +0,0 @@
|
||||
599b7a85d522b1b6658a1fe290e4d23dc64b1470 SOURCES/syslinux-6.04-pre1.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: manual.sst_desktop.syslinux.functional}
|
25
rpminspect.yaml
Normal file
25
rpminspect.yaml
Normal file
@ -0,0 +1,25 @@
|
||||
---
|
||||
inspections:
|
||||
# Not a Java package
|
||||
javabytecode: off
|
||||
|
||||
# These just flag when things change "too much"
|
||||
changedfiles: off
|
||||
filesize: off
|
||||
patches: off
|
||||
upstream: off
|
||||
|
||||
# bootloader - can't do anything about executable stack
|
||||
elf: off
|
||||
|
||||
# These are v4-only network functions. Upstream is dead, and this tool is
|
||||
# legacy, so we can consider it v4-only.
|
||||
badfuncs: off
|
||||
|
||||
# https://bugzilla.redhat.com/show_bug.cgi?id=2029601
|
||||
annocheck: off
|
||||
|
||||
# So here's the thing: I don't care, especially because it's a symlink to
|
||||
# the same place. Not only was usrmerge a waste of time, but it's the wrong
|
||||
# direction: stuff in /usr should point to /.
|
||||
pathmigration: off
|
1
sources
Normal file
1
sources
Normal file
@ -0,0 +1 @@
|
||||
SHA512 (syslinux-6.04-pre1.tar.xz) = 7927dd39be8e2dcf4138a6fea33def67d19d938379d694f15b48fdd2f5924c028b7a9e7bd71d0c7c6630c203e9e2a54296628e530632ad5e6f55b1ebefe8fc98
|
Loading…
Reference in New Issue
Block a user