diff --git a/copy-jdk-configs.spec b/copy-jdk-configs.spec index 9d2ea1d..edea843 100644 --- a/copy-jdk-configs.spec +++ b/copy-jdk-configs.spec @@ -1,7 +1,7 @@ %global pretrans_install %(cat %{SOURCE0} | sed s/%%/%%%%/g | sed s/\\^%%%%/^%%/g) Name: copy-jdk-configs Version: 4.0 -Release: 1 +Release: 2 Summary: JDKs Configuration File License: BSD URL: https://pagure.io/copy_jdk_configs @@ -13,7 +13,7 @@ Requires: lua lua-posix %description Utility script for transferring JDK configuration files when updating or -archiving. Repair rpmnew file created by error by using scrip +archiving. Repair rpmnew file created by error by using script. %prep cp -a %{SOURCE1} . @@ -46,6 +46,9 @@ rm "%{rpm_state_dir}/copy_jdk_configs.lua" 2> /dev/null || : %license LICENSE %changelog +* Wed Oct 09 2024 lvzhonglin - 4.0-2 +- update rpm package description + * Thu Jan 06 2020 xu_ping - 4.0-1 - Upgrade 4.0 to fix Packaging scriptlets assume global 'arg' in Lua environment