%global project copy_jdk_configs %global file %{project}.lua %global fixFile %{project}_fixFiles.sh %global rpm_state_dir %{_localstatedir}/lib/rpm-state Name: copy-jdk-configs # hash relevant to version tag %global htag 88d3ed89f30d8b0eb4877d860fa8d951f224f156 Version: 4.0 Release: 3%{?dist} Summary: JDKs configuration files copier License: BSD URL: https://pagure.io/%{project} Source0: %{URL}/blob/%{htag}/f/%{file} Source1: %{URL}/blob/%{htag}/f/LICENSE Source2: %{URL}/blob/%{htag}/f/%{fixFile} # we need to duplicate msot of the percents in that script so they survive rpm expansion (even in that sed they have to be duplicated) %global pretrans_install %(cat %{SOURCE0} | sed s/%%/%%%%/g | sed s/\\^%%%%/^%%/g) BuildArch: noarch Requires: lua Requires: lua-posix # rh1965305 - copy-jdk-configs script uses find and xargs but RPM does not depend on them Requires: findutils OrderWithRequires: findutils %description Utility script to transfer JDKs configuration files between updates or for archiving. With script to fix incorrectly created rpmnew files %prep cp -a %{SOURCE1} . %build #blob %pretrans -p function createPretransScript() -- the sript must be available during pretrans, so multiply it to tmp os.execute("mkdir -p %{rpm_state_dir}") temp_path="%{rpm_state_dir}/%{file}" -- print("generating " .. temp_path) file = io.open(temp_path, "w") file:write([[%{pretrans_install}]]) file:close() end -- in netinst, the above call may fail. pcall should save instalation (as there is nothing to copy anyway) -- https://bugzilla.redhat.com/show_bug.cgi?id=1295701 -- todo, decide whether to check for {rpm_state_dir} and skip on not-existing, or keep creating if pcall(createPretransScript) then -- ok else -- print("Error running %{name} pretrans.") end %install mkdir -p $RPM_BUILD_ROOT/%{_libexecdir} cp -a %{SOURCE0} $RPM_BUILD_ROOT/%{_libexecdir}/%{file} 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}" 2> /dev/null || : %files %{_libexecdir}/%{file} %{_libexecdir}/%{fixFile} %license LICENSE %changelog * Mon Aug 09 2021 Mohan Boddu - 4.0-3 - Rebuilt for IMA sigs, glibc 2.34, aarch64 flags Related: rhbz#1991688 * Tue Jun 08 2021 Fedora Release Engineering - 4.0-1 - added requires and orderWithRequires of findutils to provide find and xargs (rh1965305) * Thu Apr 29 2021 Fedora Release Engineering - 4.0-0 - bumped to 4.0 to resolve remvoed rpm 4.17 removing arg from global table * Tue Jan 26 2021 Fedora Release Engineering - 3.7-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild * Mon Jul 27 2020 Fedora Release Engineering - 3.7-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild * Tue Jun 30 2020 Andrew Hughes - 3.7-6 - Rebuilt for lua 5.4.0. * Tue Jan 28 2020 Fedora Release Engineering - 3.7-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild * Wed Jul 24 2019 Fedora Release Engineering - 3.7-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild * Thu Jan 31 2019 Fedora Release Engineering - 3.7-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild * Thu Jul 12 2018 Fedora Release Engineering - 3.7-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild * Wed May 02 2018 Jiri Vanek - 3.7-1 - udpated to latst relase - configurable blacklist - listed all java keystores * Wed May 02 2018 Jiri Vanek - 3.3-12 - blackidrs put on single line * Wed May 02 2018 Jiri Vanek - 3.3-11 - added more files to balcklist based on oralce and ibm jdks * Mon Apr 30 2018 Jiri Vanek - 3.3-10 - added javaws.policy and blacklist * Tue Apr 03 2018 Jiri Vanek - 3.3-5 - fixed rhbz#1541838 * Wed Feb 07 2018 Fedora Release Engineering - 3.3-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild * Wed Oct 18 2017 Jiri Vanek - 3.3-2 - added another subdirs for policies files * Wed Oct 18 2017 Jiri Vanek - 3.3-1 - handled new paths for policies files * Thu Oct 05 2017 Jiri Vanek - 3.1-1 - moved to newest release 3.1 whcih conf and lib/security as directories * Thu Oct 05 2017 Jiri Vanek - 3.0-1 - moved to newest release 3.0 whcih support linked configs * Wed Jul 26 2017 Fedora Release Engineering - 2.3-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild * Wed Feb 22 2017 Fedora Release Engineering - 2.2.3 - updated to latest head * Wed Feb 22 2017 Fedora Release Engineering - 2.2.2 - added "jre/lib/security/blacklisted.certs" to cared files * Fri Feb 10 2017 Fedora Release Engineering - 2.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild * Fri Feb 03 2017 Jiri Vanek - 2.1-1 - moved to newest release 2.1 * Fri Jan 20 2017 Jiri Vanek - 2.0-1 - moved to new upstream at pagure.io - moved to newest release 2.0 - 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 * Wed Dec 16 2015 Jiri Vanek - 1.1-2 - package now "installs" also during pretrans, so pretrasn scripts can use it - pretrasn "install" is removed in postrans * Wed Nov 25 2015 Jiri Vanek - 1.1-1 - initial package