Commit Graph

150 Commits

Author SHA1 Message Date
Jindrich Novy
d63fca173a crun-1.19-1.el10
- update to https://github.com/containers/crun/releases/tag/1.19
- Related: RHEL-58990

Signed-off-by: Jindrich Novy <jnovy@redhat.com>
2024-12-09 06:57:12 +01:00
Jindrich Novy
3e085e1e75 crun-1.18.2-1.el10
- update to https://github.com/containers/crun/releases/tag/1.18.2
- Related: RHEL-58992

Signed-off-by: Jindrich Novy <jnovy@redhat.com>
2024-11-25 11:33:48 +01:00
Jindrich Novy
a2bcb38489 crun-1.17-1.el10
- update to https://github.com/containers/crun/releases/tag/1.17
- Related: RHEL-58992

Signed-off-by: Jindrich Novy <jnovy@redhat.com>
2024-09-16 11:57:36 +02:00
Jindrich Novy
db65e2e0f7 crun-1.16.1-1.el10
- update to https://github.com/containers/crun/releases/tag/1.16.1
- Related: RHEL-34195

Signed-off-by: Jindrich Novy <jnovy@redhat.com>
2024-08-15 13:44:37 +02:00
Jindrich Novy
9597aab346 crun-1.16-1.el10
- update to https://github.com/containers/crun/releases/tag/1.16
- Related: RHEL-34195

Signed-off-by: Jindrich Novy <jnovy@redhat.com>
2024-08-12 09:50:23 +02:00
Jindrich Novy
1d9c886738 link crun with embedded yajl statically in RHEL10
Resolves: RHEL-35583

Signed-off-by: Jindrich Novy <jnovy@redhat.com>
2024-05-09 13:57:57 +02:00
Jindrich Novy
7357e57aa6 Update to 1.15 upstream release
Upstream tag: 1.15
Upstream commit: e6eacaf4

Commit authored by Packit automation (https://packit.dev/)
2024-05-02 14:46:14 +02:00
Jindrich Novy
2164b6a9a9 crun-1.14.4-1.el10
- update to https://github.com/containers/crun/releases/tag/1.14.4
- Resolves: RHEL-34649 RHEL-30621

Signed-off-by: Jindrich Novy <jnovy@redhat.com>
2024-04-30 10:24:23 +02:00
Troy Dawson
653f0e9e3a wasmedge not in RHEL, or ELN
Signed-off-by: Troy Dawson <tdawson@redhat.com>
2024-02-15 12:57:13 -08:00
Packit
4fb0f0ab02 [packit] 1.14.1 upstream release
Upstream tag: 1.14.1
Upstream commit: de537a79
2024-02-08 18:31:15 +00:00
Packit
f0433c54af [packit] 1.14 upstream release
Upstream tag: 1.14
Upstream commit: 667e6ebd
2024-01-24 16:53:52 +00:00
Packit
8a0eba9339 [packit] 1.13 upstream release
Upstream tag: 1.13
Upstream commit: c7613497
2024-01-15 16:26:27 +00:00
Packit
2e69b59d67 [packit] 1.12 upstream release
Upstream tag: 1.12
Upstream commit: ce429cb2
2023-11-23 17:14:55 +00:00
Packit
8636b679c4 [packit] 1.11.2 upstream release
Upstream tag: 1.11.2
Upstream commit: ab0edeef
2023-11-07 12:56:06 +00:00
Packit
d92e05e194 [packit] 1.11.1 upstream release
Upstream tag: 1.11.1
Upstream commit: 1084f952
2023-10-30 20:26:00 +00:00
Packit
a055ddae3c [packit] 1.11 upstream release
Upstream tag: 1.11
Upstream commit: 11f8d3dc
2023-10-26 20:19:49 +00:00
Packit
00b0bd05e7 [packit] 1.10 upstream release
Upstream tag: 1.10
Upstream commit: c053c83c
2023-10-19 10:12:18 +00:00
Packit
fae9f7633f [packit] 1.9.2 upstream release
Upstream tag: 1.9.2
Upstream commit: 35274d34
2023-09-27 21:05:06 +00:00
Lokesh Mandvekar
612a96918e
remove krun manpage if krun not supported 2023-09-26 13:55:18 -04:00
Lokesh Mandvekar
8de06754f3
fix manpage installation 2023-09-26 13:33:15 -04:00
Packit
b9acc59939 [packit] 1.9.1 upstream release
Upstream tag: 1.9.1
Upstream commit: 1f2769e1
2023-09-26 15:29:50 +00:00
Packit
f8dd4474b1 [packit] 1.9 upstream release
Upstream tag: 1.9
Upstream commit: a538ac4e

If you need to do any change in this pull request, you need to locally fetch the source branch of it and push it (with a fix) to your fork (as it is not possible to push to the branch created in the Packit’s fork):
```
git fetch https://src.fedoraproject.org/forks/packit/rpms/crun.git refs/heads/*:refs/remotes/packit/*
git checkout packit/1.9-rawhide-update-propose_downstream
```
2023-09-07 14:03:27 +00:00
Packit
0c54bceac8 [packit] 1.8.7 upstream release
Upstream tag: 1.8.7
Upstream commit: 53a9996c

If you need to do any change in this pull request, you need to locally fetch the source branch of it and push it (with a fix) to your fork (as it is not possible to push to the branch created in the Packit’s fork):
```
git fetch https://src.fedoraproject.org/forks/packit/rpms/crun.git refs/heads/*:refs/remotes/packit/*
git checkout packit/1.8.7-rawhide-update-propose_downstream
```
2023-08-21 13:59:22 +00:00
Yaakov Selkowitz
b6961f245f Disable wasm in RHEL builds
crun-wasm is not shipped in RHEL, so avoid the build dependency by not
building it at all.
2023-08-03 23:36:19 -04:00
Giuseppe Scrivano
af069bdab7
bump to 1.8.6
Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
2023-07-27 09:52:51 +02:00
Giuseppe Scrivano
c636b7586e
bump to 1.8.5
Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
2023-05-20 21:29:36 +02:00
Giuseppe Scrivano
83c9dde998
bump to 1.8.4
Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
2023-04-13 21:24:13 +02:00
Giuseppe Scrivano
bca7bed766
bump to 1.8.3
Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
2023-03-25 08:41:13 +01:00
Giuseppe Scrivano
5dc658ac42
bump to 1.8.2
Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
2023-03-21 15:27:32 +01:00
Lokesh Mandvekar
4f9a5d69a2 migrated to SPDX license
Signed-off-by: Lokesh Mandvekar <lsm5@fedoraproject.org>
2023-03-06 16:42:00 +05:30
Giuseppe Scrivano
42d7001ab4
bump to 1.8.1
Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
2023-02-27 11:56:33 +01:00
Lokesh Mandvekar
68e76ac992 use arch: golang_arches_future
Signed-off-by: Lokesh Mandvekar <lsm5@fedoraproject.org>
2023-02-09 16:49:50 +05:30
Lokesh Mandvekar
885030c8ca bump to v1.8
Signed-off-by: Lokesh Mandvekar <lsm5@fedoraproject.org>
2023-02-02 18:44:12 +05:30
Giuseppe Scrivano
c81e179cdc
crun: add gcrypt dependency
Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
2023-01-03 15:03:51 +01:00
Giuseppe Scrivano
c14e1218f5
make criu a weak dependency
Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
2022-12-13 11:18:29 +01:00
Giuseppe Scrivano
8434a3b7bc
bump to 1.7.2
Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
2022-11-29 20:52:27 +01:00
Giuseppe Scrivano
07a7ba9e01
bump to 1.7.1
Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
2022-11-25 12:57:36 +01:00
Lokesh Mandvekar
bdd508b2f6 wasmedge present on all active Fedoras
Signed-off-by: Lokesh Mandvekar <lsm5@fedoraproject.org>
2022-11-22 09:34:59 +05:30
Lokesh Mandvekar
d68ce50deb use correct macro
Signed-off-by: Lokesh Mandvekar <lsm5@fedoraproject.org>
2022-11-16 18:19:51 +05:30
Daniel J Walsh
c587fe84e8
local build 2022-11-07 07:13:04 -05:00
Lokesh Mandvekar
f0e158812d enable wasm support
Currently, wasmedge is the only wasm provider in Fedora. That may change
with time. All wasm providers will include a `Provides: wasm-library`
which will be a hard dependency for crun along with a weak dependency
that the user can change per need.

Signed-off-by: Lokesh Mandvekar <lsm5@fedoraproject.org>
2022-11-03 18:50:17 +05:30
Troy Dawson
db6cce4e02 Add ExclusiveArch
If using golang, then you needs to use ExclusiveArch for those arches that do not have golang.
2022-10-28 15:56:02 +00:00
Lokesh Mandvekar
76df75985f Revert "auto bump to 1.6"
This reverts commit aac762a55d by
autobuilder.
2022-10-07 13:28:26 -04:00
RH Container Bot
aac762a55d auto bump to 1.6 2022-10-07 15:14:05 +00:00
Lokesh Mandvekar
263de70111 remove debbuild macros to comply with fedora guidelines
Signed-off-by: Lokesh Mandvekar <lsm5@fedoraproject.org>
2022-10-04 15:02:13 -04:00
Daniel J Walsh
613edba48b
local build 2022-09-28 14:33:22 -04:00
Lokesh Mandvekar
00068edb16 use correct tarball
Signed-off-by: Lokesh Mandvekar <lsm5@fedoraproject.org>
2022-09-07 16:01:24 -04:00
RH Container Bot
57e8839cbd auto bump to 1.6 2022-09-07 15:03:24 +00:00
Lokesh Mandvekar
590ccfd018 use easier tag macros to make both fedora and debbuild happy
Signed-off-by: Lokesh Mandvekar <lsm5@fedoraproject.org>
2022-08-17 14:48:15 -04:00
Lokesh Mandvekar
9ee26cd499 Fix debbuild maintainer and dep issues
Signed-off-by: Lokesh Mandvekar <lsm5@fedoraproject.org>
2022-08-16 14:21:36 -04:00