Fix string quoting for rpm >= 4.16

This commit is contained in:
Björn Esser 2020-04-02 13:09:18 +02:00
parent f2a09782d5
commit 5eadbbce7e
No known key found for this signature in database
GPG Key ID: F52E98007594C21D
1 changed files with 2 additions and 2 deletions

View File

@ -21,10 +21,10 @@
%global _hardened_build 1
%if "x%{?snapshot}" != x
%if "x%{?snapshot}" != "x"
%global snapshot_dot .%{snapshot}
%endif
%if "x%{?git_sha}" != x
%if "x%{?git_sha}" != "x"
%global git_sha_dot .%{git_sha}
%endif