Mike Latimer 2015-10-30 18:36:04 +00:00 committed by Git OBS Bridge
parent f058752c31
commit cc76d9dc7b

View File

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