Accepting request 1117136 from home:dancermak:branches:Virtualization:containers

New upstream release 1.9.2

OBS-URL: https://build.opensuse.org/request/show/1117136
OBS-URL: https://build.opensuse.org/package/show/Virtualization:containers/crun?expand=0&rev=35
This commit is contained in:
2023-10-13 06:54:47 +00:00
committed by Git OBS Bridge
parent e87d316b20
commit 2c1c58e2c0
6 changed files with 44 additions and 19 deletions

View File

@@ -15,17 +15,20 @@
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
%ifarch x86_64 aarch64
%define with_wasmedge 1
%else
%define with_wasmedge 0
%endif
Name: crun
Version: 1.9
Version: 1.9.2
Release: 0
Summary: OCI runtime written in C
License: GPL-2.0-or-later
URL: https://github.com/containers/crun
Source0: https://github.com/containers/crun/releases/download/%{version}/%{name}-%{version}.tar.xz
Source1: https://github.com/containers/crun/releases/download/%{version}/%{name}-%{version}.tar.xz.asc
Source0: %{URL}/releases/download/%{version}/%{name}-%{version}.tar.xz
Source1: %{URL}/releases/download/%{version}/%{name}-%{version}.tar.xz.asc
Source2: crun.keyring
# We always run autogen.sh
BuildRequires: autoconf
@@ -76,7 +79,7 @@ export WASMEDGE="--with-wasmedge"
# - it would be nice to enable the test-suite, but seems to behave (and fail!)
# differently when run inside of an OBS worker, with respect to when it's
# run manually on the host... Need to investigate more.
#%check
%dnl %check
#make test-suite.log
%install