diff --git a/volume_key.spec b/volume_key.spec index 70d8ae4..f4c3b2a 100644 --- a/volume_key.spec +++ b/volume_key.spec @@ -32,7 +32,7 @@ Summary: An utility for manipulating storage encryption keys and passphrases Name: volume_key Version: 0.3.12 -Release: 11%{?dist} +Release: 12%{?dist} # lib/{SECerrs,SSLerrs}.h are both licensed under MPLv1.1, GPLv2 and LGPLv2 License: GPLv2 and (MPLv1.1 or GPLv2 or LGPLv2) URL: https://pagure.io/%{name}/ @@ -171,6 +171,9 @@ exit 1; \ %endif %changelog +* Fri Apr 16 2021 Mohan Boddu - 0.3.12-12 +- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937 + * Wed Mar 31 2021 Jiri Kucera - 0.3.12-11 - Fix resource leaks Resolves: #1938896