|
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 kernelcare mariadb nginx-stable nginx-mainline docker-ce postgresql 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" |
|
47 | 47 |
|
48 | 48 | Name: leapp-data-%{dist_name} |
49 | 49 | Version: 0.10 |
50 | | -Release: 6%{?dist}.%{pes_events_build_date} |
| 50 | +Release: 7%{?dist}.%{pes_events_build_date} |
51 | 51 | Summary: data for migrating tool |
52 | 52 | Group: Applications/Databases |
53 | 53 | License: ASL 2.0 |
@@ -159,6 +159,14 @@ python3 tests/check_debranding.py %{buildroot}%{_sysconfdir}/leapp/files/pes-eve |
159 | 159 |
|
160 | 160 |
|
161 | 161 | %changelog |
| 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 |
| 164 | +- Add new Vendors for 9 to 10 upgrade: |
| 165 | + - imunify Vendor |
| 166 | + - imunify360-alt-php Vendor |
| 167 | +- Vendor imunify360-alt-php update rpm GPG key |
| 168 | +- Vendors imunify and imunify360-alt-php: update packages SIGs |
| 169 | + |
162 | 170 | * Tue Oct 14 2025 Yuriy Kohut <[email protected]> - 0.10-6.20250729 |
163 | 171 | - Add new Vendors for 9 to 10 upgrade: |
164 | 172 | - Nginx Vendor |
|
0 commit comments