Update to 1.4.3
This commit is contained in:
parent
ea1c82794d
commit
c01783927d
Binary file not shown.
BIN
crun-1.4.3.tar.xz
Normal file
BIN
crun-1.4.3.tar.xz
Normal file
Binary file not shown.
14
crun.spec
14
crun.spec
@ -1,13 +1,16 @@
|
|||||||
Name: crun
|
Name: crun
|
||||||
Version: 0.20.1
|
Version: 1.4.3
|
||||||
Release: 1
|
Release: 1
|
||||||
Summary: A fast and low-memory footprint OCI Container Runtime fully written in C.
|
Summary: A fast and low-memory footprint OCI Container Runtime fully written in C.
|
||||||
URL: https://github.com/containers/%{name}
|
URL: https://github.com/containers/%{name}
|
||||||
Source0: https://github.com/containers/crun/releases/download/%{version}/%{name}-%{version}.tar.xz
|
Source0: https://github.com/containers/crun/releases/download/%{version}/%{name}-%{version}.tar.xz
|
||||||
License: GPLv2+ and LGPLv2.1+
|
License: GPLv2+ and LGPLv2.1+
|
||||||
BuildRequires: autoconf automake gcc python git-core
|
BuildRequires: autoconf automake gcc python
|
||||||
BuildRequires: libcap-devel systemd-devel yajl-devel libseccomp-devel libselinux-devel
|
BuildRequires: libcap-devel systemd-devel yajl-devel libseccomp-devel libselinux-devel
|
||||||
BuildRequires: util-linux libtool make glibc-static criu-devel >= 3.15
|
BuildRequires: libtool make glibc-static protobuf-c-devel
|
||||||
|
%ifnarch %ix86
|
||||||
|
BuildRequires: criu-devel >= 3.15
|
||||||
|
%endif
|
||||||
Provides: oci-runtime
|
Provides: oci-runtime
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -28,7 +31,7 @@ Secondary development document and manual of interface function description.
|
|||||||
|
|
||||||
%install
|
%install
|
||||||
%make_install
|
%make_install
|
||||||
rm -rf $RPM_BUILD_ROOT/usr/lib*
|
rm -rf %{buildroot}%{_prefix}/lib*
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%license COPYING
|
%license COPYING
|
||||||
@ -39,5 +42,8 @@ rm -rf $RPM_BUILD_ROOT/usr/lib*
|
|||||||
%{_mandir}/man1/*
|
%{_mandir}/man1/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* 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
|
* Tue Aug 3 2021 fu-shanqing <fushanqing@kylinos.cn> - 0.20.1-1
|
||||||
- Package init
|
- Package init
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user