- bsc#1058666 - virt-manager has a dependency on

typelib(AppIndicator3) = 0.1
  virt-manager.spec

OBS-URL: https://build.opensuse.org/package/show/Virtualization/virt-manager?expand=0&rev=364
This commit is contained in:
Charles Arnold 2017-09-14 17:56:47 +00:00 committed by Git OBS Bridge
parent 000254c033
commit 9fa3d17bf8
2 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Thu Sep 14 11:51:22 MDT 2017 - carnold@suse.com
- bsc#1058666 - virt-manager has a dependency on
typelib(AppIndicator3) = 0.1
virt-manager.spec
-------------------------------------------------------------------
Tue Aug 29 15:47:17 MDT 2017 - carnold@suse.com

View File

@ -132,7 +132,7 @@ Requires: python-urlgrabber
Requires: typelib(LibvirtGLib)
BuildRequires: gobject-introspection
# No AppIndicator package on SLE
%if %{?is_opensuse:0}%{!?is_opensuse:1}
%if 0%{?is_opensuse} == 0
%define __requires_exclude typelib\\(AppIndicator3\\)
%endif