Accepting request 576360 from home:dimstar:Factory

- 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).

https://lists.opensuse.org/opensuse-factory/2018-02/msg00272.html

OBS-URL: https://build.opensuse.org/request/show/576360
OBS-URL: https://build.opensuse.org/package/show/Virtualization:VMware/open-vm-tools?expand=0&rev=355
This commit is contained in:
Mike Latimer 2018-02-13 19:14:57 +00:00 committed by Git OBS Bridge
parent 5fa4638798
commit 9e1d6ece81
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