Updated to 3.1 - conf and lib/security handeld as dirs

This commit is contained in:
Jiri Vanek 2017-10-05 13:29:55 +02:00
parent 7a1a9df5c2
commit a586a85588
2 changed files with 7 additions and 33 deletions

View File

@ -6,8 +6,8 @@
Name: copy-jdk-configs
# hash relevant to version tag
%global htag c85eebe7ab9979810e5e1ee2a48eaf3dfa873b36
Version: 3.0
%global htag efd95fa7b322fd93eb8f791e08d523d49a527ef8
Version: 3.1
Release: 1%{?dist}
Summary: JDKs configuration files copier
@ -72,6 +72,9 @@ rm "%{rpm_state_dir}/%{file}" 2> /dev/null || :
%license LICENSE
%changelog
* 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
* Thu Oct 05 2017 Jiri Vanek <jvanek@redhat.com> - 3.0-1
- moved to newest release 3.0 whcih support linked configs

View File

@ -21,37 +21,8 @@ local caredFiles = {"jre/lib/calendars.properties",
"jre/lib/security/cacerts",
"jre/lib/security/blacklisted.certs",
"jre/lib/ext",
"lib/calendars.properties",
"lib/content-types.properties",
"lib/flavormap.properties",
"lib/logging.properties",
"lib/net.properties",
"lib/psfontj2d.properties",
"lib/sound.properties",
"lib/deployment.properties",
"lib/deployment.config",
"lib/security/US_export_policy.jar",
"lib/security/java.policy",
"lib/security/java.security",
"lib/security/local_policy.jar",
"lib/security/nss.cfg",
"lib/security/cacerts",
"lib/security/blacklisted.certs",
"lib/security/default.policy",
"conf/security/policy/limited/exempt_local.policy",
"conf/security/policy/limited/default_local.policy",
"conf/security/policy/limited/default_US_export.policy",
"conf/security/policy/unlimited/default_local.policy",
"conf/security/policy/unlimited/default_US_export.policy",
"conf/security/java.policy",
"conf/security/java.security",
"conf/logging.properties",
"conf/security/nss.cfg",
"conf/management/jmxremote.access",
"conf/management/jmxremote.password.template",
"conf/management/management.properties",
"conf/net.properties",
"conf/sound.properties",
"lib/security",
"conf
"lib/ext"}
-- before import to allow run from spec