Merge branch 'master' of ssh://pkgs.fedoraproject.org/copy-jdk-configs
This commit is contained in:
commit
cf4337c0d8
@ -64,7 +64,7 @@ cp -a %{SOURCE2} $RPM_BUILD_ROOT/%{_libexecdir}/%{fixFile}
|
|||||||
%posttrans
|
%posttrans
|
||||||
# remove file created in pretrans
|
# remove file created in pretrans
|
||||||
# echo "removing %{rpm_state_dir}/%{file}" || :
|
# echo "removing %{rpm_state_dir}/%{file}" || :
|
||||||
rm "%{rpm_state_dir}/%{file}" || :
|
rm "%{rpm_state_dir}/%{file}" 2> /dev/null || :
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%{_libexecdir}/%{file}
|
%{_libexecdir}/%{file}
|
||||||
@ -78,6 +78,15 @@ rm "%{rpm_state_dir}/%{file}" || :
|
|||||||
- added new script of copy_jdk_configs_fixFiles.sh
|
- added new script of copy_jdk_configs_fixFiles.sh
|
||||||
- copy_jdk_configs.lua aligned to it
|
- copy_jdk_configs.lua aligned to it
|
||||||
|
|
||||||
|
* 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
|
||||||
|
|
||||||
|
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.1-4
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
||||||
|
|
||||||
* Fri Jan 08 2016 Jiri Vanek <jvanek@redhat.com> - 1.1-3
|
* Fri Jan 08 2016 Jiri Vanek <jvanek@redhat.com> - 1.1-3
|
||||||
- pretrasn lua call now done in pcall (protected call)
|
- pretrasn lua call now done in pcall (protected call)
|
||||||
- also posttrans now always return 0
|
- also posttrans now always return 0
|
||||||
|
Loading…
Reference in New Issue
Block a user