From 67b844a2471a3da046801c4dfa9abd6fe571c955 Mon Sep 17 00:00:00 2001 From: Jindrich Novy Date: Wed, 15 Mar 2023 08:39:08 +0100 Subject: [PATCH] crun-1.6-2.el8 - update to https://github.com/containers/crun/releases/tag/1.6 - Related: #2176055 Signed-off-by: Jindrich Novy --- .gitignore | 3 +-- crun.spec | 6 +++++- gating.yaml | 6 ------ 3 files changed, 6 insertions(+), 9 deletions(-) delete mode 100644 gating.yaml diff --git a/.gitignore b/.gitignore index b834dbe..f6a3a77 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1 @@ -SOURCES/crun-1.6.tar.gz -/crun-1.6.tar.gz +/*.tar.gz diff --git a/crun.spec b/crun.spec index cdf938b..a52eea0 100644 --- a/crun.spec +++ b/crun.spec @@ -1,7 +1,7 @@ Summary: OCI runtime written in C Name: crun Version: 1.6 -Release: 1%{?dist} +Release: 2%{?dist} Source0: https://github.com/containers/%{name}/releases/download/%{version}/%{name}-%{version}.tar.gz License: GPLv2+ URL: https://github.com/containers/crun @@ -46,6 +46,10 @@ rm -rf %{buildroot}%{_prefix}/lib* %{_mandir}/man1/* %changelog +* Wed Mar 15 2023 Jindrich Novy - 1.6-2 +- update to https://github.com/containers/crun/releases/tag/1.6 +- Related: #2176055 + * Fri Sep 09 2022 Jindrich Novy - 1.6-1 - update to https://github.com/containers/crun/releases/tag/1.6 - Related: #2123641 diff --git a/gating.yaml b/gating.yaml deleted file mode 100644 index dfc23d3..0000000 --- a/gating.yaml +++ /dev/null @@ -1,6 +0,0 @@ -# recipients: jnovy, lsm5, santiago ---- !Policy -product_versions: - - rhel-9 -decision_context: osci_compose_gate -rules: []