Fix string quoting for rpm >= 4.16
This commit is contained in:
parent
f2a09782d5
commit
5eadbbce7e
@ -21,10 +21,10 @@
|
|||||||
|
|
||||||
%global _hardened_build 1
|
%global _hardened_build 1
|
||||||
|
|
||||||
%if "x%{?snapshot}" != x
|
%if "x%{?snapshot}" != "x"
|
||||||
%global snapshot_dot .%{snapshot}
|
%global snapshot_dot .%{snapshot}
|
||||||
%endif
|
%endif
|
||||||
%if "x%{?git_sha}" != x
|
%if "x%{?git_sha}" != "x"
|
||||||
%global git_sha_dot .%{git_sha}
|
%global git_sha_dot .%{git_sha}
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user