added "jre/lib/security/blacklisted.certs" to cared files
This commit is contained in:
parent
860f7a7d83
commit
8fc14cc47c
@ -8,7 +8,7 @@ Name: copy-jdk-configs
|
|||||||
# hash relevant to version tag
|
# hash relevant to version tag
|
||||||
%global htag 3f9d6c4448f867a95fb166416a41c45c7e795c10
|
%global htag 3f9d6c4448f867a95fb166416a41c45c7e795c10
|
||||||
Version: 2.2
|
Version: 2.2
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
Summary: JDKs configuration files copier
|
Summary: JDKs configuration files copier
|
||||||
|
|
||||||
License: BSD
|
License: BSD
|
||||||
@ -72,6 +72,9 @@ rm "%{rpm_state_dir}/%{file}" 2> /dev/null || :
|
|||||||
%license LICENSE
|
%license LICENSE
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Feb 22 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.2.2
|
||||||
|
- added "jre/lib/security/blacklisted.certs" to cared files
|
||||||
|
|
||||||
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.1-2
|
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.1-2
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
||||||
|
|
||||||
|
@ -111,6 +111,7 @@ local caredFiles = {"jre/lib/calendars.properties",
|
|||||||
"jre/lib/security/local_policy.jar",
|
"jre/lib/security/local_policy.jar",
|
||||||
"jre/lib/security/nss.cfg",
|
"jre/lib/security/nss.cfg",
|
||||||
"jre/lib/security/cacerts",
|
"jre/lib/security/cacerts",
|
||||||
|
"jre/lib/security/blacklisted.certs",
|
||||||
"jre/lib/ext"}
|
"jre/lib/ext"}
|
||||||
|
|
||||||
function splitToTable(source, pattern)
|
function splitToTable(source, pattern)
|
||||||
|
Loading…
Reference in New Issue
Block a user