Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 5 additions & 4 deletions libraries/libvirt-python/libvirt-python.SlackBuild
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,11 @@
cd $(dirname $0) ; CWD=$(pwd)

PRGNAM=libvirt-python
VERSION=${VERSION:-10.10.0}
VERSION=${VERSION:-11.10.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
SRCNAM=libvirt_python

if [ -z "$ARCH" ]; then
case "$( uname -m )" in
Expand Down Expand Up @@ -63,9 +64,9 @@ set -e
rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf $PRGNAM-$VERSION
tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
cd $PRGNAM-$VERSION
rm -rf $SRCNAM-$VERSION
tar xvf $CWD/$SRCNAM-$VERSION.tar.gz
cd $SRCNAM-$VERSION
chown -R root:root .
find -L . \
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
Expand Down
6 changes: 3 additions & 3 deletions libraries/libvirt-python/libvirt-python.info
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
PRGNAM="libvirt-python"
VERSION="10.10.0"
VERSION="11.10.0"
HOMEPAGE="https://libvirt.org"
DOWNLOAD="https://download.libvirt.org/python/libvirt-python-10.10.0.tar.gz"
MD5SUM="004550e6c71f88bd56480590f54ed048"
DOWNLOAD="https://download.libvirt.org/python/libvirt_python-11.10.0.tar.gz"
MD5SUM="e26d71000723da8205c3953219bf10db"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="libvirt"
Expand Down
2 changes: 1 addition & 1 deletion libraries/libvirt/README
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ Have a look at the commented part of rc.libvirt for some gotchas.
Optional dependencies include avahi, xen, audit, glusterfs, numactl,
open-iscsi and libiscsi.

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

Note also that sometimes, in consequence of a major-version upgrade,
Expand Down
2 changes: 1 addition & 1 deletion libraries/libvirt/libvirt.SlackBuild
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
cd $(dirname $0) ; CWD=$(pwd)

PRGNAM=libvirt
VERSION=${VERSION:-10.10.0}
VERSION=${VERSION:-11.10.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
Expand Down
6 changes: 3 additions & 3 deletions libraries/libvirt/libvirt.info
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
PRGNAM="libvirt"
VERSION="10.10.0"
VERSION="11.10.0"
HOMEPAGE="http://libvirt.org"
DOWNLOAD="https://download.libvirt.org/libvirt-10.10.0.tar.xz"
MD5SUM="1ac7a0bce2d4584d293bd1d157f7c148"
DOWNLOAD="https://download.libvirt.org/libvirt-11.10.0.tar.xz"
MD5SUM="ca836331e4c66f195d09ffbc1281630d"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="yajl"
Expand Down