diff --git a/copy-jdk-configs.spec b/copy-jdk-configs.spec index 079196e..cf8260b 100644 --- a/copy-jdk-configs.spec +++ b/copy-jdk-configs.spec @@ -8,7 +8,7 @@ Name: copy-jdk-configs # hash relevant to version tag %global htag 88d3ed89f30d8b0eb4877d860fa8d951f224f156 Version: 4.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: JDKs configuration files copier License: BSD @@ -75,6 +75,10 @@ rm "%{rpm_state_dir}/%{file}" 2> /dev/null || : %license LICENSE %changelog +* Mon Aug 09 2021 Mohan Boddu - 4.0-3 +- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags + Related: rhbz#1991688 + * Tue Jun 08 2021 Fedora Release Engineering - 4.0-1 - added requires and orderWithRequires of findutils to provide find and xargs (rh1965305)