!12 修改rpm包desciption中的拼写错误

From: @lvzhl 
Reviewed-by: @lyn1001 
Signed-off-by: @lyn1001
This commit is contained in:
openeuler-ci-bot 2024-10-09 03:14:33 +00:00 committed by Gitee
commit 381027871b
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -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<lvzhonglin@inspur.com> - 4.0-2
- update rpm package description
* 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