Accepting request 1088671 from home:aplanas:branches:security

Fix missing ? in macro

OBS-URL: https://build.opensuse.org/request/show/1088671
OBS-URL: https://build.opensuse.org/package/show/security/tpm2.0-abrmd?expand=0&rev=74
This commit is contained in:
Alberto Planas 2023-05-23 13:55:07 +00:00 committed by Git OBS Bridge
parent be96b17c89
commit 86346a0423

View File

@ -20,7 +20,7 @@
%global modulename tabrmd %global modulename tabrmd
# the auto activation is not whitelisted for <= SLE12-SP3 (includes # the auto activation is not whitelisted for <= SLE12-SP3 (includes
# ALP in the with %{suse_version} # ALP in the with %{suse_version}
%if 0%{?sle_version} > 120300 || 0%{?is_opensuse} || 0%{suse_version} >= 1600 %if 0%{?sle_version} > 120300 || 0%{?is_opensuse} || 0%{?suse_version} >= 1600
%define install_dbus_files 1 %define install_dbus_files 1
%endif %endif
# selinux only for Tumbleweed for now # selinux only for Tumbleweed for now