!12 更新版本至v0.1-3

From: @anatas
Reviewed-by: @luanjianhai
Signed-off-by: @luanjianhai
This commit is contained in:
openeuler-ci-bot 2021-03-19 15:15:55 +08:00 committed by Gitee
commit 72b5fb2e60
2 changed files with 6 additions and 4 deletions

Binary file not shown.

View File

@ -1,6 +1,6 @@
Name: nvwa Name: nvwa
Version: 0.1 Version: 0.1
Release: 2 Release: 3
Summary: a tool used for openEuler kernel update Summary: a tool used for openEuler kernel update
License: MulanPSL-2.0 and Apache-2.0 and MIT and MPL-2.0 License: MulanPSL-2.0 and Apache-2.0 and MIT and MPL-2.0
@ -24,11 +24,11 @@ A tool used to automate the process of seamless update of the openEuler.
%build %build
cd src cd src
go build -mod=vendor go build -mod=vendor -buildmode=pie
cd - cd -
cd tools cd tools
gcc %{name}-pin.c -o %{name}-pin gcc %{name}-pin.c -o %{name}-pin -fstack-protector-all -fPIE -pie -Wl,-z,noexecstack,-z,relo,-z,now
cd - cd -
%install %install
@ -74,7 +74,9 @@ install -m 0644 %{_builddir}/%{name}-v%{version}/misc/%{name}-pre.service %{buil
%{_bindir}/%{name}-pre.sh %{_bindir}/%{name}-pre.sh
%changelog %changelog
* Wed 18 Mar 2021 anatasluo <luolongjun@huawei.com> * Fri 19 Mar 2021 snoweay <snoweay@163.com> - 0.1-3
- Add secure compile args
* Thu 18 Mar 2021 anatasluo <luolongjun@huawei.com>
- Update to 0.1-r2 - Update to 0.1-r2
* Thu Feb 18 2021 anatasluo <luolongjun@huawei.com> * Thu Feb 18 2021 anatasluo <luolongjun@huawei.com>
- Update to 0.0.1 - Update to 0.0.1