Skip to content

Commit 453ba7f

Browse files
fila43praiskup
authored andcommitted
RPM update broke macro in macros.in
Capitalization is not supported error: line 17: Bad Requirename: qualifiers: Requires(Pre): postgresql-server(:MODULE_COMPAT_13) Requires(pre) works.
1 parent bec682a commit 453ba7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/rpm/macros.d/macros.in

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66

77
%@NAME_SERVICE_VARNAME@_major @PGMAJORVERSION@
88

9-
%@NAME_SERVICE_VARNAME@_module_requires Requires(Pre): @NAME_SERVICE_VARNAME@-server(:MODULE_COMPAT_@PGMAJORVERSION@@MODULE_COMPAT_SUFFIX@)
9+
%@NAME_SERVICE_VARNAME@_module_requires Requires(pre): @NAME_SERVICE_VARNAME@-server(:MODULE_COMPAT_@PGMAJORVERSION@@MODULE_COMPAT_SUFFIX@)

0 commit comments

Comments
 (0)