Accepting request 341723 from Virtualization:VMware

Update to match changes in devel project for issue in Leap (bsc#952645)

OBS-URL: https://build.opensuse.org/request/show/341723
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/open-vm-tools?expand=0&rev=64
This commit is contained in:
Dominique Leuenberger 2015-11-02 11:55:05 +00:00 committed by Git OBS Bridge
commit cc464974fb
2 changed files with 11 additions and 2 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Oct 30 15:55:45 UTC 2015 - mlatimer@suse.com
- Enable vgauth for openSUSE Leap 42.1 (bsc#952645)
-------------------------------------------------------------------
Thu Oct 22 16:34:51 UTC 2015 - mlatimer@suse.com

View File

@ -28,12 +28,16 @@
%bcond_with deploypkg
%endif
# vgauth is enabled on versions > 13.2 (which include xml-security-c and xerces-c)
%if 0%{?suse_version} > 1320
# vgauth is enabled for openSUSE Factory, Leap 42.1 and SLES12SP1 (which include xml-security-c and xerces-c)
%if 0%{?is_opensuse} && 0%{?suse_version} >= 1315 && 0%{?suse_version} != 1320
%bcond_without vgauth
%else
%if 0%{?sle_version} >= 0120100
%bcond_without vgauth
%else
%bcond_with vgauth
%endif
%endif
# exclude AMD PCnet32 LANCE pci.id from Supplements list [bnc#397554]
%define __find_supplements sh -c '/usr/lib/rpm/find-supplements %{name} | grep -v pci:v00001022d00002000'