From 761aff1575915c6a2ed15ccef717d1941db07358 Mon Sep 17 00:00:00 2001 From: Mohan Boddu Date: Tue, 10 Aug 2021 00:38:28 +0000 Subject: [PATCH] Rebuilt for IMA sigs, glibc 2.34, aarch64 flags Related: rhbz#1991688 Signed-off-by: Mohan Boddu --- rpcbind.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/rpcbind.spec b/rpcbind.spec index 6aea01d..7e1f541 100644 --- a/rpcbind.spec +++ b/rpcbind.spec @@ -4,7 +4,7 @@ Name: rpcbind Version: 1.2.6 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Universal Addresses to RPC Program Number Mapper License: BSD URL: https://sourceforge.net/projects/rpcbind/ @@ -125,6 +125,10 @@ fi %attr(0700, %{rpcbind_user_group}, %{rpcbind_user_group}) %dir %{rpcbind_state_dir} %changelog +* Tue Aug 10 2021 Mohan Boddu - 1.2.6-2 +- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags + Related: rhbz#1991688 + * Wed Jun 23 2021 Steve Dickson - 1.2.6-1 - Use sysconfig variable in service file (bz 1972094) - Make sure policycoreutils is installed before using it (bz 1972133)