From 49f66a49ea8189075908432e36f48a197eeb7c13 Mon Sep 17 00:00:00 2001 From: Jindrich Novy Date: Mon, 19 Feb 2024 16:29:39 +0100 Subject: [PATCH] crun-1.14.3-2.el8 - remove BR libgcrypt-devel, no longer needed - Related: Jira:RHEL-2110 Signed-off-by: Jindrich Novy --- crun.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/crun.spec b/crun.spec index df6a170..862dfb2 100644 --- a/crun.spec +++ b/crun.spec @@ -1,7 +1,7 @@ Summary: OCI runtime written in C Name: crun Version: 1.14.3 -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 @@ -22,7 +22,6 @@ BuildRequires: criu-devel BuildRequires: python3-libmount BuildRequires: libtool BuildRequires: /usr/bin/go-md2man -BuildRequires: libgcrypt-devel Provides: oci-runtime Recommends: criu >= 3.17.1 Recommends: criu-libs @@ -50,6 +49,10 @@ rm -rf %{buildroot}%{_prefix}/lib* %{_mandir}/man1/* %changelog +* Mon Feb 19 2024 Jindrich Novy - 1.14.3-2 +- remove BR libgcrypt-devel, no longer needed +- Related: Jira:RHEL-2110 + * Mon Feb 19 2024 Jindrich Novy - 1.14.3-1 - update to https://github.com/containers/crun/releases/tag/1.14.3 - Related: Jira:RHEL-2110