Accepting request 576372 from Virtualization:VMware

OBS-URL: https://build.opensuse.org/request/show/576372
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/open-vm-tools?expand=0&rev=76
This commit is contained in:
Dominique Leuenberger 2018-02-14 09:52:24 +00:00 committed by Git OBS Bridge
commit 0d0fee989d
2 changed files with 21 additions and 1 deletions

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Tue Feb 13 17:23:20 UTC 2018 - dimstar@opensuse.org
- Stop depending on the meta-package xorg-x11-devel as
BuildRequires, but use the explicit module names configure is
looking for: pkgconfig(sm), pkgconfig(xcomposite),
pkgconfig(xext), pkgconfig(xi), pkgconfig(xinerama),
pkgconfig(xrandr), pkgconfig(xrender) and pkgconfig(xtst).
-------------------------------------------------------------------
Thu Dec 21 00:40:51 UTC 2017 - mlatimer@suse.com

View File

@ -1,7 +1,7 @@
#
# spec file for package open-vm-tools
#
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2010 Dominique Leuenberger, Amsterdam, Netherlands.
#
# All modifications and additions to the file contributed by third parties
@ -98,7 +98,18 @@ BuildRequires: pam-devel
BuildRequires: pcre-devel
BuildRequires: procps-devel
BuildRequires: update-desktop-files
%if 0%{?suse_version} >= 1330
BuildRequires: pkgconfig(sm)
BuildRequires: pkgconfig(xcomposite)
BuildRequires: pkgconfig(xext)
BuildRequires: pkgconfig(xi)
BuildRequires: pkgconfig(xinerama)
BuildRequires: pkgconfig(xrandr)
BuildRequires: pkgconfig(xrender)
BuildRequires: pkgconfig(xtst)
%else
BuildRequires: xorg-x11-devel
%endif
%if %{with vgauth}
# vgauth requires xerces-c and xml-security-c
BuildRequires: xml-security-c-devel