Skip to content

Commit

Permalink
Introduce PASST_VERSION and update RPMs
Browse files Browse the repository at this point in the history
As is already the case for other parts of the virtualization
stack like QEMU and libvirt, we want to have very precise control
over the version of passt that is used by KubeVirt. Make it
possible to lock this choice down using an environment variable.

Note that the version of passt is bumped from

  0:0.git.2022_08_04.b516d15-0.el8

to

  0:0.git.2022_08_29.60ffc5b-1.el8

in the process: this was necessary because the former is now
gone from the COPR repo. In order to make the change effective
and keep things consistent, all RPMs are updated.

Signed-off-by: Andrea Bolognani <[email protected]>
  • Loading branch information
andreabolognani committed Sep 2, 2022
1 parent 73df43e commit 1231bb5
Show file tree
Hide file tree
Showing 5 changed files with 461 additions and 694 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ deps-sync:
SYNC_VENDOR=true hack/dockerized " ./hack/dep-update.sh --sync-only && ./hack/dep-prune.sh && ./hack/bazel-generate.sh"

rpm-deps:
SYNC_VENDOR=true hack/dockerized "CUSTOM_REPO=${CUSTOM_REPO} SINGLE_ARCH=${SINGLE_ARCH} LIBVIRT_VERSION=${LIBVIRT_VERSION} QEMU_VERSION=${QEMU_VERSION} SEABIOS_VERSION=${SEABIOS_VERSION} EDK2_VERSION=${EDK2_VERSION} LIBGUESTFS_VERSION=${LIBGUESTFS_VERSION} ./hack/rpm-deps.sh"
SYNC_VENDOR=true hack/dockerized "CUSTOM_REPO=${CUSTOM_REPO} SINGLE_ARCH=${SINGLE_ARCH} LIBVIRT_VERSION=${LIBVIRT_VERSION} QEMU_VERSION=${QEMU_VERSION} SEABIOS_VERSION=${SEABIOS_VERSION} EDK2_VERSION=${EDK2_VERSION} LIBGUESTFS_VERSION=${LIBGUESTFS_VERSION} PASST_VERSION=${PASST_VERSION} ./hack/rpm-deps.sh"

verify-rpm-deps:
SYNC_VENDOR=true hack/dockerized " ./hack/verify-rpm-deps.sh"
Expand Down
Loading

0 comments on commit 1231bb5

Please sign in to comment.