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:
parent
e87d316b20
commit
2c1c58e2c0
3
crun-1.9.2.tar.xz
Normal file
3
crun-1.9.2.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0df37442265fc39b6aabd29a00240ff0ebd3baee872d2b2f62d8e72b1e646de0
|
||||
size 732544
|
11
crun-1.9.2.tar.xz.asc
Normal file
11
crun-1.9.2.tar.xz.asc
Normal file
@ -0,0 +1,11 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCAAdFiEEr2D8o82qberRV+o6Z+OPeouiF3IFAmUUlnUACgkQZ+OPeoui
|
||||
F3I3Rgf9HBoaXaDHsoXUkhgfZO0PDQ0myxHTYleQrJBNzv5ySqqPBa2gefFBDZ/a
|
||||
YLcxDIxtWAudprhiRYKuTTiaHLs4CGwcfsk3f3HrhjR2m9KVpCFU6qLcNruMq+8+
|
||||
5ygmpxQjrUWzLXR3QgWIXCE8oekSHtylY3R/YorlvX2/2VMVEWxxpesA2DJlDXKw
|
||||
6IGlCw5QiDVy0V2DpFNAwihgAC5OTtGctZDnO5LpikOPtK6d+QWEzowk5YCD8YMi
|
||||
qp5nhEpvFNKCjo0UDbj0KAiJbWizndPp5oCDvwpKRrLhu8J9Ix3jh3jB2Ka3ETwB
|
||||
YY592KqjnAtUSUa2+MSTtb8/O9VYRQ==
|
||||
=LJO0
|
||||
-----END PGP SIGNATURE-----
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7e35280cfa1a646b4ebdc94cc434035ab51f36a763c6268acc6aa7bbfd6ed21b
|
||||
size 731008
|
@ -1,11 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCAAdFiEEr2D8o82qberRV+o6Z+OPeouiF3IFAmT510AACgkQZ+OPeoui
|
||||
F3JP+ggAkxDCJMy735O6Bmt1JfzwSkFLTS1a5UZpVxy8Alk0tbfd1Os+ftZ1UYHh
|
||||
arnDYJf+V6uFz30Yv3uXGGyR+J/5niPi2VaTLPsZVmk8rpqzWfDAuVuHb4C1Fla4
|
||||
h2HhZTD4HJmkbHaE9ckRvNyeFb9eDJhxWsu00gnDBmRNQls27Xs5l5R1v/2XL9FG
|
||||
zlu0IZhjlqBivR7a5pE+woCDXRmbIViTZaroJB6pUlEzbmYtFqdZigfrwoa5oDlz
|
||||
i8bjSCrycsZM1pLNO27ZVQv8JcDGxY+mbjnTJ2WSWLrzDDPeV6vMNwiJUW/+P4PJ
|
||||
g4aGqGO9I/bARwA/ses9Uu6fWcoj5Q==
|
||||
=RhZF
|
||||
-----END PGP SIGNATURE-----
|
22
crun.changes
22
crun.changes
@ -1,3 +1,25 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 12 08:02:18 UTC 2023 - Dan Čermák <dcermak@suse.com>
|
||||
|
||||
- New upstream release 1.9.2:
|
||||
|
||||
* cgroup: reset the inherited cpu affinity after moving to cgroup. Old kernels
|
||||
do that automatically, but new kernels remember the affinity that was set
|
||||
before the cgroup move, so we need to reset it in order to honor the cpuset
|
||||
configuration.
|
||||
|
||||
- New upstream release 1.9.1:
|
||||
|
||||
* utils: ignore ENOTSUP when chmod a symlink. It fixes a problem on Linux 6.6
|
||||
that always refuses chmod on a symlink.
|
||||
* build: fix build on CentOS 7
|
||||
* linux: add new fallback when mount fails with EBUSY, so that there is not an
|
||||
additional tmpfs mount if not needed.
|
||||
* utils: improve error message when a directory cannot be created as a
|
||||
component of the path is already existing as a non directory.
|
||||
|
||||
- Only build with wasmedge on x86_64 & aarch64
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 11 11:29:21 UTC 2023 - Alexandre Vicenzi <alexandre.vicenzi@suse.com>
|
||||
|
||||
|
13
crun.spec
13
crun.spec
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user