diff --git a/copy-jdk-configs.spec b/copy-jdk-configs.spec index 04b064c..891cb58 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 3f9d6c4448f867a95fb166416a41c45c7e795c10 Version: 2.2 -Release: 1%{?dist} +Release: 2%{?dist} Summary: JDKs configuration files copier License: BSD @@ -72,6 +72,9 @@ rm "%{rpm_state_dir}/%{file}" 2> /dev/null || : %license LICENSE %changelog +* Wed Feb 22 2017 Fedora Release Engineering - 2.2.2 +- added "jre/lib/security/blacklisted.certs" to cared files + * Fri Feb 10 2017 Fedora Release Engineering - 2.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild diff --git a/copy_jdk_configs.lua b/copy_jdk_configs.lua index 69dfc41..4c00d0f 100755 --- a/copy_jdk_configs.lua +++ b/copy_jdk_configs.lua @@ -111,6 +111,7 @@ local caredFiles = {"jre/lib/calendars.properties", "jre/lib/security/local_policy.jar", "jre/lib/security/nss.cfg", "jre/lib/security/cacerts", + "jre/lib/security/blacklisted.certs", "jre/lib/ext"} function splitToTable(source, pattern)