runc:modify runc rpm package name from docker-runc to runc

This commit is contained in:
zhongjiawei 2023-11-17 10:40:28 +08:00
parent 6f2338ba66
commit b1cef3ad94
2 changed files with 9 additions and 3 deletions

View File

@ -1 +1 @@
1256a9448b72c93429600f0e71b45a7c877e0d30
a10a8417e5eb298bf8cb83b3eb41bd1759dccde6

View File

@ -1,9 +1,9 @@
%global _bindir /usr/bin
%global debug_package %{nil}
Name: docker-runc
Name: runc
Version: 1.1.8
Release: 8
Release: 9
Summary: runc is a CLI tool for spawning and running containers according to the OCI specification.
License: ASL 2.0
@ -54,6 +54,12 @@ install -p -m 755 runc $RPM_BUILD_ROOT/%{_bindir}/runc
%{_bindir}/runc
%changelog
* Thu Nov 16 2023 zhongjiawei<zhongjiawei1@huawei.com> - 1.1.8-9
- Type:bugfix
- CVE:NA
- SUG:NA
- DESC:modify runc rpm package name from docker-runc to runc
* Thu Oct 26 2023 zhongjiawei<zhongjiawei1@huawei.com> - 1.1.8-8
- Type:bugfix
- CVE:NA