kata_integration/kata-integration.spec
holyfei 246e2a2194 kata_integration: build shimv2
Signed-off-by: holyfei <yangfeiyu20092010@163.com>
2021-11-27 11:58:38 +08:00

54 lines
1.2 KiB
RPMSpec

%global debug_package %{nil}
%define VERSION v1.0.0
%define RELEASE 4
Name: kata-integration
Version: %{VERSION}
Release: %{RELEASE}
Summary: Kata Container integration
License: Apache 2.0
URL: https://gitee.com/openeuler/kata_integration
Source0: https://gitee.com/openeuler/kata_integration/repository/archive/v1.0.0?format=tar.gz#/%{name}-%{version}.tar.gz
BuildRoot: %_topdir/BUILDROOT
BuildRequires: automake gcc glibc-devel glibc-static patch
%description
This is a usefult tool for building Kata Container components.
%prep
%setup -q -c -a 0 -n %{name}-%{version}
%build
%clean
%files
%doc
%changelog
* Sat Nov 27 2021 yangfeiyu <yangfeiyu2@huawei.com> - 1.0.0-4
- Type:enhancement
- ID:NA
- SUG:NA
- DESC:build shimv2
* Sat Sep 5 2020 jiangpengf<jiangpengfei9@huawei.com> - 1.0.0-3
- Type:enhancement
- ID:NA
- SUG:NA
- DESC:update config-kata-x86_64
* Sat Sep 5 2020 jiangpengf<jiangpengfei9@huawei.com> - 1.0.0-2
- Type:enhancement
- ID:NA
- SUG:NA
- DESC:change Source format to URL
* Wed Aug 26 2020 jiangpengf<jiangpengfei9@huawei.com> - 1.0.0-1
- Type:enhancement
- ID:NA
- SUG:NA
- DESC:add initial kata-integration.spec