From 546e2c450a96026424c8310a36b09f01e5330370 Mon Sep 17 00:00:00 2001 From: Mohan Boddu Date: Mon, 9 Aug 2021 19:32:32 +0000 Subject: [PATCH] Rebuilt for IMA sigs, glibc 2.34, aarch64 flags Related: rhbz#1991688 Signed-off-by: Mohan Boddu --- bubblewrap.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/bubblewrap.spec b/bubblewrap.spec index 486c83b..d8d7f65 100644 --- a/bubblewrap.spec +++ b/bubblewrap.spec @@ -1,6 +1,6 @@ Name: bubblewrap Version: 0.4.1 -Release: 5%{?dist} +Release: 6%{?dist} Summary: Core execution tool for unprivileged containers License: LGPLv2+ @@ -47,6 +47,10 @@ find %{buildroot} -name '*.la' -delete -print %{_mandir}/man1/* %changelog +* Mon Aug 09 2021 Mohan Boddu - 0.4.1-6 +- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags + Related: rhbz#1991688 + * Thu May 27 2021 Colin Walters - 0.4.1-5 - Backport https://github.com/containers/bubblewrap/pull/426