Updated to 1.2

This commit is contained in:
Jiri Vanek 2016-08-09 19:39:52 +02:00
parent 759e70eff3
commit ca4cf1151e
2 changed files with 6 additions and 3 deletions

View File

@ -4,8 +4,8 @@
Name: copy-jdk-configs
Version: 1.1
Release: 5%{?dist}
Version: 1.2
Release: 1%{?dist}
Summary: JDKs configuration files copier
License: BSD
@ -66,6 +66,9 @@ rm "%{rpm_state_dir}/%{file}" 2> /dev/null || :
%license LICENSE
%changelog
* Tue Aug 09 2016 Jiri Vanek <jvanek@redhat.com> - 1.2-1
- updated to 1,3 which fixing nss minor issue
* Tue Jul 12 2016 Jiri Vanek <jvanek@redhat.com> - 1.1-5
- posttrans silenced, the error is appearing only in state, when there is nothing to copy

View File

@ -103,7 +103,7 @@ local caredFiles = {"jre/lib/calendars.properties",
"jre/lib/security/java.policy",
"jre/lib/security/java.security",
"jre/lib/security/local_policy.jar",
"jre/lib/security/nss.cfg,",
"jre/lib/security/nss.cfg",
"jre/lib/ext"}
function splitToTable(source, pattern)