Compare commits
29 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
0243a53cf1 | ||
|
|
e14a54023c | ||
|
|
439eb59b5a | ||
|
|
271c365301 | ||
|
|
9b1cf0ac0a | ||
|
|
86a3a8bd6c | ||
|
|
a993166697 | ||
|
|
3d3314b171 | ||
|
|
f3a331eebb | ||
|
|
11072fae9d | ||
|
|
cc072d4bd7 | ||
|
|
855edcbf90 | ||
|
|
26adffdbef | ||
|
|
3cafbe58a0 | ||
|
|
4663ff1030 | ||
|
|
3eef7e6661 | ||
|
|
d0a036a8b7 | ||
|
|
47f4a8291b | ||
|
|
977cc84ccc | ||
|
|
8d3f94b691 | ||
|
|
377a58266a | ||
|
|
4b5387cb51 | ||
|
|
b24746f6fc | ||
|
|
eaa961160a | ||
|
|
837f125eba | ||
|
|
135fe88170 | ||
|
|
837a4b187a | ||
|
|
90aeb100cd | ||
|
|
3be2dded72 |
7 changed files with 95 additions and 1107 deletions
|
|
@ -1 +0,0 @@
|
|||
1
|
||||
25
.gitignore
vendored
25
.gitignore
vendored
|
|
@ -1,2 +1,23 @@
|
|||
/annobin-*.tar.xz
|
||||
/annobin-9.51-1.fc34.src.rpm
|
||||
/annobin-8.71.tar.xz
|
||||
/annobin-8.73.tar.xz
|
||||
/annobin-8.76.tar.xz
|
||||
/annobin-8.77.tar.xz
|
||||
/annobin-8.78.tar.xz
|
||||
/annobin-8.81.tar.xz
|
||||
/annobin-8.89.tar.xz
|
||||
/annobin-8.90.tar.xz
|
||||
/annobin-9.12.tar.xz
|
||||
/annobin-9.14.tar.xz
|
||||
/annobin-9.17.tar.xz
|
||||
/annobin-9.18.tar.xz
|
||||
/annobin-9.19.tar.xz
|
||||
/annobin-9.20.tar.xz
|
||||
/annobin-9.39.tar.xz
|
||||
/annobin-9.41.tar.xz
|
||||
/annobin-9.46.tar.xz
|
||||
/annobin-9.59.tar.xz
|
||||
/annobin-9.64.tar.xz
|
||||
/annobin-9.71.tar.xz
|
||||
/annobin-9.81.tar.xz
|
||||
/annobin-9.83.tar.xz
|
||||
/annobin-10.94.tar.xz
|
||||
|
|
|
|||
1127
annobin.spec
1127
annobin.spec
File diff suppressed because it is too large
Load diff
21
annocheck-no-build-with-plugin.patch
Normal file
21
annocheck-no-build-with-plugin.patch
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
diff -rup annobin.orig/annocheck/Makefile.am annobin-9.81/annocheck/Makefile.am
|
||||
--- annobin.orig/annocheck/Makefile.am 2021-07-13 15:47:16.345084083 +0100
|
||||
+++ annobin-9.81/annocheck/Makefile.am 2021-07-13 15:48:12.145778656 +0100
|
||||
@@ -9,4 +9,4 @@ bin_PROGRAMS = annocheck
|
||||
annocheck_SOURCES = annocheck.c timing.c size.c notes.c hardened.c built-by.c annocheck.h ../annobin-global.h
|
||||
annocheck_LDADD = -lelf -ldw $(RPMLIBS) -liberty $(LIBDEBUGINFOD)
|
||||
annocheck_LDFLAGS = -Wl,-z,now
|
||||
-annocheck_CFLAGS = -O2 -ansi -g -Wall -Werror -fpie -D_FORTIFY_SOURCE=2 -fplugin=annobin -fstack-protector-strong
|
||||
+annocheck_CFLAGS = -O2 -ansi -g -Wall -Werror -fpie -D_FORTIFY_SOURCE=2 -fstack-protector-strong
|
||||
diff -rup annobin.orig/annocheck/Makefile.in annobin-9.81/annocheck/Makefile.in
|
||||
--- annobin.orig/annocheck/Makefile.in 2021-07-13 15:47:16.345084083 +0100
|
||||
+++ annobin-9.81/annocheck/Makefile.in 2021-07-13 15:48:24.098713222 +0100
|
||||
@@ -334,7 +334,7 @@ AUTOMAKE_OPTIONS = no-dependencies
|
||||
annocheck_SOURCES = annocheck.c timing.c size.c notes.c hardened.c built-by.c annocheck.h ../annobin-global.h
|
||||
annocheck_LDADD = -lelf -ldw $(RPMLIBS) -liberty $(LIBDEBUGINFOD)
|
||||
annocheck_LDFLAGS = -Wl,-z,now
|
||||
-annocheck_CFLAGS = -O2 -ansi -g -Wall -Werror -fpie -D_FORTIFY_SOURCE=2 -fplugin=annobin -fstack-protector-strong
|
||||
+annocheck_CFLAGS = -O2 -ansi -g -Wall -Werror -fpie -D_FORTIFY_SOURCE=2 -fstack-protector-strong
|
||||
all: all-am
|
||||
|
||||
.SUFFIXES:
|
||||
20
gating.yaml
20
gating.yaml
|
|
@ -1,20 +0,0 @@
|
|||
--- !Policy
|
||||
product_versions:
|
||||
- fedora-*
|
||||
decision_context: bodhi_update_push_stable
|
||||
subject_type: koji_build
|
||||
rules:
|
||||
- !PassingTestCaseRule {test_case_name: fedora-ci.koji-build.tier0.functional}
|
||||
- !PassingTestCaseRule {test_case_name: baseos-qe.koji-build.scratch-build.validation}
|
||||
--- !Policy
|
||||
product_versions:
|
||||
- rhel-8
|
||||
decision_context: osci_compose_gate
|
||||
rules:
|
||||
- !PassingTestCaseRule {test_case_name: baseos-ci.brew-build.tier1.functional}
|
||||
--- !Policy
|
||||
product_versions:
|
||||
- rhel-9
|
||||
decision_context: osci_compose_gate
|
||||
rules:
|
||||
- !PassingTestCaseRule {test_case_name: baseos-ci.brew-build.tier1.functional}
|
||||
|
|
@ -1,6 +0,0 @@
|
|||
summary: CI Gating Plan
|
||||
discover:
|
||||
how: fmf
|
||||
url: https://src.fedoraproject.org/tests/annobin.git
|
||||
execute:
|
||||
how: tmt
|
||||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (annobin-13.05.tar.xz) = 07bc023018e3f456fae470b271915bde2e1ff367ee8bb58adb74255023ae59e8c45ced8e4bd2130bf8a496966d986bca9866e054019f6ca4660d78c129b6532f
|
||||
SHA512 (annobin-10.94.tar.xz) = da6cee60c5640ed30ee8c359e0f0450cafd41164a0136144350216403347de90e8ed417b370007f444eba202dcd45e13639c4defcf4e6da90337d4d65f3e2187
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue