7 Star 0 Fork 2

src-oepkgs/crun

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
crun.spec 1.50 KB
一键复制 编辑 原始数据 按行查看 历史
root 提交于 2024-03-20 10:46 +08:00 . modify
Name: crun
Version: 1.4.5
Release: 1
Summary: A fast and low-memory footprint OCI Container Runtime fully written in C.
URL: https://github.com/containers/%{name}
Source0: https://github.com/containers/crun/releases/download/%{version}/%{name}-%{version}.tar.xz
License: GPLv2+ and LGPLv2.1+
BuildRequires: autoconf automake gcc python
BuildRequires: libcap-devel systemd-devel yajl-devel libseccomp-devel libselinux-devel
BuildRequires: libtool make glibc-static protobuf-c-devel
%ifnarch %ix86
BuildRequires: criu-devel >= 3.15
%endif
Provides: oci-runtime
%description
crun is a fast and low-memory footprint OCI Container Runtime fully written in C.
%package help
Summary: Secondary development document and manual of interface function description.
%description help
Secondary development document and manual of interface function description.
%prep
%autosetup -p1 -n %{name}-%{version}
%build
./autogen.sh
%configure --disable-silent-rules
%make_build
%install
%make_install
rm -rf %{buildroot}%{_prefix}/lib*
%files
%license COPYING
%license COPYING.libcrun
%{_bindir}/%{name}
%files help
%{_mandir}/man1/*
%changelog
* Wed Jul 20 2022 fushanqing <fushanqing@kylinos.cn> - 1.4.5-1
- update to 1.4.5
* Mon May 23 2022 fushanqing <fushanqing@kylinos.cn> - 1.4.3-2
- fix CVE
* Tue Mar 1 2022 fu-shanqing <fushanqing@kylinos.cn> - 1.4.3-1
- Update to 1.4.3
* Tue Aug 3 2021 fu-shanqing <fushanqing@kylinos.cn> - 0.20.1-1
- Package init
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/src-oepkgs/crun.git
git@gitee.com:src-oepkgs/crun.git
src-oepkgs
crun
crun
master

搜索帮助