added javaws.policy and blacklist
This commit is contained in:
parent
4d8dcc1742
commit
52f08a2a68
@ -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 <jvanek@redhat.com> - 3.3-10
|
||||
- added javaws.policy and blacklist
|
||||
|
||||
* Tue Apr 03 2018 Jiri Vanek <jvanek@redhat.com> - 3.3-5
|
||||
- fixed rhbz#1541838
|
||||
|
||||
|
@ -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"}
|
||||
|
Loading…
Reference in New Issue
Block a user