crun-0.18-5
- linux: always remount bind mounts ghpr#640 Signed-off-by: Lokesh Mandvekar <lsm5@fedoraproject.org>
This commit is contained in:
parent
26f50cb29d
commit
6248751eb0
2
.gitignore
vendored
2
.gitignore
vendored
@ -25,3 +25,5 @@ crun-0.1.1.tar.gz
|
|||||||
/crun-0.16.tar.gz
|
/crun-0.16.tar.gz
|
||||||
/crun-0.17.tar.gz
|
/crun-0.17.tar.gz
|
||||||
/crun-0.18.tar.gz
|
/crun-0.18.tar.gz
|
||||||
|
/3e7fa1db14a3c4ad0605f1cb2851ec134f4ccc07.patch
|
||||||
|
/f642968ec5ae05b33f2545da6edf135c338b34d1.patch
|
||||||
|
@ -1,8 +1,10 @@
|
|||||||
Summary: OCI runtime written in C
|
Summary: OCI runtime written in C
|
||||||
Name: crun
|
Name: crun
|
||||||
Version: 0.18
|
Version: 0.18
|
||||||
Release: 4%{?dist}
|
Release: 5%{?dist}
|
||||||
Source0: https://github.com/containers/crun/releases/download/%{version}/%{name}-%{version}.tar.gz
|
Source0: https://github.com/containers/crun/releases/download/%{version}/%{name}-%{version}.tar.gz
|
||||||
|
Patch0: https://github.com/containers/crun/commit/f642968ec5ae05b33f2545da6edf135c338b34d1.patch
|
||||||
|
Patch1: https://github.com/containers/crun/commit/3e7fa1db14a3c4ad0605f1cb2851ec134f4ccc07.patch
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
URL: https://github.com/containers/crun
|
URL: https://github.com/containers/crun
|
||||||
|
|
||||||
@ -50,6 +52,9 @@ rm -rf $RPM_BUILD_ROOT/usr/lib*
|
|||||||
%{_mandir}/man1/*
|
%{_mandir}/man1/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* 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
|
* Thu Mar 25 2021 Lokesh Mandvekar <lsm5@fedoraproject.org> - 0.18-4
|
||||||
- bump release tag to stay ahead of older fedora
|
- bump release tag to stay ahead of older fedora
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1,3 @@
|
|||||||
SHA512 (crun-0.18.tar.gz) = 94610d9d4ef95a9be708c6cf8cc38587c9c3b847d9da5cf9dfa4a2eddddb7e6724e39ffb222ed5d6c61bad8374ae50dc9e92d95b6d03ce0b185d5123afeeca46
|
SHA512 (crun-0.18.tar.gz) = 94610d9d4ef95a9be708c6cf8cc38587c9c3b847d9da5cf9dfa4a2eddddb7e6724e39ffb222ed5d6c61bad8374ae50dc9e92d95b6d03ce0b185d5123afeeca46
|
||||||
|
SHA512 (3e7fa1db14a3c4ad0605f1cb2851ec134f4ccc07.patch) = 62a2cd5f6020f3fe49177f6cc79583a8be5f7f0c8573d6063b323ca55b25cbfa6ee95601eb995383a3c94e751c62996c785f01c1cc19a0169939db678379be93
|
||||||
|
SHA512 (f642968ec5ae05b33f2545da6edf135c338b34d1.patch) = 4d1c2bb8e32fd3b082099839f298d6cd5d14f195226f667091f7bfc0d1a9165f21a144f531a37e85a7ec567930ab41904067499f9651ae8ab437223a49bcf2ac
|
||||||
|
Loading…
Reference in New Issue
Block a user