Compare commits
26 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
cd96e192ce | ||
|
|
8c6868fb75 |
||
|
|
cf1a498397 |
||
|
|
e42e070c9f |
||
|
|
e986983a86 |
||
|
|
1e28697b26 |
||
|
|
8791f5ac9e | ||
|
|
5b9d3c95da |
||
|
|
5d37be0f77 | ||
|
|
83ca19aef8 | ||
|
|
5c2c6a81fb | ||
|
|
adf71b05b2 | ||
|
|
e40e8e0c83 | ||
|
|
ba801cfd6f | ||
|
|
cc27eff5e8 | ||
|
|
91d8f460e1 | ||
|
|
d6fd8d36d1 | ||
|
|
37de49be78 | ||
|
|
bd88d06f02 |
||
|
|
56ebbc2378 | ||
|
|
d59c17212f | ||
|
|
914aa241ae |
||
|
|
b76d89f7ca | ||
|
|
f5316fed2c | ||
|
|
c96387c5fc | ||
|
|
01c93192f5 |
3 changed files with 102 additions and 8 deletions
17
.gitignore
vendored
17
.gitignore
vendored
|
|
@ -24,3 +24,20 @@ crun-0.1.1.tar.gz
|
|||
/crun-0.15.1.tar.gz
|
||||
/crun-0.16.tar.gz
|
||||
/crun-0.17.tar.gz
|
||||
/crun-0.18.tar.gz
|
||||
/3e7fa1db14a3c4ad0605f1cb2851ec134f4ccc07.patch
|
||||
/f642968ec5ae05b33f2545da6edf135c338b34d1.patch
|
||||
/crun-0.19.tar.gz
|
||||
/crun-0.19.1.tar.gz
|
||||
/crun-0.19.1.tar.xz
|
||||
/crun-0.20.tar.xz
|
||||
/crun-0.20.1.tar.xz
|
||||
/crun-0.21.tar.xz
|
||||
/crun-1.0.tar.xz
|
||||
/crun-1.1.tar.xz
|
||||
/crun-1.2.tar.xz
|
||||
/crun-1.3.tar.xz
|
||||
/crun-1.4.tar.xz
|
||||
/crun-1.4.1.tar.xz
|
||||
/crun-1.4.2.tar.xz
|
||||
/crun-1.4.4.tar.xz
|
||||
|
|
|
|||
91
crun.spec
91
crun.spec
|
|
@ -1,17 +1,23 @@
|
|||
%global git0 https://github.com/containers/%{name}
|
||||
|
||||
# Used for comparing with latest upstream tag
|
||||
# to decide whether to autobuild and set download_url (non-rawhide only)
|
||||
%global built_tag 1.4.4
|
||||
|
||||
Summary: OCI runtime written in C
|
||||
Name: crun
|
||||
Version: 0.17
|
||||
Release: 2%{?dist}
|
||||
Source0: https://github.com/containers/crun/releases/download/%{version}/%{name}-%{version}.tar.gz
|
||||
Version: 1.4.4
|
||||
Release: 1%{?dist}
|
||||
URL: %{git0}
|
||||
Source0: %{url}/releases/download/%{version}/%{name}-%{version}.tar.xz
|
||||
License: GPLv2+
|
||||
URL: https://github.com/containers/crun
|
||||
|
||||
# We always run autogen.sh
|
||||
BuildRequires: autoconf
|
||||
BuildRequires: automake
|
||||
BuildRequires: gcc
|
||||
BuildRequires: python
|
||||
BuildRequires: git
|
||||
BuildRequires: git-core
|
||||
BuildRequires: libcap-devel
|
||||
BuildRequires: systemd-devel
|
||||
BuildRequires: yajl-devel
|
||||
|
|
@ -21,10 +27,12 @@ BuildRequires: python3-libmount
|
|||
BuildRequires: libtool
|
||||
BuildRequires: go-md2man
|
||||
BuildRequires: make
|
||||
BuildRequires: glibc-static
|
||||
BuildRequires: protobuf-c-devel
|
||||
%ifnarch %ix86
|
||||
BuildRequires: criu-devel >= 3.15
|
||||
%endif
|
||||
Provides: oci-runtime = 2
|
||||
Provides: oci-runtime
|
||||
|
||||
%description
|
||||
crun is a runtime for running OCI containers
|
||||
|
|
@ -40,7 +48,7 @@ crun is a runtime for running OCI containers
|
|||
|
||||
%install
|
||||
%make_install
|
||||
rm -rf $RPM_BUILD_ROOT/usr/lib*
|
||||
rm -rf %{buildroot}%{_usr}/lib*
|
||||
|
||||
%files
|
||||
%license COPYING
|
||||
|
|
@ -48,6 +56,75 @@ rm -rf $RPM_BUILD_ROOT/usr/lib*
|
|||
%{_mandir}/man1/*
|
||||
|
||||
%changelog
|
||||
* Thu Mar 31 2022 Lokesh Mandvekar <lsm5@fedoraproject.org> - 1.4.4-1
|
||||
- Resolves: #2066845, #2070116 - Security fix for CVE-2022-27650
|
||||
- bump to v1.4.4
|
||||
|
||||
* Wed Jan 26 2022 RH Container Bot <rhcontainerbot@fedoraproject.org> - 1.4.2-1
|
||||
- autobuilt 1.4.2
|
||||
|
||||
* Fri Jan 14 2022 RH Container Bot <rhcontainerbot@fedoraproject.org> - 1.4.1-1
|
||||
- autobuilt 1.4.1
|
||||
|
||||
* Wed Dec 22 2021 RH Container Bot <rhcontainerbot@fedoraproject.org> - 1.4-1
|
||||
- autobuilt 1.4
|
||||
|
||||
* Fri Nov 05 2021 RH Container Bot <rhcontainerbot@fedoraproject.org> - 1.3-1
|
||||
- autobuilt 1.3
|
||||
|
||||
* Fri Oct 08 2021 RH Container Bot <rhcontainerbot@fedoraproject.org> - 1.2-1
|
||||
- autobuilt 1.2
|
||||
|
||||
* Mon Sep 27 2021 RH Container Bot <rhcontainerbot@fedoraproject.org> - 1.1-1
|
||||
- autobuilt 1.1
|
||||
|
||||
* Wed Aug 25 2021 RH Container Bot <rhcontainerbot@fedoraproject.org> - 1.0-1
|
||||
- autobuilt 1.0
|
||||
|
||||
* Tue Aug 10 2021 RH Container Bot <rhcontainerbot@fedoraproject.org> - 0.21-1
|
||||
- autobuilt 0.21
|
||||
|
||||
* Wed Jun 09 2021 Lokesh Mandvekar <lsm5@fedoraproject.org> - 0.20.1-1
|
||||
- Fixes: https://github.com/containers/crun/issues/687
|
||||
|
||||
* Wed Jun 02 2021 Lokesh Mandvekar <lsm5@fedoraproject.org> - 0.20-1
|
||||
- bump to 0.20
|
||||
|
||||
* Mon May 17 2021 Lokesh Mandvekar <lsm5@fedoraproject.org> - 0.19.1-3
|
||||
- rebuild to fix prior build downgrades
|
||||
|
||||
* Fri May 07 2021 RH Container Bot <rhcontainerbot@fedoraproject.org> - 0.19.1-1
|
||||
- autobuilt 0.19.1
|
||||
|
||||
* Thu Apr 22 2021 Lokesh Mandvekar <lsm5@fedoraproject.org> - 0.19.1-2
|
||||
- rebuild for new bodhi
|
||||
|
||||
* Thu Apr 22 2021 Giuseppe Scrivano <gscrivan@redhat.com> - 0.19.1-1
|
||||
- built version 0.19.1
|
||||
|
||||
* Tue Apr 13 2021 Lokesh Mandvekar <lsm5@fedoraproject.org> - 0.19-2
|
||||
- unversioned Provides: oci-runtime
|
||||
- runc package will also provide an unversioned Provides: oci-runtime.
|
||||
- user should pull in runc separately or else it will install crun by default
|
||||
(alphabetical order)
|
||||
- similar situation as caddy, httpd, lighttpd and nginx having Provides:
|
||||
webserver
|
||||
|
||||
* Tue Apr 06 2021 Giuseppe Scrivano <gscrivan@redhat.com> - 0.19-1
|
||||
- built version 0.19
|
||||
|
||||
* Wed Mar 31 2021 Lokesh Mandvekar <lsm5@fedoraproject.org> - 0.18-5
|
||||
- linux: always remount bind mounts ghpr#640
|
||||
|
||||
* Thu Mar 25 2021 Lokesh Mandvekar <lsm5@fedoraproject.org> - 0.18-4
|
||||
- bump release tag to stay ahead of older fedora
|
||||
|
||||
* Thu Mar 25 2021 Lokesh Mandvekar <lsm5@fedoraproject.org> - 0.18-2
|
||||
- Requires: libcap >= 2.48
|
||||
|
||||
* Fri Feb 19 2021 Giuseppe Scrivano <gscrivan@redhat.com> - 0.18-1
|
||||
- built version 0.18
|
||||
|
||||
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.17-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (crun-0.17.tar.gz) = b095a3c4fca8ae683553805de468594e8dd891cc9911b56e8be7c429584e71fb40a364cf55a6a829950078a539d35308310f53f57b8fb40d483d394e91b20b01
|
||||
SHA512 (crun-1.4.4.tar.xz) = 1756dccf6509457a5dc114d43c4f4e99258a20c3437dfe06016d080989c5d3035f5735d62d18ab537b660ec36de04df369a2582745baf4ab680af367a19830fd
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue