!2 remove intermediate files included in source tar package

Merge pull request !2 from gwei3/gwei3
This commit is contained in:
openeuler-ci-bot 2021-12-27 10:55:08 +00:00 committed by Gitee
commit be33046b05
2 changed files with 3 additions and 1 deletions

Binary file not shown.

View File

@ -3,7 +3,7 @@
Name: %{name}
Version: %{version}
Release: 3%{?dist}
Release: 4%{?dist}
Summary: A remote attestation security software components running on Kunpeng processors.
Summary(zh_CN): 一款运行于鲲鹏处理器上的远程证明安全软件组件
License: Mulan PSL v2
@ -129,6 +129,8 @@ rm -rf %{_builddir}
rm -rf %{buildroot}
%changelog
* Mon Dec 27 2021 gwei3 <11015100@qq.com> - 1.0.0-4
- update the source tar to remove intermediate files.
* Wed Dec 08 2021 aaron-liwang <3214053332@qq.com> - 1.0.0-3
- add the rahub package.
- reorganize the directory structure of all packages.