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)