- Enable vgauth for openSUSE Leap 42.1
OBS-URL: https://build.opensuse.org/package/show/Virtualization:VMware/open-vm-tools?expand=0&rev=321
This commit is contained in:
parent
24be693943
commit
2700d026c4
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 30 15:55:45 UTC 2015 - mlatimer@suse.com
|
||||
|
||||
- Enable vgauth for openSUSE Leap 42.1
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 22 16:34:51 UTC 2015 - mlatimer@suse.com
|
||||
|
||||
|
@ -28,8 +28,9 @@
|
||||
%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)
|
||||
# but not openSUSE13.2 or below (which do not provide xml-security-c and xerces-c)
|
||||
%if 0%{?suse_version} >= 1315 && 0%{?suse_version} != 1320
|
||||
%bcond_without vgauth
|
||||
%else
|
||||
%bcond_with vgauth
|
||||
|
Loading…
Reference in New Issue
Block a user