Skip to content

Commit 7b8ba0f

Browse files
author
Alan
committed
MOD: upgrade libvirt and libvirt-python to 11.10.0
1 parent 8dbaaae commit 7b8ba0f

File tree

5 files changed

+13
-12
lines changed

5 files changed

+13
-12
lines changed

libraries/libvirt-python/libvirt-python.SlackBuild

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,11 @@
2525
cd $(dirname $0) ; CWD=$(pwd)
2626

2727
PRGNAM=libvirt-python
28-
VERSION=${VERSION:-10.10.0}
28+
VERSION=${VERSION:-11.10.0}
2929
BUILD=${BUILD:-1}
3030
TAG=${TAG:-_SBo}
3131
PKGTYPE=${PKGTYPE:-tgz}
32+
SRCNAM=libvirt_python
3233

3334
if [ -z "$ARCH" ]; then
3435
case "$( uname -m )" in
@@ -63,9 +64,9 @@ set -e
6364
rm -rf $PKG
6465
mkdir -p $TMP $PKG $OUTPUT
6566
cd $TMP
66-
rm -rf $PRGNAM-$VERSION
67-
tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
68-
cd $PRGNAM-$VERSION
67+
rm -rf $SRCNAM-$VERSION
68+
tar xvf $CWD/$SRCNAM-$VERSION.tar.gz
69+
cd $SRCNAM-$VERSION
6970
chown -R root:root .
7071
find -L . \
7172
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \

libraries/libvirt-python/libvirt-python.info

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
PRGNAM="libvirt-python"
2-
VERSION="10.10.0"
2+
VERSION="11.10.0"
33
HOMEPAGE="https://libvirt.org"
4-
DOWNLOAD="https://download.libvirt.org/python/libvirt-python-10.10.0.tar.gz"
5-
MD5SUM="004550e6c71f88bd56480590f54ed048"
4+
DOWNLOAD="https://download.libvirt.org/python/libvirt_python-11.10.0.tar.gz"
5+
MD5SUM="e26d71000723da8205c3953219bf10db"
66
DOWNLOAD_x86_64=""
77
MD5SUM_x86_64=""
88
REQUIRES="libvirt"

libraries/libvirt/README

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ Have a look at the commented part of rc.libvirt for some gotchas.
4949
Optional dependencies include avahi, xen, audit, glusterfs, numactl,
5050
open-iscsi and libiscsi.
5151

52-
As of the 4.5.0 version, you may have to remove any previously
52+
As of the 4.5.0 version, you may have to remove any previously
5353
installed version of libvirt before this will build.
5454

5555
Note also that sometimes, in consequence of a major-version upgrade,

libraries/libvirt/libvirt.SlackBuild

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
cd $(dirname $0) ; CWD=$(pwd)
1111

1212
PRGNAM=libvirt
13-
VERSION=${VERSION:-10.10.0}
13+
VERSION=${VERSION:-11.10.0}
1414
BUILD=${BUILD:-1}
1515
TAG=${TAG:-_SBo}
1616
PKGTYPE=${PKGTYPE:-tgz}

libraries/libvirt/libvirt.info

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
PRGNAM="libvirt"
2-
VERSION="10.10.0"
2+
VERSION="11.10.0"
33
HOMEPAGE="http://libvirt.org"
4-
DOWNLOAD="https://download.libvirt.org/libvirt-10.10.0.tar.xz"
5-
MD5SUM="1ac7a0bce2d4584d293bd1d157f7c148"
4+
DOWNLOAD="https://download.libvirt.org/libvirt-11.10.0.tar.xz"
5+
MD5SUM="ca836331e4c66f195d09ffbc1281630d"
66
DOWNLOAD_x86_64=""
77
MD5SUM_x86_64=""
88
REQUIRES="yajl"

0 commit comments

Comments
 (0)