update rpm package description

This commit is contained in:
lvzhonglin 2024-10-09 10:32:17 +08:00
parent 3a9127b159
commit f921cd5945

View File

@ -1,7 +1,7 @@
%global pretrans_install %(cat %{SOURCE0} | sed s/%%/%%%%/g | sed s/\\^%%%%/^%%/g) %global pretrans_install %(cat %{SOURCE0} | sed s/%%/%%%%/g | sed s/\\^%%%%/^%%/g)
Name: copy-jdk-configs Name: copy-jdk-configs
Version: 4.0 Version: 4.0
Release: 1 Release: 2
Summary: JDKs Configuration File Summary: JDKs Configuration File
License: BSD License: BSD
URL: https://pagure.io/copy_jdk_configs URL: https://pagure.io/copy_jdk_configs
@ -13,7 +13,7 @@ Requires: lua lua-posix
%description %description
Utility script for transferring JDK configuration files when updating or 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 %prep
cp -a %{SOURCE1} . cp -a %{SOURCE1} .
@ -46,6 +46,9 @@ rm "%{rpm_state_dir}/copy_jdk_configs.lua" 2> /dev/null || :
%license LICENSE %license LICENSE
%changelog %changelog
* Wed Oct 09 2024 lvzhonglin<lvzhonglin@inspur.com> - 4.0-2
- update rpm package description
* Thu Jan 06 2020 xu_ping<xuping33@huawei.com> - 4.0-1 * Thu Jan 06 2020 xu_ping<xuping33@huawei.com> - 4.0-1
- Upgrade 4.0 to fix Packaging scriptlets assume global 'arg' in Lua environment - Upgrade 4.0 to fix Packaging scriptlets assume global 'arg' in Lua environment