Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 668766 - app-emulation/libvirt-4.8.0 version bump
Summary: app-emulation/libvirt-4.8.0 version bump
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Matthias Maier
URL: https://libvirt.org/news.html
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-10-16 08:40 UTC by Thomas Stein
Modified: 2018-11-04 05:13 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Thomas Stein 2018-10-16 08:40:17 UTC
Hi Devs.

Libvirt 4.8.0 has been released a few weeks ago. Can we have an updated ebuild please? Thanks and cheers

Reproducible: Always
Comment 1 Petronio Coelho 2018-11-04 02:34:35 UTC
The patches I'm using are basically what's in -9999. I've diffed the tags in the the libvirt, libvirt-glib, and libvirt-python repos and nothing stood out dependency-wise other than the revert back to yajl. Only tested on ~amd64 with +apparmor +audit +caps +dbus +fuse +libvirtd +macvtap +nls +policykit +qemu +udev +vepa +virt-network. Compiles fine for me and my guest is running as expected. libvirt-python just gets a version bump to 4.8.0 without any changes to the ebuild.

--- /usr/portage/app-emulation/libvirt/libvirt-4.6.0-r1.ebuild	2018-08-19 16:39:16.000000000 -0300
+++ /usr/portage/app-emulation/libvirt/libvirt-4.8.0.ebuild	2018-11-02 17:52:24.786532012 -0300
@@ -90,8 +90,8 @@
 	pcap? ( >=net-libs/libpcap-1.0.0 )
 	policykit? ( >=sys-auth/polkit-0.9 )
 	qemu? (
-		>=app-emulation/qemu-0.13.0
-		dev-libs/jansson
+		>=app-emulation/qemu-1.5.0
+		dev-libs/yajl
 	)
 	rbd? ( sys-cluster/ceph )
 	sasl? ( dev-libs/cyrus-sasl )
@@ -106,7 +106,7 @@
 	virtualbox? ( || ( app-emulation/virtualbox >=app-emulation/virtualbox-bin-2.2.0 ) )
 	wireshark-plugins? ( net-analyzer/wireshark:= )
 	xen? (
-		app-emulation/xen
+		>=app-emulation/xen-4.6.0
 		app-emulation/xen-tools:=
 	)
 	udev? (
@@ -266,7 +266,7 @@
 		$(use_with phyp)
 		$(use_with policykit polkit)
 		$(use_with qemu)
-		$(use_with qemu jansson)
+		$(use_with qemu yajl)
 		$(use_with rbd storage-rbd)
 		$(use_with sasl)
 		$(use_with selinux)


--- /usr/portage/app-emulation/libvirt-glib/libvirt-glib-1.0.0-r1.ebuild	2017-04-27 07:22:02.000000000 -0300
+++ /usr/portage/app-emulation/libvirt-glib/libvirt-glib-2.0.0.ebuild	2018-11-02 18:28:03.869537085 -0300
@@ -21,7 +21,7 @@
 
 RDEPEND="
 	dev-libs/libxml2:2
-	>=app-emulation/libvirt-1.2.6:=
+	>=app-emulation/libvirt-1.2.8:=
 	>=dev-libs/glib-2.38.0:2
 	introspection? ( >=dev-libs/gobject-introspection-0.10.8:= )"
Comment 2 Larry the Git Cow gentoo-dev 2018-11-04 05:13:50 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=93da884126b854197bd055544c638007b8901b51

commit 93da884126b854197bd055544c638007b8901b51
Author:     Matthias Maier <tamiko@gentoo.org>
AuthorDate: 2018-11-04 04:58:56 +0000
Commit:     Matthias Maier <tamiko@gentoo.org>
CommitDate: 2018-11-04 05:13:29 +0000

    app-emulation/libvirt: Version bump to 4.8.0
    
    Closes: https://bugs.gentoo.org/668766
    Closes: https://bugs.gentoo.org/664164
    Closes: https://bugs.gentoo.org/666728
    Signed-off-by: Matthias Maier <tamiko@gentoo.org>
    Package-Manager: Portage-2.3.51, Repoman-2.3.11

 app-emulation/libvirt/Manifest                |   1 +
 app-emulation/libvirt/libvirt-4.6.0-r1.ebuild |   2 +-
 app-emulation/libvirt/libvirt-4.8.0.ebuild    | 382 ++++++++++++++++++++++++++
 3 files changed, 384 insertions(+), 1 deletion(-)