From 3ad299d7e02dbda15338cf7eff07e334b0ba5383 Mon Sep 17 00:00:00 2001 From: holyfei Date: Wed, 26 Aug 2020 15:40:34 +0800 Subject: [PATCH] kata_integration: add spec file Signed-off-by: holyfei --- kata-integration.spec | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 kata-integration.spec diff --git a/kata-integration.spec b/kata-integration.spec new file mode 100644 index 0000000..7664af5 --- /dev/null +++ b/kata-integration.spec @@ -0,0 +1,35 @@ +%global debug_package %{nil} +%define VERSION v1.0.0 +%define RELEASE 1 + +Name: kata-integration +Version: %{VERSION} +Release: %{RELEASE} +Summary: Kata Container integration +License: Apache 2.0 +URL: https://gitee.com/src-openeuler/kata_integration +Source0: %{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 +* Wed Aug 26 2020 jiangpengf - 1.0.0-1 +- Type:enhancement +- ID:NA +- SUG:NA +- DESC:add initial kata-integration.spec -- GitLab