From 01c93192f53e77a6df69bbce5701d530aa44581c Mon Sep 17 00:00:00 2001 From: Giuseppe Scrivano Date: Fri, 19 Feb 2021 08:50:05 +0100 Subject: [PATCH 01/26] crun-0.18.1-1 Signed-off-by: Giuseppe Scrivano --- .gitignore | 1 + crun.spec | 8 ++++++-- sources | 2 +- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index c227741..e9f2c58 100644 --- a/.gitignore +++ b/.gitignore @@ -24,3 +24,4 @@ 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 diff --git a/crun.spec b/crun.spec index cf3270c..6da0d74 100644 --- a/crun.spec +++ b/crun.spec @@ -1,7 +1,7 @@ Summary: OCI runtime written in C Name: crun -Version: 0.17 -Release: 2%{?dist} +Version: 0.18 +Release: 1%{?dist} Source0: https://github.com/containers/crun/releases/download/%{version}/%{name}-%{version}.tar.gz License: GPLv2+ URL: https://github.com/containers/crun @@ -21,6 +21,7 @@ BuildRequires: python3-libmount BuildRequires: libtool BuildRequires: go-md2man BuildRequires: make +BuildRequires: glibc-static %ifnarch %ix86 BuildRequires: criu-devel >= 3.15 %endif @@ -48,6 +49,9 @@ rm -rf $RPM_BUILD_ROOT/usr/lib* %{_mandir}/man1/* %changelog +* Fri Feb 19 2021 Giuseppe Scrivano - 0.18-1 +- built version 0.18 + * Tue Jan 26 2021 Fedora Release Engineering - 0.17-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild diff --git a/sources b/sources index 8e3eccb..8fdc941 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (crun-0.17.tar.gz) = b095a3c4fca8ae683553805de468594e8dd891cc9911b56e8be7c429584e71fb40a364cf55a6a829950078a539d35308310f53f57b8fb40d483d394e91b20b01 +SHA512 (crun-0.18.tar.gz) = 94610d9d4ef95a9be708c6cf8cc38587c9c3b847d9da5cf9dfa4a2eddddb7e6724e39ffb222ed5d6c61bad8374ae50dc9e92d95b6d03ce0b185d5123afeeca46 From c96387c5fc2df3f5421d687d968ba3f35c228fca Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Thu, 25 Mar 2021 09:23:10 -0400 Subject: [PATCH 02/26] crun-0.18-2 - Requires: libcap >= 2.48 Signed-off-by: Lokesh Mandvekar --- crun.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/crun.spec b/crun.spec index 6da0d74..ce17be4 100644 --- a/crun.spec +++ b/crun.spec @@ -1,7 +1,7 @@ Summary: OCI runtime written in C Name: crun Version: 0.18 -Release: 1%{?dist} +Release: 2%{?dist} Source0: https://github.com/containers/crun/releases/download/%{version}/%{name}-%{version}.tar.gz License: GPLv2+ URL: https://github.com/containers/crun @@ -12,7 +12,7 @@ BuildRequires: automake BuildRequires: gcc BuildRequires: python BuildRequires: git -BuildRequires: libcap-devel +BuildRequires: libcap-devel >= 2.48 BuildRequires: systemd-devel BuildRequires: yajl-devel BuildRequires: libseccomp-devel @@ -26,6 +26,7 @@ BuildRequires: glibc-static BuildRequires: criu-devel >= 3.15 %endif Provides: oci-runtime = 2 +Requires: libcap >= 2.48 %description crun is a runtime for running OCI containers @@ -49,6 +50,9 @@ rm -rf $RPM_BUILD_ROOT/usr/lib* %{_mandir}/man1/* %changelog +* Thu Mar 25 2021 Lokesh Mandvekar - 0.18-2 +- Requires: libcap >= 2.48 + * Fri Feb 19 2021 Giuseppe Scrivano - 0.18-1 - built version 0.18 From f5316fed2cc1568d33d9cd9376c4c45386c9fef3 Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Thu, 25 Mar 2021 09:55:00 -0400 Subject: [PATCH 03/26] crun-0.18-4 - bump release tag to stay ahead of older fedora Signed-off-by: Lokesh Mandvekar --- crun.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/crun.spec b/crun.spec index ce17be4..8187f59 100644 --- a/crun.spec +++ b/crun.spec @@ -1,7 +1,7 @@ Summary: OCI runtime written in C Name: crun Version: 0.18 -Release: 2%{?dist} +Release: 4%{?dist} Source0: https://github.com/containers/crun/releases/download/%{version}/%{name}-%{version}.tar.gz License: GPLv2+ URL: https://github.com/containers/crun @@ -50,6 +50,9 @@ rm -rf $RPM_BUILD_ROOT/usr/lib* %{_mandir}/man1/* %changelog +* Thu Mar 25 2021 Lokesh Mandvekar - 0.18-4 +- bump release tag to stay ahead of older fedora + * Thu Mar 25 2021 Lokesh Mandvekar - 0.18-2 - Requires: libcap >= 2.48 From b76d89f7ca131dbc4cd5d4d2d71419abcd3a3da7 Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Wed, 31 Mar 2021 14:25:47 -0400 Subject: [PATCH 04/26] crun-0.18-5 - linux: always remount bind mounts ghpr#640 Signed-off-by: Lokesh Mandvekar (cherry picked from commit 6248751eb0cb44ecec0f0868d99c6497f6c74258) Signed-off-by: Lokesh Mandvekar --- .gitignore | 2 ++ crun.spec | 7 ++++++- sources | 2 ++ 3 files changed, 10 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index e9f2c58..5a35d45 100644 --- a/.gitignore +++ b/.gitignore @@ -25,3 +25,5 @@ crun-0.1.1.tar.gz /crun-0.16.tar.gz /crun-0.17.tar.gz /crun-0.18.tar.gz +/3e7fa1db14a3c4ad0605f1cb2851ec134f4ccc07.patch +/f642968ec5ae05b33f2545da6edf135c338b34d1.patch diff --git a/crun.spec b/crun.spec index 8187f59..e478473 100644 --- a/crun.spec +++ b/crun.spec @@ -1,8 +1,10 @@ Summary: OCI runtime written in C Name: crun Version: 0.18 -Release: 4%{?dist} +Release: 5%{?dist} 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+ URL: https://github.com/containers/crun @@ -50,6 +52,9 @@ rm -rf $RPM_BUILD_ROOT/usr/lib* %{_mandir}/man1/* %changelog +* Wed Mar 31 2021 Lokesh Mandvekar - 0.18-5 +- linux: always remount bind mounts ghpr#640 + * Thu Mar 25 2021 Lokesh Mandvekar - 0.18-4 - bump release tag to stay ahead of older fedora diff --git a/sources b/sources index 8fdc941..780a341 100644 --- a/sources +++ b/sources @@ -1 +1,3 @@ SHA512 (crun-0.18.tar.gz) = 94610d9d4ef95a9be708c6cf8cc38587c9c3b847d9da5cf9dfa4a2eddddb7e6724e39ffb222ed5d6c61bad8374ae50dc9e92d95b6d03ce0b185d5123afeeca46 +SHA512 (3e7fa1db14a3c4ad0605f1cb2851ec134f4ccc07.patch) = 62a2cd5f6020f3fe49177f6cc79583a8be5f7f0c8573d6063b323ca55b25cbfa6ee95601eb995383a3c94e751c62996c785f01c1cc19a0169939db678379be93 +SHA512 (f642968ec5ae05b33f2545da6edf135c338b34d1.patch) = 4d1c2bb8e32fd3b082099839f298d6cd5d14f195226f667091f7bfc0d1a9165f21a144f531a37e85a7ec567930ab41904067499f9651ae8ab437223a49bcf2ac From 914aa241ae28780625d65c7b0873d9c855d4d94e Mon Sep 17 00:00:00 2001 From: Giuseppe Scrivano Date: Tue, 6 Apr 2021 09:56:23 +0200 Subject: [PATCH 05/26] crun-0.19-1 Signed-off-by: Giuseppe Scrivano --- .gitignore | 1 + crun.spec | 12 ++++++------ sources | 4 +--- 3 files changed, 8 insertions(+), 9 deletions(-) diff --git a/.gitignore b/.gitignore index 5a35d45..3b99289 100644 --- a/.gitignore +++ b/.gitignore @@ -27,3 +27,4 @@ crun-0.1.1.tar.gz /crun-0.18.tar.gz /3e7fa1db14a3c4ad0605f1cb2851ec134f4ccc07.patch /f642968ec5ae05b33f2545da6edf135c338b34d1.patch +/crun-0.19.tar.gz diff --git a/crun.spec b/crun.spec index e478473..4e9e917 100644 --- a/crun.spec +++ b/crun.spec @@ -1,10 +1,8 @@ Summary: OCI runtime written in C Name: crun -Version: 0.18 -Release: 5%{?dist} +Version: 0.19 +Release: 1%{?dist} 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+ URL: https://github.com/containers/crun @@ -14,7 +12,7 @@ BuildRequires: automake BuildRequires: gcc BuildRequires: python BuildRequires: git -BuildRequires: libcap-devel >= 2.48 +BuildRequires: libcap-devel BuildRequires: systemd-devel BuildRequires: yajl-devel BuildRequires: libseccomp-devel @@ -28,7 +26,6 @@ BuildRequires: glibc-static BuildRequires: criu-devel >= 3.15 %endif Provides: oci-runtime = 2 -Requires: libcap >= 2.48 %description crun is a runtime for running OCI containers @@ -52,6 +49,9 @@ rm -rf $RPM_BUILD_ROOT/usr/lib* %{_mandir}/man1/* %changelog +* Tue Apr 06 2021 Giuseppe Scrivano - 0.19-1 +- built version 0.19 + * Wed Mar 31 2021 Lokesh Mandvekar - 0.18-5 - linux: always remount bind mounts ghpr#640 diff --git a/sources b/sources index 780a341..ee80c47 100644 --- a/sources +++ b/sources @@ -1,3 +1 @@ -SHA512 (crun-0.18.tar.gz) = 94610d9d4ef95a9be708c6cf8cc38587c9c3b847d9da5cf9dfa4a2eddddb7e6724e39ffb222ed5d6c61bad8374ae50dc9e92d95b6d03ce0b185d5123afeeca46 -SHA512 (3e7fa1db14a3c4ad0605f1cb2851ec134f4ccc07.patch) = 62a2cd5f6020f3fe49177f6cc79583a8be5f7f0c8573d6063b323ca55b25cbfa6ee95601eb995383a3c94e751c62996c785f01c1cc19a0169939db678379be93 -SHA512 (f642968ec5ae05b33f2545da6edf135c338b34d1.patch) = 4d1c2bb8e32fd3b082099839f298d6cd5d14f195226f667091f7bfc0d1a9165f21a144f531a37e85a7ec567930ab41904067499f9651ae8ab437223a49bcf2ac +SHA512 (crun-0.19.tar.gz) = a23230307cba6c1348e4bb6fed3553f94409c2a667b38198b896955fa0dcb9c2d890c1b85bd240f5f9806f6dd3595c06333f8c672244776c07e25b7f633084a7 From d59c17212fb28f252487809ac2b412b496ca864f Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Tue, 13 Apr 2021 15:19:27 -0400 Subject: [PATCH 06/26] crun-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 Signed-off-by: Lokesh Mandvekar (cherry picked from commit aced1fa25215330cdb2f990c9a7f09f85b251315) Signed-off-by: Lokesh Mandvekar --- crun.spec | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/crun.spec b/crun.spec index 4e9e917..fe15712 100644 --- a/crun.spec +++ b/crun.spec @@ -1,7 +1,7 @@ Summary: OCI runtime written in C Name: crun Version: 0.19 -Release: 1%{?dist} +Release: 2%{?dist} Source0: https://github.com/containers/crun/releases/download/%{version}/%{name}-%{version}.tar.gz License: GPLv2+ URL: https://github.com/containers/crun @@ -25,7 +25,7 @@ BuildRequires: glibc-static %ifnarch %ix86 BuildRequires: criu-devel >= 3.15 %endif -Provides: oci-runtime = 2 +Provides: oci-runtime %description crun is a runtime for running OCI containers @@ -49,6 +49,14 @@ rm -rf $RPM_BUILD_ROOT/usr/lib* %{_mandir}/man1/* %changelog +* Tue Apr 13 2021 Lokesh Mandvekar - 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 - 0.19-1 - built version 0.19 From 56ebbc2378f8b455e39db577fc4ac3a249dfccd3 Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Fri, 16 Apr 2021 12:15:40 -0400 Subject: [PATCH 07/26] rearrange URL and Source0 Signed-off-by: Lokesh Mandvekar (cherry picked from commit 4fa0fa9b9173932f1eee97d0db2429e87d36aba7) Signed-off-by: Lokesh Mandvekar --- crun.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/crun.spec b/crun.spec index fe15712..a349de2 100644 --- a/crun.spec +++ b/crun.spec @@ -2,9 +2,9 @@ Summary: OCI runtime written in C Name: crun Version: 0.19 Release: 2%{?dist} -Source0: https://github.com/containers/crun/releases/download/%{version}/%{name}-%{version}.tar.gz -License: GPLv2+ URL: https://github.com/containers/crun +Source0: %{url}/releases/download/%{version}/%{name}-%{version}.tar.gz +License: GPLv2+ # We always run autogen.sh BuildRequires: autoconf From bd88d06f0277cc0a707377090d60068dd2b6720a Mon Sep 17 00:00:00 2001 From: Giuseppe Scrivano Date: Thu, 22 Apr 2021 13:15:16 +0200 Subject: [PATCH 08/26] crun-0.19.1-1 Signed-off-by: Giuseppe Scrivano --- .gitignore | 1 + crun.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 3b99289..f173873 100644 --- a/.gitignore +++ b/.gitignore @@ -28,3 +28,4 @@ crun-0.1.1.tar.gz /3e7fa1db14a3c4ad0605f1cb2851ec134f4ccc07.patch /f642968ec5ae05b33f2545da6edf135c338b34d1.patch /crun-0.19.tar.gz +/crun-0.19.1.tar.gz diff --git a/crun.spec b/crun.spec index a349de2..a3ad2ba 100644 --- a/crun.spec +++ b/crun.spec @@ -1,7 +1,7 @@ Summary: OCI runtime written in C Name: crun -Version: 0.19 -Release: 2%{?dist} +Version: 0.19.1 +Release: 1%{?dist} URL: https://github.com/containers/crun Source0: %{url}/releases/download/%{version}/%{name}-%{version}.tar.gz License: GPLv2+ @@ -49,6 +49,9 @@ rm -rf $RPM_BUILD_ROOT/usr/lib* %{_mandir}/man1/* %changelog +* Thu Apr 22 2021 Giuseppe Scrivano - 0.19.1-1 +- built version 0.19.1 + * Tue Apr 13 2021 Lokesh Mandvekar - 0.19-2 - unversioned Provides: oci-runtime - runc package will also provide an unversioned Provides: oci-runtime. diff --git a/sources b/sources index ee80c47..afdd58b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (crun-0.19.tar.gz) = a23230307cba6c1348e4bb6fed3553f94409c2a667b38198b896955fa0dcb9c2d890c1b85bd240f5f9806f6dd3595c06333f8c672244776c07e25b7f633084a7 +SHA512 (crun-0.19.1.tar.gz) = f93f79d1d63d6749bcf92d48542d9555f3ad47657c959c7c06701861d7a5a4171969f00f6dff3878286970a48aba3314c25e35c005463e606533b0ff7843d994 From 37de49be78fc98989382a7ba557c51b497411463 Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Thu, 22 Apr 2021 09:48:33 -0400 Subject: [PATCH 09/26] crun-0.19.1-2 - rebuild for new bodhi Signed-off-by: Lokesh Mandvekar (cherry picked from commit 6cf17ade9e1361e3e24d46723b9b893d37adcfe2) Signed-off-by: Lokesh Mandvekar --- crun.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/crun.spec b/crun.spec index a3ad2ba..b8ab0f0 100644 --- a/crun.spec +++ b/crun.spec @@ -1,7 +1,7 @@ Summary: OCI runtime written in C Name: crun Version: 0.19.1 -Release: 1%{?dist} +Release: 2%{?dist} URL: https://github.com/containers/crun Source0: %{url}/releases/download/%{version}/%{name}-%{version}.tar.gz License: GPLv2+ @@ -49,6 +49,9 @@ rm -rf $RPM_BUILD_ROOT/usr/lib* %{_mandir}/man1/* %changelog +* Thu Apr 22 2021 Lokesh Mandvekar - 0.19.1-2 +- rebuild for new bodhi + * Thu Apr 22 2021 Giuseppe Scrivano - 0.19.1-1 - built version 0.19.1 From d6fd8d36d1e6ffbaa0c7fb54913a13207f4dcf1e Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Fri, 7 May 2021 17:47:42 +0000 Subject: [PATCH 10/26] crun-0.19.1-1 autobuilt 0.19.1 Signed-off-by: RH Container Bot --- crun.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/crun.spec b/crun.spec index b8ab0f0..e2a84a4 100644 --- a/crun.spec +++ b/crun.spec @@ -1,7 +1,7 @@ Summary: OCI runtime written in C Name: crun Version: 0.19.1 -Release: 2%{?dist} +Release: 1%{?dist} URL: https://github.com/containers/crun Source0: %{url}/releases/download/%{version}/%{name}-%{version}.tar.gz License: GPLv2+ @@ -49,6 +49,9 @@ rm -rf $RPM_BUILD_ROOT/usr/lib* %{_mandir}/man1/* %changelog +* Fri May 07 2021 RH Container Bot - 0.19.1-1 +- autobuilt 0.19.1 + * Thu Apr 22 2021 Lokesh Mandvekar - 0.19.1-2 - rebuild for new bodhi From 91d8f460e186201db527640837869bd817385dc4 Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Mon, 17 May 2021 09:54:33 -0400 Subject: [PATCH 11/26] crun-0.19.1-3 - rebuild to fix prior build downgrades Signed-off-by: Lokesh Mandvekar --- .gitignore | 1 + crun.spec | 16 +++++++++++++--- sources | 2 +- 3 files changed, 15 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index f173873..6e8837a 100644 --- a/.gitignore +++ b/.gitignore @@ -29,3 +29,4 @@ crun-0.1.1.tar.gz /f642968ec5ae05b33f2545da6edf135c338b34d1.patch /crun-0.19.tar.gz /crun-0.19.1.tar.gz +/crun-0.19.1.tar.xz diff --git a/crun.spec b/crun.spec index e2a84a4..b056e85 100644 --- a/crun.spec +++ b/crun.spec @@ -1,9 +1,16 @@ +%global git0 https://github.com/containers/crun + +# Used for comparing with latest upstream tag +# to decide whether to autobuild and set download_url (non-rawhide only) +%define built_tag 0.19.1 +%define built_tag_strip %(b=%{built_tag}; echo ${b:1}) + Summary: OCI runtime written in C Name: crun Version: 0.19.1 -Release: 1%{?dist} +Release: 3%{?dist} URL: https://github.com/containers/crun -Source0: %{url}/releases/download/%{version}/%{name}-%{version}.tar.gz +Source0: %{name}-%{version}.tar.xz License: GPLv2+ # We always run autogen.sh @@ -11,7 +18,7 @@ BuildRequires: autoconf BuildRequires: automake BuildRequires: gcc BuildRequires: python -BuildRequires: git +BuildRequires: git-core BuildRequires: libcap-devel BuildRequires: systemd-devel BuildRequires: yajl-devel @@ -49,6 +56,9 @@ rm -rf $RPM_BUILD_ROOT/usr/lib* %{_mandir}/man1/* %changelog +* Mon May 17 2021 Lokesh Mandvekar - 0.19.1-3 +- rebuild to fix prior build downgrades + * Fri May 07 2021 RH Container Bot - 0.19.1-1 - autobuilt 0.19.1 diff --git a/sources b/sources index afdd58b..35618cd 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (crun-0.19.1.tar.gz) = f93f79d1d63d6749bcf92d48542d9555f3ad47657c959c7c06701861d7a5a4171969f00f6dff3878286970a48aba3314c25e35c005463e606533b0ff7843d994 +SHA512 (crun-0.19.1.tar.xz) = 16619876599629c6186ecb83076268dd10715f4edde7bb129eefb94c856c3efe1259652002f600fee923be29afd1b868b47616dfd415e2447b41245cb87dcedd From cc27eff5e8cd39ed6a594cd5230c0e1081eb9842 Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Wed, 2 Jun 2021 10:45:42 -0400 Subject: [PATCH 12/26] crun-0.20-1 - bump to 0.20 Signed-off-by: Lokesh Mandvekar --- .gitignore | 1 + crun.spec | 14 ++++++++------ sources | 2 +- 3 files changed, 10 insertions(+), 7 deletions(-) diff --git a/.gitignore b/.gitignore index 6e8837a..6d1be37 100644 --- a/.gitignore +++ b/.gitignore @@ -30,3 +30,4 @@ crun-0.1.1.tar.gz /crun-0.19.tar.gz /crun-0.19.1.tar.gz /crun-0.19.1.tar.xz +/crun-0.20.tar.xz diff --git a/crun.spec b/crun.spec index b056e85..bd31aff 100644 --- a/crun.spec +++ b/crun.spec @@ -1,15 +1,14 @@ -%global git0 https://github.com/containers/crun +%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) -%define built_tag 0.19.1 -%define built_tag_strip %(b=%{built_tag}; echo ${b:1}) +%define built_tag 0.20 Summary: OCI runtime written in C Name: crun -Version: 0.19.1 -Release: 3%{?dist} -URL: https://github.com/containers/crun +Version: 0.20 +Release: 1%{?dist} +URL: %{git0} Source0: %{name}-%{version}.tar.xz License: GPLv2+ @@ -56,6 +55,9 @@ rm -rf $RPM_BUILD_ROOT/usr/lib* %{_mandir}/man1/* %changelog +* Wed Jun 02 2021 Lokesh Mandvekar - 0.20-1 +- bump to 0.20 + * Mon May 17 2021 Lokesh Mandvekar - 0.19.1-3 - rebuild to fix prior build downgrades diff --git a/sources b/sources index 35618cd..c98c3e0 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (crun-0.19.1.tar.xz) = 16619876599629c6186ecb83076268dd10715f4edde7bb129eefb94c856c3efe1259652002f600fee923be29afd1b868b47616dfd415e2447b41245cb87dcedd +SHA512 (crun-0.20.tar.xz) = 51e9a72a399b26d45475a6ef40399692bd58a65e6dd7c2101fd86db868f5f1d86e5ff8edc8f80aaeb0ad19ad33439c0b93cbb00738f69190f77d7abb7be0443a From ba801cfd6febf8091e6a444968eccaf3df26d7c8 Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Wed, 9 Jun 2021 08:44:41 -0400 Subject: [PATCH 13/26] crun-0.20.1-1 - Fixes: https://github.com/containers/crun/issues/687 Signed-off-by: Lokesh Mandvekar --- .gitignore | 1 + crun.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 6d1be37..3a3b1cd 100644 --- a/.gitignore +++ b/.gitignore @@ -31,3 +31,4 @@ crun-0.1.1.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 diff --git a/crun.spec b/crun.spec index bd31aff..e9f7a1f 100644 --- a/crun.spec +++ b/crun.spec @@ -2,11 +2,11 @@ # Used for comparing with latest upstream tag # to decide whether to autobuild and set download_url (non-rawhide only) -%define built_tag 0.20 +%define built_tag 0.20.1 Summary: OCI runtime written in C Name: crun -Version: 0.20 +Version: 0.20.1 Release: 1%{?dist} URL: %{git0} Source0: %{name}-%{version}.tar.xz @@ -55,6 +55,9 @@ rm -rf $RPM_BUILD_ROOT/usr/lib* %{_mandir}/man1/* %changelog +* Wed Jun 09 2021 Lokesh Mandvekar - 0.20.1-1 +- Fixes: https://github.com/containers/crun/issues/687 + * Wed Jun 02 2021 Lokesh Mandvekar - 0.20-1 - bump to 0.20 diff --git a/sources b/sources index c98c3e0..8e08653 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (crun-0.20.tar.xz) = 51e9a72a399b26d45475a6ef40399692bd58a65e6dd7c2101fd86db868f5f1d86e5ff8edc8f80aaeb0ad19ad33439c0b93cbb00738f69190f77d7abb7be0443a +SHA512 (crun-0.20.1.tar.xz) = 71d9eafd1dfa0442a6b34b3cd372adac7884670e42b132e61cbd6214aa7bbda525c83ce8153794c9443fd89bc201452105b07f004f88bc5b559a79662013e970 From e40e8e0c83a28b1d2825f2637db69084870744bd Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Thu, 5 Aug 2021 15:38:29 -0400 Subject: [PATCH 14/26] update macros Signed-off-by: Lokesh Mandvekar --- crun.spec | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/crun.spec b/crun.spec index e9f7a1f..d84e433 100644 --- a/crun.spec +++ b/crun.spec @@ -2,14 +2,14 @@ # Used for comparing with latest upstream tag # to decide whether to autobuild and set download_url (non-rawhide only) -%define built_tag 0.20.1 +%global built_tag 0.20.1 Summary: OCI runtime written in C Name: crun Version: 0.20.1 Release: 1%{?dist} URL: %{git0} -Source0: %{name}-%{version}.tar.xz +Source0: %{name}-%{version}-dirty.tar.xz License: GPLv2+ # We always run autogen.sh @@ -37,7 +37,7 @@ Provides: oci-runtime crun is a runtime for running OCI containers %prep -%autosetup -p1 -n %{name}-%{version} +%autosetup -p1 -n %{name}-%{version}-dirty %build ./autogen.sh @@ -47,7 +47,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 From adf71b05b28cb2764fdb72c027fe93a02e25f5b8 Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Tue, 10 Aug 2021 15:43:55 -0400 Subject: [PATCH 15/26] update BUILD dir format Signed-off-by: Lokesh Mandvekar --- crun.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crun.spec b/crun.spec index d84e433..b0220e8 100644 --- a/crun.spec +++ b/crun.spec @@ -37,7 +37,7 @@ Provides: oci-runtime crun is a runtime for running OCI containers %prep -%autosetup -p1 -n %{name}-%{version}-dirty +%autosetup -p1 -n %{name}-%{version} %build ./autogen.sh From 5c2c6a81fbd63c3eb9c870a72cd0b2ed1e8c5c08 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Tue, 10 Aug 2021 19:52:57 +0000 Subject: [PATCH 16/26] crun-0.21-1 autobuilt 0.21 Signed-off-by: RH Container Bot --- .gitignore | 1 + crun.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 3a3b1cd..5dbfab7 100644 --- a/.gitignore +++ b/.gitignore @@ -32,3 +32,4 @@ crun-0.1.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 diff --git a/crun.spec b/crun.spec index b0220e8..3a394fa 100644 --- a/crun.spec +++ b/crun.spec @@ -2,11 +2,11 @@ # Used for comparing with latest upstream tag # to decide whether to autobuild and set download_url (non-rawhide only) -%global built_tag 0.20.1 +%global built_tag 0.21 Summary: OCI runtime written in C Name: crun -Version: 0.20.1 +Version: 0.21 Release: 1%{?dist} URL: %{git0} Source0: %{name}-%{version}-dirty.tar.xz @@ -55,6 +55,9 @@ rm -rf %{buildroot}%{_usr}/lib* %{_mandir}/man1/* %changelog +* Tue Aug 10 2021 RH Container Bot - 0.21-1 +- autobuilt 0.21 + * Wed Jun 09 2021 Lokesh Mandvekar - 0.20.1-1 - Fixes: https://github.com/containers/crun/issues/687 diff --git a/sources b/sources index 8e08653..f7dcdee 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (crun-0.20.1.tar.xz) = 71d9eafd1dfa0442a6b34b3cd372adac7884670e42b132e61cbd6214aa7bbda525c83ce8153794c9443fd89bc201452105b07f004f88bc5b559a79662013e970 +SHA512 (crun-0.21.tar.xz) = 063a6329d2d1545f179e01618b4483f24466adfa73b835ebd6b06185553ea7329ba226b3119fdf5ad6ae828f8907a9b79606a9c50bb2769410ae9a89f1b287c8 From 83ca19aef84166b4ec715486350053ae95f9ce7f Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Tue, 10 Aug 2021 15:59:24 -0400 Subject: [PATCH 17/26] fix tarball name Signed-off-by: Lokesh Mandvekar --- crun.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crun.spec b/crun.spec index 3a394fa..4277d24 100644 --- a/crun.spec +++ b/crun.spec @@ -9,7 +9,7 @@ Name: crun Version: 0.21 Release: 1%{?dist} URL: %{git0} -Source0: %{name}-%{version}-dirty.tar.xz +Source0: %{name}-%{version}.tar.xz License: GPLv2+ # We always run autogen.sh From 5d37be0f774b76d7f7518564f0e7fbdaf785e113 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Wed, 25 Aug 2021 17:20:43 +0000 Subject: [PATCH 18/26] crun-1.0-1 autobuilt 1.0 Signed-off-by: RH Container Bot --- .gitignore | 1 + crun.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 5dbfab7..a7cc6fe 100644 --- a/.gitignore +++ b/.gitignore @@ -33,3 +33,4 @@ crun-0.1.1.tar.gz /crun-0.20.tar.xz /crun-0.20.1.tar.xz /crun-0.21.tar.xz +/crun-1.0.tar.xz diff --git a/crun.spec b/crun.spec index 4277d24..eea6b54 100644 --- a/crun.spec +++ b/crun.spec @@ -2,11 +2,11 @@ # Used for comparing with latest upstream tag # to decide whether to autobuild and set download_url (non-rawhide only) -%global built_tag 0.21 +%global built_tag 1.0 Summary: OCI runtime written in C Name: crun -Version: 0.21 +Version: 1.0 Release: 1%{?dist} URL: %{git0} Source0: %{name}-%{version}.tar.xz @@ -55,6 +55,9 @@ rm -rf %{buildroot}%{_usr}/lib* %{_mandir}/man1/* %changelog +* Wed Aug 25 2021 RH Container Bot - 1.0-1 +- autobuilt 1.0 + * Tue Aug 10 2021 RH Container Bot - 0.21-1 - autobuilt 0.21 diff --git a/sources b/sources index f7dcdee..0e8e462 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (crun-0.21.tar.xz) = 063a6329d2d1545f179e01618b4483f24466adfa73b835ebd6b06185553ea7329ba226b3119fdf5ad6ae828f8907a9b79606a9c50bb2769410ae9a89f1b287c8 +SHA512 (crun-1.0.tar.xz) = d07c7971d824cabac554ae9c3011947d39973b7def58835f7e6faaf265ec6a5a23c9285f780aa0e9af35be5379f4c7184287a795505168ccaef3903f98ddb1b0 From 5b9d3c95da52d9b7fe12f3391695c0eab43589c9 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Mon, 27 Sep 2021 15:07:29 +0000 Subject: [PATCH 19/26] crun-1.1-1 autobuilt 1.1 Signed-off-by: RH Container Bot (cherry picked from commit 8355bc9ad0aa53eee5bf0c6106dce095128f8558) --- .gitignore | 1 + crun.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index a7cc6fe..1ad6947 100644 --- a/.gitignore +++ b/.gitignore @@ -34,3 +34,4 @@ crun-0.1.1.tar.gz /crun-0.20.1.tar.xz /crun-0.21.tar.xz /crun-1.0.tar.xz +/crun-1.1.tar.xz diff --git a/crun.spec b/crun.spec index eea6b54..8e98174 100644 --- a/crun.spec +++ b/crun.spec @@ -2,11 +2,11 @@ # Used for comparing with latest upstream tag # to decide whether to autobuild and set download_url (non-rawhide only) -%global built_tag 1.0 +%global built_tag 1.1 Summary: OCI runtime written in C Name: crun -Version: 1.0 +Version: 1.1 Release: 1%{?dist} URL: %{git0} Source0: %{name}-%{version}.tar.xz @@ -55,6 +55,9 @@ rm -rf %{buildroot}%{_usr}/lib* %{_mandir}/man1/* %changelog +* Mon Sep 27 2021 RH Container Bot - 1.1-1 +- autobuilt 1.1 + * Wed Aug 25 2021 RH Container Bot - 1.0-1 - autobuilt 1.0 diff --git a/sources b/sources index 0e8e462..5614f9c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (crun-1.0.tar.xz) = d07c7971d824cabac554ae9c3011947d39973b7def58835f7e6faaf265ec6a5a23c9285f780aa0e9af35be5379f4c7184287a795505168ccaef3903f98ddb1b0 +SHA512 (crun-1.1.tar.xz) = afb4fd2bcd4bfb5cbfe33308499495fdb4b65f3cfce54a6055e0bc69f8f9b62d19ebc66eb306abe6ce0714741241ccad427b75ac81562dfc8254d83f9d2e19f1 From 8791f5ac9edf11f9dd1026d8f2bc3a12de40a022 Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Tue, 28 Sep 2021 08:54:24 -0400 Subject: [PATCH 20/26] BR: protobuf-c-devel Signed-off-by: Lokesh Mandvekar (cherry picked from commit b101f2e9e1da16aa2d1167971ebd85e9c1839e31) --- crun.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/crun.spec b/crun.spec index 8e98174..c29c2cf 100644 --- a/crun.spec +++ b/crun.spec @@ -28,6 +28,7 @@ BuildRequires: libtool BuildRequires: go-md2man BuildRequires: make BuildRequires: glibc-static +BuildRequires: protobuf-c-devel %ifnarch %ix86 BuildRequires: criu-devel >= 3.15 %endif From 1e28697b264786f118643d61f5a8bd76a53ad5a1 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Fri, 8 Oct 2021 07:09:38 +0000 Subject: [PATCH 21/26] crun-1.2-1 autobuilt 1.2 Signed-off-by: RH Container Bot (cherry picked from commit e101b6216a0b7936cbe855ccde1ce826090f0d72) --- .gitignore | 1 + crun.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 1ad6947..b7de0e9 100644 --- a/.gitignore +++ b/.gitignore @@ -35,3 +35,4 @@ crun-0.1.1.tar.gz /crun-0.21.tar.xz /crun-1.0.tar.xz /crun-1.1.tar.xz +/crun-1.2.tar.xz diff --git a/crun.spec b/crun.spec index c29c2cf..ca8dc71 100644 --- a/crun.spec +++ b/crun.spec @@ -2,11 +2,11 @@ # Used for comparing with latest upstream tag # to decide whether to autobuild and set download_url (non-rawhide only) -%global built_tag 1.1 +%global built_tag 1.2 Summary: OCI runtime written in C Name: crun -Version: 1.1 +Version: 1.2 Release: 1%{?dist} URL: %{git0} Source0: %{name}-%{version}.tar.xz @@ -56,6 +56,9 @@ rm -rf %{buildroot}%{_usr}/lib* %{_mandir}/man1/* %changelog +* Fri Oct 08 2021 RH Container Bot - 1.2-1 +- autobuilt 1.2 + * Mon Sep 27 2021 RH Container Bot - 1.1-1 - autobuilt 1.1 diff --git a/sources b/sources index 5614f9c..96c2c2d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (crun-1.1.tar.xz) = afb4fd2bcd4bfb5cbfe33308499495fdb4b65f3cfce54a6055e0bc69f8f9b62d19ebc66eb306abe6ce0714741241ccad427b75ac81562dfc8254d83f9d2e19f1 +SHA512 (crun-1.2.tar.xz) = 44585d9854ef773c7f50f464c4c0dfcd687c6a627559a58aead1f2acfa734904f3d92a6d4454681a7a7c0295e61234e7124aa7ca8163084fa864b354f39839ae From e986983a86c2dfff25ce8317dc8df7c5184d877e Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Fri, 5 Nov 2021 07:07:24 +0000 Subject: [PATCH 22/26] crun-1.3-1 autobuilt 1.3 Signed-off-by: RH Container Bot (cherry picked from commit 4074979a66a3c1a9b7a9ecb22afdcde221d31ef6) --- .gitignore | 1 + crun.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index b7de0e9..89599d3 100644 --- a/.gitignore +++ b/.gitignore @@ -36,3 +36,4 @@ crun-0.1.1.tar.gz /crun-1.0.tar.xz /crun-1.1.tar.xz /crun-1.2.tar.xz +/crun-1.3.tar.xz diff --git a/crun.spec b/crun.spec index ca8dc71..11c2ee0 100644 --- a/crun.spec +++ b/crun.spec @@ -2,11 +2,11 @@ # Used for comparing with latest upstream tag # to decide whether to autobuild and set download_url (non-rawhide only) -%global built_tag 1.2 +%global built_tag 1.3 Summary: OCI runtime written in C Name: crun -Version: 1.2 +Version: 1.3 Release: 1%{?dist} URL: %{git0} Source0: %{name}-%{version}.tar.xz @@ -56,6 +56,9 @@ rm -rf %{buildroot}%{_usr}/lib* %{_mandir}/man1/* %changelog +* Fri Nov 05 2021 RH Container Bot - 1.3-1 +- autobuilt 1.3 + * Fri Oct 08 2021 RH Container Bot - 1.2-1 - autobuilt 1.2 diff --git a/sources b/sources index 96c2c2d..78d388d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (crun-1.2.tar.xz) = 44585d9854ef773c7f50f464c4c0dfcd687c6a627559a58aead1f2acfa734904f3d92a6d4454681a7a7c0295e61234e7124aa7ca8163084fa864b354f39839ae +SHA512 (crun-1.3.tar.xz) = d22dfca5948bd2199d51e1baedad9c67d2a3420a476afa6f2fc2238a06773b1fb2e218dd012d2b676c8b4e556ce283d259332b78ee92560f83157a1fa243631e From e42e070c9f0ad91aa83d9e1b792653090b54d7ca Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Wed, 22 Dec 2021 12:07:23 +0000 Subject: [PATCH 23/26] crun-1.4-1 autobuilt 1.4 Signed-off-by: RH Container Bot (cherry picked from commit e4b2afec9865be2e13684a2836ccda99f0cd19c4) --- .gitignore | 1 + crun.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 89599d3..402b24e 100644 --- a/.gitignore +++ b/.gitignore @@ -37,3 +37,4 @@ crun-0.1.1.tar.gz /crun-1.1.tar.xz /crun-1.2.tar.xz /crun-1.3.tar.xz +/crun-1.4.tar.xz diff --git a/crun.spec b/crun.spec index 11c2ee0..09a3c86 100644 --- a/crun.spec +++ b/crun.spec @@ -2,11 +2,11 @@ # Used for comparing with latest upstream tag # to decide whether to autobuild and set download_url (non-rawhide only) -%global built_tag 1.3 +%global built_tag 1.4 Summary: OCI runtime written in C Name: crun -Version: 1.3 +Version: 1.4 Release: 1%{?dist} URL: %{git0} Source0: %{name}-%{version}.tar.xz @@ -56,6 +56,9 @@ rm -rf %{buildroot}%{_usr}/lib* %{_mandir}/man1/* %changelog +* Wed Dec 22 2021 RH Container Bot - 1.4-1 +- autobuilt 1.4 + * Fri Nov 05 2021 RH Container Bot - 1.3-1 - autobuilt 1.3 diff --git a/sources b/sources index 78d388d..b50ef0e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (crun-1.3.tar.xz) = d22dfca5948bd2199d51e1baedad9c67d2a3420a476afa6f2fc2238a06773b1fb2e218dd012d2b676c8b4e556ce283d259332b78ee92560f83157a1fa243631e +SHA512 (crun-1.4.tar.xz) = c269d5b74471b4d0fdbf7ad0abe1ff53144bad5cfe530aed5e643fab4eafd3103fb3e28532cf1d51405d2b7dcc187a4d021e792360685ffede1a9b960b28ba20 From cf1a4983971058fa214d4d230dd1f35bfb183059 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Fri, 14 Jan 2022 10:07:27 +0000 Subject: [PATCH 24/26] crun-1.4.1-1 autobuilt 1.4.1 Signed-off-by: RH Container Bot (cherry picked from commit c5881e1cd02dced282562e0a88193705977c5b35) (cherry picked from commit 2be2f09807e64987c1adce618e40d1305ab331d0) Signed-off-by: Giuseppe Scrivano --- .gitignore | 1 + crun.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 402b24e..84b3fd0 100644 --- a/.gitignore +++ b/.gitignore @@ -38,3 +38,4 @@ crun-0.1.1.tar.gz /crun-1.2.tar.xz /crun-1.3.tar.xz /crun-1.4.tar.xz +/crun-1.4.1.tar.xz diff --git a/crun.spec b/crun.spec index 09a3c86..1be3505 100644 --- a/crun.spec +++ b/crun.spec @@ -2,11 +2,11 @@ # Used for comparing with latest upstream tag # to decide whether to autobuild and set download_url (non-rawhide only) -%global built_tag 1.4 +%global built_tag 1.4.1 Summary: OCI runtime written in C Name: crun -Version: 1.4 +Version: 1.4.1 Release: 1%{?dist} URL: %{git0} Source0: %{name}-%{version}.tar.xz @@ -56,6 +56,9 @@ rm -rf %{buildroot}%{_usr}/lib* %{_mandir}/man1/* %changelog +* Fri Jan 14 2022 RH Container Bot - 1.4.1-1 +- autobuilt 1.4.1 + * Wed Dec 22 2021 RH Container Bot - 1.4-1 - autobuilt 1.4 diff --git a/sources b/sources index b50ef0e..613a912 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (crun-1.4.tar.xz) = c269d5b74471b4d0fdbf7ad0abe1ff53144bad5cfe530aed5e643fab4eafd3103fb3e28532cf1d51405d2b7dcc187a4d021e792360685ffede1a9b960b28ba20 +SHA512 (crun-1.4.1.tar.xz) = 49b73e47863601fdbc20b0b88b6b4b8da969660a4a8edc5646b2aa5c0b5ebe9e9f48e5a542b11c7d767c965250721a13afc5e537c3922226fc9e252b05d8e7cd From 8c6868fb75c744071f032767776814418a303eb3 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Wed, 26 Jan 2022 09:07:12 +0000 Subject: [PATCH 25/26] crun-1.4.2-1 autobuilt 1.4.2 Signed-off-by: RH Container Bot (cherry picked from commit 654236e941ca7aaa3d0c50ce30f2b9e74913304e) (cherry picked from commit 1ad0319473c2658ec5f929940a5b52b8b63a3de6) --- .gitignore | 1 + crun.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 84b3fd0..7a685dc 100644 --- a/.gitignore +++ b/.gitignore @@ -39,3 +39,4 @@ crun-0.1.1.tar.gz /crun-1.3.tar.xz /crun-1.4.tar.xz /crun-1.4.1.tar.xz +/crun-1.4.2.tar.xz diff --git a/crun.spec b/crun.spec index 1be3505..78954a1 100644 --- a/crun.spec +++ b/crun.spec @@ -2,11 +2,11 @@ # Used for comparing with latest upstream tag # to decide whether to autobuild and set download_url (non-rawhide only) -%global built_tag 1.4.1 +%global built_tag 1.4.2 Summary: OCI runtime written in C Name: crun -Version: 1.4.1 +Version: 1.4.2 Release: 1%{?dist} URL: %{git0} Source0: %{name}-%{version}.tar.xz @@ -56,6 +56,9 @@ rm -rf %{buildroot}%{_usr}/lib* %{_mandir}/man1/* %changelog +* Wed Jan 26 2022 RH Container Bot - 1.4.2-1 +- autobuilt 1.4.2 + * Fri Jan 14 2022 RH Container Bot - 1.4.1-1 - autobuilt 1.4.1 diff --git a/sources b/sources index 613a912..a864b5f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (crun-1.4.1.tar.xz) = 49b73e47863601fdbc20b0b88b6b4b8da969660a4a8edc5646b2aa5c0b5ebe9e9f48e5a542b11c7d767c965250721a13afc5e537c3922226fc9e252b05d8e7cd +SHA512 (crun-1.4.2.tar.xz) = 034d7ff6b2b390a474dc9ab864c8af2cca1f990eee429332e4f6219e1b9b622dc3c9e8600c1208c2406298ef52dcdf719a4d83bf9744ccfe6b2e1c148c936bd0 From cd96e192cec891f1c63b11b6ded79885c9f45af4 Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Thu, 31 Mar 2022 13:26:19 -0400 Subject: [PATCH 26/26] crun-1.4.4-1 - Resolves: #2066845, #2070116 - Security fix for CVE-2022-27650 - bump to v1.4.4 Signed-off-by: Lokesh Mandvekar --- .gitignore | 1 + crun.spec | 10 +++++++--- sources | 2 +- 3 files changed, 9 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 7a685dc..2c8b361 100644 --- a/.gitignore +++ b/.gitignore @@ -40,3 +40,4 @@ crun-0.1.1.tar.gz /crun-1.4.tar.xz /crun-1.4.1.tar.xz /crun-1.4.2.tar.xz +/crun-1.4.4.tar.xz diff --git a/crun.spec b/crun.spec index 78954a1..98c72dc 100644 --- a/crun.spec +++ b/crun.spec @@ -2,14 +2,14 @@ # Used for comparing with latest upstream tag # to decide whether to autobuild and set download_url (non-rawhide only) -%global built_tag 1.4.2 +%global built_tag 1.4.4 Summary: OCI runtime written in C Name: crun -Version: 1.4.2 +Version: 1.4.4 Release: 1%{?dist} URL: %{git0} -Source0: %{name}-%{version}.tar.xz +Source0: %{url}/releases/download/%{version}/%{name}-%{version}.tar.xz License: GPLv2+ # We always run autogen.sh @@ -56,6 +56,10 @@ rm -rf %{buildroot}%{_usr}/lib* %{_mandir}/man1/* %changelog +* Thu Mar 31 2022 Lokesh Mandvekar - 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 - 1.4.2-1 - autobuilt 1.4.2 diff --git a/sources b/sources index a864b5f..8d8b8bd 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (crun-1.4.2.tar.xz) = 034d7ff6b2b390a474dc9ab864c8af2cca1f990eee429332e4f6219e1b9b622dc3c9e8600c1208c2406298ef52dcdf719a4d83bf9744ccfe6b2e1c148c936bd0 +SHA512 (crun-1.4.4.tar.xz) = 1756dccf6509457a5dc114d43c4f4e99258a20c3437dfe06016d080989c5d3035f5735d62d18ab537b660ec36de04df369a2582745baf4ab680af367a19830fd