Skip to content

Commit 01b5040

Browse files
committed
spec: Quote words on both sides of string comparisons
With RPM 4.16, so-called "bare words" are no longer supported for comparisons. Quoting on both sides works fine for all versions of RPM and debbuild, so do that instead.
1 parent 644466c commit 01b5040

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

debbuild-macros.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Version: 0.0.4
66
Release: 0%{?dist}
77
Summary: Various macros for extending debbuild functionality
88

9-
%if %{_vendor} == "debbuild"
9+
%if "%{_vendor}" == "debbuild"
1010
Group: devel
1111
Packager: debbuild developers <https://github.com/debbuild/debbuild>
1212
License: MIT and LGPL-2.1+ and Apache-2.0 and GPL-2.0+

0 commit comments

Comments
 (0)