|
6 | 6 | %define conflict_dists() %(for i in almalinux almalinux-kitten centos; 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" |
|
17 | 17 | %endif |
18 | 18 | %endif |
19 | 19 | %if 0%{?rhel} == 8 |
20 | | -%define supported_vendors epel kernelcare mariadb nginx-stable nginx-mainline postgresql docker-ce tuxcare |
| 20 | +%define supported_vendors epel kernelcare mariadb nginx-stable nginx-mainline postgresql docker-ce tuxcare elevate |
21 | 21 | %define target_version 9 |
22 | 22 | %define dist_gpg_path distro/%{dist_name}/rpm-gpg/%{target_version} |
23 | 23 | %if "%{dist_name}" == "almalinux" |
|
28 | 28 | %endif |
29 | 29 | %endif |
30 | 30 | %if 0%{?rhel} == 9 |
31 | | -%define supported_vendors epel imunify kernelcare mariadb nginx-stable nginx-mainline docker-ce postgresql imunify360-alt-php tuxcare |
| 31 | +%define supported_vendors epel imunify kernelcare mariadb nginx-stable nginx-mainline docker-ce postgresql imunify360-alt-php tuxcare elevate |
32 | 32 | %define target_version 10 |
33 | 33 | %define dist_gpg_path distro/%{dist_name}/rpm-gpg/%{target_version} |
34 | 34 | %if "%{dist_name}" == "almalinux" |
@@ -160,9 +160,12 @@ python3 tests/check_debranding.py %{buildroot}%{_sysconfdir}/leapp/files/pes-eve |
160 | 160 |
|
161 | 161 | %changelog |
162 | 162 | * Fri Oct 17 2025 Yuriy Kohut <[email protected]> - 0.10-7.20250729 |
| 163 | +- Add new Vendor, elevate - ELevate enables upgrades between major versions of RHEL derivatives |
163 | 164 | - Add new Vendors for 9 to 10 upgrade: |
164 | 165 | - imunify Vendor |
165 | 166 | - imunify360-alt-php Vendor |
| 167 | +- Vendor imunify360-alt-php update rpm GPG key |
| 168 | +- Vendors imunify and imunify360-alt-php: update packages SIGs |
166 | 169 |
|
167 | 170 | * Tue Oct 14 2025 Yuriy Kohut <[email protected]> - 0.10-6.20250729 |
168 | 171 | - Add new Vendors for 9 to 10 upgrade: |
|
0 commit comments