diff --git a/copy-jdk-configs.spec b/copy-jdk-configs.spec index ab7a256..0897745 100644 --- a/copy-jdk-configs.spec +++ b/copy-jdk-configs.spec @@ -64,7 +64,7 @@ cp -a %{SOURCE2} $RPM_BUILD_ROOT/%{_libexecdir}/%{fixFile} %posttrans # remove file created in pretrans # echo "removing %{rpm_state_dir}/%{file}" || : -rm "%{rpm_state_dir}/%{file}" || : +rm "%{rpm_state_dir}/%{file}" 2> /dev/null || : %files %{_libexecdir}/%{file} @@ -78,6 +78,15 @@ rm "%{rpm_state_dir}/%{file}" || : - added new script of copy_jdk_configs_fixFiles.sh - copy_jdk_configs.lua aligned to it +* Tue Aug 09 2016 Jiri Vanek - 1.2-1 +- updated to 1,3 which fixing nss minor issue + +* Tue Jul 12 2016 Jiri Vanek - 1.1-5 +- posttrans silenced, the error is appearing only in state, when there is nothing to copy + +* Wed Feb 03 2016 Fedora Release Engineering - 1.1-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild + * Fri Jan 08 2016 Jiri Vanek - 1.1-3 - pretrasn lua call now done in pcall (protected call) - also posttrans now always return 0