ndled new paths for policies files
This commit is contained in:
parent
725e7fad5c
commit
61d4217010
@ -6,8 +6,8 @@
|
||||
Name: copy-jdk-configs
|
||||
|
||||
# hash relevant to version tag
|
||||
%global htag 78b385fc12f7538fcb676d365ebb846ebf9daaf4
|
||||
Version: 3.2
|
||||
%global htag f1cd4541f89ac601873ee16d6aa3b3cb1497f0d5
|
||||
Version: 3.3
|
||||
Release: 1%{?dist}
|
||||
Summary: JDKs configuration files copier
|
||||
|
||||
@ -72,6 +72,9 @@ rm "%{rpm_state_dir}/%{file}" 2> /dev/null || :
|
||||
%license LICENSE
|
||||
|
||||
%changelog
|
||||
* Wed Oct 18 2017 Jiri Vanek <jvanek@redhat.com> - 3.3-1
|
||||
- handled new paths for policies files
|
||||
|
||||
* Thu Oct 05 2017 Jiri Vanek <jvanek@redhat.com> - 3.1-1
|
||||
- moved to newest release 3.1 whcih conf and lib/security as directories
|
||||
|
||||
|
@ -14,9 +14,13 @@ local caredFiles = {"jre/lib/calendars.properties",
|
||||
"jre/lib/deployment.properties",
|
||||
"jre/lib/deployment.config",
|
||||
"jre/lib/security/US_export_policy.jar",
|
||||
"jre/lib/security/unlimited/US_export_policy.jar",
|
||||
"jre/lib/security/limited/US_export_policy.jar",
|
||||
"jre/lib/security/java.policy",
|
||||
"jre/lib/security/java.security",
|
||||
"jre/lib/security/local_policy.jar",
|
||||
"jre/lib/security/unlimited/local_policy.jar",
|
||||
"jre/lib/security/limited/local_policy.jar",
|
||||
"jre/lib/security/nss.cfg",
|
||||
"jre/lib/security/cacerts",
|
||||
"jre/lib/security/blacklisted.certs",
|
||||
|
Loading…
Reference in New Issue
Block a user