From f5b30eb380e5d98bed48bfb50dc7e247651ec839 Mon Sep 17 00:00:00 2001 From: Jindrich Novy <jnovy@redhat.com> Date: Fri, 13 Dec 2024 02:00:16 +0100 Subject: [PATCH] catatonit-0.2.0-2.el10 - Add missing symlink and rebuild - Resolves: RHEL-71134 Signed-off-by: Jindrich Novy <jnovy@redhat.com> --- catatonit.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/catatonit.spec b/catatonit.spec index d4d2061..e836fd0 100644 --- a/catatonit.spec +++ b/catatonit.spec @@ -2,7 +2,7 @@ Name: catatonit Version: 0.2.0 Summary: A signal-forwarding process manager for containers License: GPL-3.0-or-later -Release: 1%{?dist} +Release: 2%{?dist} # Bump epoch to 5 for RHEL # Ref: https://bugzilla.redhat.com/show_bug.cgi?id=2257446 Epoch: 5 @@ -67,6 +67,10 @@ ln -s %{_libexecdir}/%{name}/%{name} %{buildroot}%{_libexecdir}/podman/%{name} %{_libexecdir}/podman/%{name} %changelog +* Fri Dec 13 2024 Jindrich Novy <jnovy@redhat.com> - 5:0.2.0-2 +- Add missing symlink and rebuild +- Resolves: RHEL-71134 + * Tue Dec 10 2024 Jindrich Novy <jnovy@redhat.com> - 5:0.2.0-1 - update to https://github.com/openSUSE/catatonit/releases/tag/v0.2.0 - Resolves: RHEL-70589