SHA256
1
0
forked from pool/runc

Accepting request 1187033 from Virtualization:containers

OBS-URL: https://build.opensuse.org/request/show/1187033
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/runc?expand=0&rev=63
This commit is contained in:
Dominique Leuenberger 2024-07-31 11:28:07 +00:00 committed by Git OBS Bridge
commit 67e60adac6
6 changed files with 30 additions and 23 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:3f6fed97bf5db1d4eac43b622a62379e07f3f73dd1c3e5ee5c0f82a1c960e1f7
size 1603252

View File

@ -1,17 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQJEBAABCAAuFiEEXzbGxhtUYBJKdfWmnhiqJn3bjbQFAmYNM/MQHGFzYXJhaUBz
dXNlLmNvbQAKCRCeGKomfduNtLTvEACihuWRg3CBLJuZFnV5YMkgYO1nhNfcY0TX
BJWqrjleSkyhrWWNeGPmCLGvCLzQtk+pQzC8T2lN3/y4VNIsdSUrGrMP6uSh3uKu
TF/IMBL5HJmowv+6RYcKb0kq9ta1lFR8LL63o7hn45xu5ZsnQGwEz+nI4IbrYRjr
zPyYD5GQgkjFzBeHUb5BcbGNgZ62XTyyhZgUH8D/2+X9B/xqK6RKZ+dEVD4rU/nj
rQafX4GHg+20OsmUj5AoE+nXkP98YyM33Nh9RQKNdDwS/OZ8lh24BtN4635VRINA
EsCLKZKAb9Eu0Wqs/b0k8RsWblNEg/fDPvTg8bBJI6tIldVa8K4mqk6tOYL1zZzD
33F5lhpNdstajFZuehXDHDqhDAQmJ0GAHDFeGZo7Am7wTmxSNNZ0gpo1zcWl9Y/D
xW12H/oYtMwaj3MrtmlN+Os3V4pm16FgFM6LuPAR79FrXpu1l30D1wkVvQsp5pkD
XaUxLw6kYzt5Z/PB13L7QccxojRDJtFCDf2n4DLHJWI/qFe57qYCwD0TP/gIDkOA
HE4t7UU6lygPwIbc+0Zc5S7zOI3/CBgq1IWoMiZamAEs3FzPwt4jC3Czq9zemHPU
7gyjR5rTVTJu9OOCVhyegxqD2fOxMOEKITAHrKIN+qnQkXAQ5gXeY4mHWr02tkkW
7rsh+eQR2A==
=io9I
-----END PGP SIGNATURE-----

3
runc-1.2.0-rc.2.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:293b7271196a7284a1cca1865e8e210d9c153054b0d0c04f3a69f28ca517723d
size 1607920

View File

@ -0,0 +1,11 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCAAdFiEEwkKM11cg+s3PdrbqF95ey3WhEA4FAmZ8WH4ACgkQF95ey3Wh
EA6mMwf/Zh+RldJEoFjye87UFK9OhNMZCwIKqYS4mKNRdgCfdzYq/ZGbvczwGbQQ
tUpD7UFfHlIegc1qJkOi20LtyzoE+H3bChacjn5N0hpfbfJ/NUPMgoBFxpcPS8Bp
xdyKrA4L6RwvoS6APxAfzqFoXkZ0lADxa/x46NBgxHMCXkGwofY6n/G+2ztgYEyn
hg10kG2olFK7nbmCms3xdxi2AEQ5V35SwyCtZrSnVlm/9rGtZZro8eiF4MXMYr9N
Cj/9oWy+F4ATzkQI1FoqtE5K8uhD76qFtKfJ67SuVGZhHaqLUPSuMjlF6Qlu+ziA
0YH6gwvKpvtFSejEM2l9UKYazASJMA==
=tl7E
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,16 @@
-------------------------------------------------------------------
Fri Jul 12 08:33:22 UTC 2024 - Aleksa Sarai <asarai@suse.com>
- Update to runc v1.2.0~rc2. Upstream changelog is available from
<https://github.com/opencontainers/runc/releases/tag/v1.2.0-rc.2>.
- Re-allow Go 1.22 builds for >= 1.22.4.
-------------------------------------------------------------------
Thu Apr 25 08:23:43 UTC 2024 - Aleksa Sarai <asarai@suse.com>
- Build with Go 1.21 until the upstream Go 1.22 compatibility issue gets fixed.
<https://github.com/opencontainers/runc/issues/4233>
-------------------------------------------------------------------
Fri Apr 4 05:04:27 UTC 2024 - Aleksa Sarai <asarai@suse.com>

View File

@ -26,8 +26,8 @@
Name: runc
# RPM doesn't handle semver rc releases nicely, so for rc releases we need to
# do something different.
%define upstream_version 1.2.0-rc.1
Version: 1.2.0~rc1
%define upstream_version 1.2.0-rc.2
Version: 1.2.0~rc2
Release: 0
Summary: Tool for spawning and running OCI containers
License: Apache-2.0
@ -38,7 +38,7 @@ Source1: https://github.com/opencontainers/runc/releases/download/v%{upst
Source2: runc.keyring
BuildRequires: diffutils
BuildRequires: fdupes
BuildRequires: go
BuildRequires: go >= 1.22.4
BuildRequires: go-go-md2man
BuildRequires: libseccomp-devel
BuildRequires: libselinux-devel