catatonit-0.2.1-3.el10

- skip annocheck false positives for a static binary
- Related: RHEL-152096

Signed-off-by: Jindrich Novy <jnovy@redhat.com>
This commit is contained in:
Jindrich Novy 2026-02-27 07:16:35 +01:00
parent 470a8fc349
commit 15690a5c5a
2 changed files with 6 additions and 2 deletions

View File

@ -2,7 +2,7 @@ Name: catatonit
Version: 0.2.1
Summary: A signal-forwarding process manager for containers
License: GPL-3.0-or-later
Release: 2%{?dist}
Release: 3%{?dist}
# Bump epoch to 5 for RHEL
# Ref: https://bugzilla.redhat.com/show_bug.cgi?id=2257446
Epoch: 5
@ -72,6 +72,10 @@ ln -s %{_libexecdir}/%{name}/%{name} %{buildroot}%{_libexecdir}/podman/%{name}
%{_libexecdir}/podman/%{name}
%changelog
* Fri Feb 27 2026 Jindrich Novy <jnovy@redhat.com> - 5:0.2.1-3
- skip annocheck false positives for a static binary
- Related: RHEL-152096
* Thu Feb 26 2026 Jindrich Novy <jnovy@redhat.com> - 5:0.2.1-2
- use -static-pie on x86_64/aarch64, fall back to -static on ppc64le/s390x
where rcrt1.o is not available

View File

@ -1,3 +1,3 @@
---
annocheck:
- hardened: --skip-lto --ignore-unknown --verbose --skip-dynamic-tags
- hardened: --skip-lto --ignore-unknown --verbose --skip-dynamic-tags --skip-stack-prot --skip-fortify