From 52f08a2a686efd9c002a1b07cac89633e48e4428 Mon Sep 17 00:00:00 2001 From: Jiri Vanek Date: Mon, 30 Apr 2018 15:47:57 +0200 Subject: [PATCH] added javaws.policy and blacklist --- copy-jdk-configs.spec | 7 +++++-- copy_jdk_configs.lua | 2 ++ 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/copy-jdk-configs.spec b/copy-jdk-configs.spec index e48d243..218b29d 100644 --- a/copy-jdk-configs.spec +++ b/copy-jdk-configs.spec @@ -6,9 +6,9 @@ Name: copy-jdk-configs # hash relevant to version tag -%global htag de7cb1123c5e519b2d946f3afb9812e976954d0d +%global htag ed45a7dce13fab490529d4d13a064d379c8f66e7 Version: 3.3 -Release: 9%{?dist} +Release: 10%{?dist} Summary: JDKs configuration files copier License: BSD @@ -72,6 +72,9 @@ rm "%{rpm_state_dir}/%{file}" 2> /dev/null || : %license LICENSE %changelog +* Mon Apr 30 2018 Jiri Vanek - 3.3-10 +- added javaws.policy and blacklist + * Tue Apr 03 2018 Jiri Vanek - 3.3-5 - fixed rhbz#1541838 diff --git a/copy_jdk_configs.lua b/copy_jdk_configs.lua index 1ec1321..b93477c 100755 --- a/copy_jdk_configs.lua +++ b/copy_jdk_configs.lua @@ -29,6 +29,8 @@ local caredFiles = {"jre/lib/calendars.properties", "jre/lib/security/cacerts", "jre/lib/security/blacklisted.certs", "jre/lib/ext", + "jre/lib/security/blacklist", + "jre/lib/security/javaws.policy", "lib/security", "conf", "lib/ext"}