Skip to content

Commit

Permalink
rpm: Introduce LIBGUESTFSTOOLS_VERSION
Browse files Browse the repository at this point in the history
The tools are developed and released separately from the library
these days, so we need to be able to pin different version
numbers.

Signed-off-by: Andrea Bolognani <[email protected]>
  • Loading branch information
andreabolognani committed Oct 27, 2022
1 parent 207cfbf commit 1b5551e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion hack/rpm-deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ QEMU_VERSION=${QEMU_VERSION:-15:6.2.0-5.module_el8.6.0+1087+b42c8331}
SEABIOS_VERSION=${SEABIOS_VERSION:-0:1.15.0-1.module_el8.6.0+1087+b42c8331}
EDK2_VERSION=${EDK2_VERSION:-0:20220126gitbb1bba3d77-2.el8}
LIBGUESTFS_VERSION=${LIBGUESTFS_VERSION:-1:1.44.0-5.module_el8.6.0+1087+b42c8331}
LIBGUESTFSTOOLS_VERSION=${LIBGUESTFSTOOLS_VERSION:-1:1.44.0-5.module_el8.6.0+1087+b42c8331}
PASST_VERSION=${PASST_VERSION:-0:0.git.2022_08_29.60ffc5b-1.el8}
SINGLE_ARCH=${SINGLE_ARCH:-""}

Expand Down Expand Up @@ -125,7 +126,8 @@ handlerbase_extra="

libguestfstools_main="
file
libguestfs-tools-${LIBGUESTFS_VERSION}
libguestfs-${LIBGUESTFS_VERSION}
libguestfs-tools-${LIBGUESTFSTOOLS_VERSION}
libvirt-daemon-driver-qemu-${LIBVIRT_VERSION}
qemu-kvm-core-${QEMU_VERSION}
seabios-${SEABIOS_VERSION}
Expand Down

0 comments on commit 1b5551e

Please sign in to comment.