[libvirt] [PATCH glib] Add missing dep on intltool

Daniel P. Berrange berrange at redhat.com
Fri Nov 4 17:31:29 UTC 2016


Libvirt-glib requires intltool at build time. Previously it
was pulled in transitively via another RPM dependancy. As of
Fedora 26, this no longer happens, exposing the missing RPM
dep.

Signed-off-by: Daniel P. Berrange <berrange at redhat.com>
---

Pushed as a build fix for rawhide

 libvirt-glib.spec.in | 1 +
 1 file changed, 1 insertion(+)

diff --git a/libvirt-glib.spec.in b/libvirt-glib.spec.in
index 2ec8337..a1ca11f 100644
--- a/libvirt-glib.spec.in
+++ b/libvirt-glib.spec.in
@@ -37,6 +37,7 @@ BuildRequires: libtool
 %if %{with_vala}
 BuildRequires: vala-tools
 %endif
+BuildRequires: intltool
 
 %package devel
 Group: Development/Libraries
-- 
2.9.3




More information about the libvir-list mailing list