[rpmlint fixup] mariadb10.11.spec:1: W: macro-in-comment %{name}

This commit is contained in:
Michal Schorm 2024-06-06 23:06:28 +02:00
parent f381735532
commit 10d1470801

View File

@ -1,4 +1,4 @@
# Plain package name for cases, where %{name} differs (e.g. for versioned packages)
# Plain package name for cases, where %%{name} differs (e.g. for versioned packages)
%global majorname mariadb
%define package_version 10.11.6
%define majorversion %(echo %{package_version} | cut -d'.' -f1-2 )