|  | 
| 6 | 6 | %define conflict_dists() %(for i in almalinux almalinux-kitten centos oraclelinux rocky; do if [ "${i}" != "%{dist_name}" ]; then echo -n "leapp-data-${i} "; fi; done) | 
| 7 | 7 | 
 | 
| 8 | 8 | %if 0%{?rhel} == 7 | 
| 9 |  | -%define supported_vendors epel imunify kernelcare mariadb nginx-stable nginx-mainline postgresql docker-ce imunify360-alt-php tuxcare | 
|  | 9 | +%define supported_vendors epel imunify kernelcare mariadb nginx-stable nginx-mainline postgresql docker-ce imunify360-alt-php tuxcare elevate | 
| 10 | 10 | %define target_version 8 | 
| 11 | 11 | %define dist_gpg_path distro/%{dist_name}/rpm-gpg/%{target_version} | 
| 12 | 12 | %if %{dist_name} == "almalinux" | 
|  | 
| 23 | 23 | %endif | 
| 24 | 24 | %endif | 
| 25 | 25 | %if 0%{?rhel} == 8 | 
| 26 |  | -%define supported_vendors epel kernelcare mariadb nginx-stable nginx-mainline postgresql docker-ce tuxcare | 
|  | 26 | +%define supported_vendors epel kernelcare mariadb nginx-stable nginx-mainline postgresql docker-ce tuxcare elevate | 
| 27 | 27 | %define target_version 9 | 
| 28 | 28 | %define dist_gpg_path distro/%{dist_name}/rpm-gpg/%{target_version} | 
| 29 | 29 | %if "%{dist_name}" == "almalinux" | 
|  | 
| 40 | 40 | %endif | 
| 41 | 41 | %endif | 
| 42 | 42 | %if 0%{?rhel} == 9 | 
| 43 |  | -%define supported_vendors epel imunify kernelcare mariadb nginx-stable nginx-mainline docker-ce postgresql tuxcare | 
|  | 43 | +%define supported_vendors epel imunify kernelcare mariadb nginx-stable nginx-mainline docker-ce postgresql imunify360-alt-php tuxcare elevate | 
| 44 | 44 | %define target_version 10 | 
| 45 | 45 | %define dist_gpg_path distro/%{dist_name}/rpm-gpg/%{target_version} | 
| 46 | 46 | %if "%{dist_name}" == "almalinux" | 
| @@ -172,7 +172,12 @@ python3 tests/check_debranding.py %{buildroot}%{_sysconfdir}/leapp/files/pes-eve | 
| 172 | 172 | 
 | 
| 173 | 173 | %changelog | 
| 174 | 174 | * Fri Oct 17 2025 Yuriy Kohut <ykohut@almalinux.org> - 0.9-9.20251013 | 
| 175 |  | -- Add new imunify Vendor for 9 to 10 upgrade | 
|  | 175 | +- Add new Vendor, elevate - ELevate enables upgrades between major versions of RHEL derivatives | 
|  | 176 | +- Add new Vendors for 9 to 10 upgrade: | 
|  | 177 | +  - imunify Vendor | 
|  | 178 | +  - imunify360-alt-php Vendor | 
|  | 179 | +- Vendor imunify360-alt-php update rpm GPG key | 
|  | 180 | +- Vendors imunify and imunify360-alt-php: update packages SIGs | 
| 176 | 181 | 
 | 
| 177 | 182 | * Mon Oct 13 2025 Yuriy Kohut <ykohut@almalinux.org> - 0.9-8.20251013 | 
| 178 | 183 | - Add new Vendors for 9 to 10 upgrade: | 
|  | 
0 commit comments