Skip to content

Commit

Permalink
guestfs-tools: new, 1.53.5
Browse files Browse the repository at this point in the history
  • Loading branch information
xtexx committed Jan 12, 2025
1 parent f318279 commit 1df7c0b
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 0 deletions.
19 changes: 19 additions & 0 deletions runtime-virtualization/guestfs-tools/autobuild/defines
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
PKGNAME=guestfs-tools
PKGSEC=libs
PKGDEP="libguestfs qemu glibc cpio fuse augeas xz zstd"
BUILDDEP="ocaml gperf findlib ocaml-augeas"
PKGDES="Tools for accessing and modifying guest disk images"

# FIXME: OCaml needs to be enabled in libguestfs
AUTOTOOLS_AFTER="--disable-werror \
--enable-largefile \
--enable-nls \
--disable-rpath \
--with-libvirt \
--disable-ocaml \
PYTHON=/usr/bin/python3"

ABSPLITDBG=0

# FIXME: OCaml has LTO disabled, enabling LTO here results in linkage failure.
NOLTO=1
4 changes: 4 additions & 0 deletions runtime-virtualization/guestfs-tools/spec
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
VER=1.53.5
SRCS="git::commit=tags/v${VER}::https://github.com/libguestfs/guestfs-tools.git"
CHKSUMS="SKIP"
CHKUPDATE="anitya::id=376362"

0 comments on commit 1df7c0b

Please sign in to comment.