Compare commits
No commits in common. "c8" and "c9s" have entirely different histories.
@ -1 +0,0 @@
|
|||||||
54956e8dfce9d977814449907acaeb26c50dd1cc SOURCES/annobin-11.13.tar.xz
|
|
||||||
1
.fmf/version
Normal file
1
.fmf/version
Normal file
@ -0,0 +1 @@
|
|||||||
|
1
|
||||||
3
.gitignore
vendored
3
.gitignore
vendored
@ -1 +1,2 @@
|
|||||||
SOURCES/annobin-11.13.tar.xz
|
/annobin-*.tar.xz
|
||||||
|
/annobin-9.51-1.fc34.src.rpm
|
||||||
|
|||||||
@ -1,12 +0,0 @@
|
|||||||
diff -rup annobin.orig/annocheck/annocheck.c annobin-11.12/annocheck/annocheck.c
|
|
||||||
--- annobin.orig/annocheck/annocheck.c 2023-03-03 16:09:24.659603476 +0000
|
|
||||||
+++ annobin-11.12/annocheck/annocheck.c 2023-03-03 16:09:57.249530355 +0000
|
|
||||||
@@ -20,6 +20,8 @@
|
|
||||||
#include <sys/stat.h>
|
|
||||||
#include <elfutils/libdwelf.h>
|
|
||||||
#include <elfutils/libdwfl.h>
|
|
||||||
+#undef HAVE_LIBDEBUGINFOD
|
|
||||||
+#define HAVE_LIBDEBUGINFOD 0
|
|
||||||
#ifndef LIBANNOCHECK
|
|
||||||
#include <rpm/rpmlib.h>
|
|
||||||
#if HAVE_LIBDEBUGINFOD
|
|
||||||
@ -1,12 +0,0 @@
|
|||||||
diff -rup annobin.orig/gcc-plugin/annobin.cc annobin-10.64/gcc-plugin/annobin.cc
|
|
||||||
--- annobin.orig/gcc-plugin/annobin.cc 2022-04-06 12:55:02.350469755 +0100
|
|
||||||
+++ annobin-10.64/gcc-plugin/annobin.cc 2022-04-06 12:55:28.503296390 +0100
|
|
||||||
@@ -1851,7 +1851,7 @@ annobin_emit_start_sym_and_version_note
|
|
||||||
Ensure that we do not have empty special text sections so that the
|
|
||||||
annobin start symbols are never beyond the end of the sections. */
|
|
||||||
#ifndef ANNOBIN_NOP_INSN
|
|
||||||
-#define ANNOBIN_NOP_INSN ".nop"
|
|
||||||
+#define ANNOBIN_NOP_INSN "nop"
|
|
||||||
#endif
|
|
||||||
if (* suffix && enable_ppc64_nops)
|
|
||||||
annobin_emit_asm (ANNOBIN_NOP_INSN,
|
|
||||||
File diff suppressed because it is too large
Load Diff
9
gating.yaml
Normal file
9
gating.yaml
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
--- !Policy
|
||||||
|
product_versions:
|
||||||
|
- rhel-9
|
||||||
|
decision_context: osci_compose_gate
|
||||||
|
rules:
|
||||||
|
- !PassingTestCaseRule {test_case_name: osci.brew-build.rebuild.validation}
|
||||||
|
- !PassingTestCaseRule {test_case_name: baseos-ci.brew-build.gate-build-fast-lane.functional}
|
||||||
|
- !PassingTestCaseRule {test_case_name: baseos-ci.brew-build.gate-build-slow-lane.functional}
|
||||||
|
- !PassingTestCaseRule {test_case_name: baseos-ci.brew-build.imagemode-tmt-x86_64-aarch64.functional}
|
||||||
29
plans/tier0.fmf
Normal file
29
plans/tier0.fmf
Normal file
@ -0,0 +1,29 @@
|
|||||||
|
# Tier 0 test plan. It's actually Tier 1
|
||||||
|
# - limited to its public part
|
||||||
|
# - executed on the architecture at hand
|
||||||
|
# When run by osci.tier0 on CentOS Stream or RHEL, it receives the following
|
||||||
|
# context:
|
||||||
|
# arch=x86_64 (the architecture at hand, currently OSCI uses just x86_64)
|
||||||
|
# distro=rhel<M>.<m> (even for CentOS Stream builds)
|
||||||
|
# trigger=build
|
||||||
|
|
||||||
|
summary: Tier 0 test plan
|
||||||
|
discover:
|
||||||
|
- name: collect_info
|
||||||
|
how: shell
|
||||||
|
tests:
|
||||||
|
- name: /info/rpms
|
||||||
|
test: rpm -qa --last
|
||||||
|
- name: public_tests
|
||||||
|
how: fmf
|
||||||
|
url: https://gitlab.com/redhat/centos-stream/tests/annobin.git
|
||||||
|
filter: tier:1
|
||||||
|
prepare:
|
||||||
|
- how: shell
|
||||||
|
script:
|
||||||
|
- dnf config-manager --set-enabled '*CRB*' || true
|
||||||
|
- dnf config-manager --set-enabled crb || true
|
||||||
|
- dnf config-manager --set-enabled rhel-buildroot || true
|
||||||
|
- dnf config-manager --set-enabled '*debuginfo*' || true
|
||||||
|
execute:
|
||||||
|
how: tmt
|
||||||
4
rpminspect.yaml
Normal file
4
rpminspect.yaml
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
---
|
||||||
|
runpath:
|
||||||
|
allowed_paths:
|
||||||
|
- /usr/lib64
|
||||||
Loading…
Reference in New Issue
Block a user