libguestfs: update to 1.46.0.
This commit is contained in:
parent
6089ec47be
commit
4a97167ed6
2 changed files with 5 additions and 26 deletions
|
@ -1,19 +0,0 @@
|
|||
--- a/configure 2021-01-06 11:07:19.837834801 +0100
|
||||
+++ b/configure 2021-01-06 11:07:19.837834801 +0100
|
||||
@@ -63266,7 +63266,7 @@
|
||||
else
|
||||
as_fn_error $? "/etc/os-release not available, please specify the distro using --with-distro=DISTRO" "$LINENO" 5
|
||||
fi
|
||||
-
|
||||
+fi
|
||||
if case $DISTRO in #(
|
||||
REDHAT | SUSE | OPENMANDRIVA | MAGEIA ) :
|
||||
true ;; #(
|
||||
@@ -63313,7 +63313,6 @@
|
||||
fi
|
||||
|
||||
|
||||
-fi
|
||||
|
||||
|
||||
|
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'libguestfs'
|
||||
pkgname=libguestfs
|
||||
version=1.44.1
|
||||
revision=3
|
||||
version=1.46.0
|
||||
revision=1
|
||||
_version_short=${version%.*}
|
||||
build_style=gnu-configure
|
||||
make_install_args="INSTALLDIRS=vendor"
|
||||
|
@ -14,7 +14,7 @@ configure_args="--disable-static --disable-probes --disable-appliance
|
|||
hostmakedepends="cpio gperf cdrtools flex pkg-config automake libtool qemu git
|
||||
ocaml ocaml-findlib perl-Module-Build perl hivex supermin
|
||||
$(vopt_if ruby ruby) $(vopt_if python python3) $(vopt_if go go) $(vopt_if php php) $(vopt_if lua lua53)"
|
||||
makedepends="ncurses-devel pcre-devel augeas-devel libxml2-devel gettext-devel file-devel jansson-devel
|
||||
makedepends="ncurses-devel pcre2-devel augeas-devel libxml2-devel gettext-devel file-devel jansson-devel
|
||||
yajl-devel perl libtirpc-devel $(vopt_if ruby ruby-devel) $(vopt_if python python3-devel)
|
||||
$(vopt_if php php-devel) $(vopt_if lua lua53-devel) $(vopt_if fuse fuse-devel)"
|
||||
short_desc="Access and modify virtual machine disk image"
|
||||
|
@ -22,11 +22,9 @@ maintainer="Andrea Brancaleoni <abc@pompel.me>"
|
|||
license=" GPL-2.0-or-later"
|
||||
homepage="http://libguestfs.org"
|
||||
distfiles="http://libguestfs.org/download/${_version_short}-stable/${pkgname}-${version}.tar.gz"
|
||||
checksum=72b7dcdd32da1c17c932cf5a0a70b3bd68bc93e94828ad66a539f2e616adb025
|
||||
checksum=11c5a39f241b514558f9a734b7dc1606a9b7cc5b1c8f3c5797a395547a3530ae
|
||||
|
||||
conf_files="etc/libguestfs-tools.conf
|
||||
etc/xdg/virt-builder/repos.d/libguestfs.conf
|
||||
etc/xdg/virt-builder/repos.d/libguestfs.gpg"
|
||||
conf_files="etc/libguestfs-tools.conf"
|
||||
|
||||
nocross=yes
|
||||
archs="i686* x86_64* ppc64le*"
|
||||
|
|
Loading…
Reference in a new issue