diff --git a/icedtea-web.spec b/icedtea-web.spec index 09442ea..e7b3e78 100644 --- a/icedtea-web.spec +++ b/icedtea-web.spec @@ -20,7 +20,7 @@ Name: icedtea-web Version: 1.8pre -Release: 0.1%{?dist} +Release: 0.2%{?dist} Summary: Additional Java components for OpenJDK - Java browser plug-in and Web Start implementation License: LGPLv2+ and GPLv2 with exceptions @@ -189,7 +189,7 @@ exit 0 %files -f .mfiles -f %{name}.lang %{_sysconfdir}/bash_completion.d/* -%{_sysconfdir}/java/%{name}/itw-modularjdk.args +%config(noreplace) %{_sysconfdir}/java/%{name}/itw-modularjdk.args %{_prefix}/bin/* %{_datadir}/applications/* %dir %{_datadir}/%{name} @@ -210,6 +210,9 @@ exit 0 %license COPYING %changelog +* Tue Feb 26 2019 - Jiri Vanek -1.8pre-0.2 +- itw-modularjdk.args marked as config(norepalce) + * Thu Feb 21 2019 - Jiri Vanek -1.8pre-0.1 - updated to soon to release itw 1.8 with native launchers