We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3aad06b + 3d64d1e commit 115fb14Copy full SHA for 115fb14
1 file changed
leapp-data.spec
@@ -26,16 +26,16 @@
26
%define supported_vendors epel kernelcare mariadb nginx-stable nginx-mainline postgresql docker-ce
27
%define target_version 9
28
%define dist_gpg_path distro/%{dist_name}/rpm-gpg/%{target_version}
29
-%if %{dist_name} == "almalinux"
+%if "%{dist_name}" == "almalinux"
30
%define gpg_key RPM-GPG-KEY-AlmaLinux-9
31
%endif
32
-%if %{dist_name} == "centos"
+%if "%{dist_name}" == "centos"
33
%define gpg_key RPM-GPG-KEY-CentOS-Official RPM-GPG-KEY-CentOS-SIG-Extras
34
35
-%if %{dist_name} == "oraclelinux"
+%if "%{dist_name}" == "oraclelinux"
36
%define gpg_key RPM-GPG-KEY-oracle-ol9
37
38
-%if %{dist_name} == "rocky"
+%if "%{dist_name}" == "rocky"
39
%define gpg_key RPM-GPG-KEY-Rocky-9
40
41
0 commit comments