From 23c76bd2a5eb507bf4728a9ead2520860e9d4da5 Mon Sep 17 00:00:00 2001 From: Mohan Boddu Date: Mon, 9 Aug 2021 21:17:55 +0000 Subject: [PATCH] Rebuilt for IMA sigs, glibc 2.34, aarch64 flags Related: rhbz#1991688 Signed-off-by: Mohan Boddu --- libcap.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/libcap.spec b/libcap.spec index c15c4c5..cb9c0c2 100644 --- a/libcap.spec +++ b/libcap.spec @@ -1,6 +1,6 @@ Name: libcap Version: 2.48 -Release: 5%{?dist} +Release: 6%{?dist} Summary: Library for getting and setting POSIX.1e capabilities URL: https://sites.google.com/site/fullycapable/ License: BSD or GPLv2 @@ -84,6 +84,10 @@ chmod +x %{buildroot}/%{_libdir}/*.so.* %changelog +* Mon Aug 09 2021 Mohan Boddu - 2.48-6 +- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags + Related: rhbz#1991688 + * Fri Jun 18 2021 Zoltan Fridrich - 2.48-5 - Remove deprecated tests Resolves: rhbz#1938758