Compare commits
No commits in common. "a8-elevate-0210" and "c8" have entirely different histories.
a8-elevate
...
c8
@ -38,6 +38,7 @@ index 51694ac2..30de0275 100644
|
|||||||
+ os_version='9'),
|
+ os_version='9'),
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
||||||
--
|
--
|
||||||
2.47.0
|
2.47.0
|
||||||
|
|
||||||
|
File diff suppressed because it is too large
Load Diff
@ -50,10 +50,9 @@ py2_byte_compile "%1" "%2"}
|
|||||||
# to create such an rpm. Instead, we are going to introduce new naming for
|
# to create such an rpm. Instead, we are going to introduce new naming for
|
||||||
# RHEL 8+ packages to be consistent with other leapp projects in future.
|
# RHEL 8+ packages to be consistent with other leapp projects in future.
|
||||||
|
|
||||||
Epoch: 1
|
|
||||||
Name: leapp-repository
|
Name: leapp-repository
|
||||||
Version: 0.21.0
|
Version: 0.21.0
|
||||||
Release: 5%{?dist}.elevate.1
|
Release: 5%{?dist}
|
||||||
Summary: Repositories for leapp
|
Summary: Repositories for leapp
|
||||||
|
|
||||||
License: ASL 2.0
|
License: ASL 2.0
|
||||||
@ -119,7 +118,6 @@ Patch0050: 0050-redhatsignedrpmcheck-Add-remediation-hint-and-URL.patch
|
|||||||
Patch0051: 0051-Update-postgresqlcheck.py.patch
|
Patch0051: 0051-Update-postgresqlcheck.py.patch
|
||||||
Patch0052: 0052-Update-repos-system_upgrade-el8toel9-actors-postgres.patch
|
Patch0052: 0052-Update-repos-system_upgrade-el8toel9-actors-postgres.patch
|
||||||
Patch0053: 0053-Fix-remediation-message-in-the-networkdeprecations-a.patch
|
Patch0053: 0053-Fix-remediation-message-in-the-networkdeprecations-a.patch
|
||||||
Patch0100: leapp-repository-0.21.0-elevate.patch
|
|
||||||
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -272,7 +270,6 @@ Requires: python3-gobject-base
|
|||||||
############# RHEL 9 dependencies (when the source system is RHEL 9) ##########
|
############# RHEL 9 dependencies (when the source system is RHEL 9) ##########
|
||||||
# Required to convert pam_userdb database from BerkeleyDB to GDBM
|
# Required to convert pam_userdb database from BerkeleyDB to GDBM
|
||||||
Requires: libdb-utils
|
Requires: libdb-utils
|
||||||
Requires: python3-distro
|
|
||||||
%endif
|
%endif
|
||||||
##################################################
|
##################################################
|
||||||
# end requirement
|
# end requirement
|
||||||
@ -342,7 +339,6 @@ Requires: python3-distro
|
|||||||
%patch -P 0051 -p1
|
%patch -P 0051 -p1
|
||||||
%patch -P 0052 -p1
|
%patch -P 0052 -p1
|
||||||
%patch -P 0053 -p1
|
%patch -P 0053 -p1
|
||||||
%patch -P 0100 -p1
|
|
||||||
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
@ -412,9 +408,6 @@ done;
|
|||||||
%dir %{custom_repositorydir}
|
%dir %{custom_repositorydir}
|
||||||
%dir %{leapp_python_sitelib}/leapp/cli/commands
|
%dir %{leapp_python_sitelib}/leapp/cli/commands
|
||||||
%config %{_sysconfdir}/leapp/files/*
|
%config %{_sysconfdir}/leapp/files/*
|
||||||
%exclude %{_sysconfdir}/leapp/files/device_driver_deprecation_data.json
|
|
||||||
%exclude %{_sysconfdir}/leapp/files/pes-events.json
|
|
||||||
%exclude %{_sysconfdir}/leapp/files/repomap.json
|
|
||||||
# uncomment to package installed configs
|
# uncomment to package installed configs
|
||||||
#%%config %%{_sysconfdir}/leapp/actor_conf.d/*
|
#%%config %%{_sysconfdir}/leapp/actor_conf.d/*
|
||||||
%{_sysconfdir}/leapp/repos.d/*
|
%{_sysconfdir}/leapp/repos.d/*
|
||||||
@ -427,10 +420,6 @@ done;
|
|||||||
# no files here
|
# no files here
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Thu Jan 23 2025 Yuriy Kohut <ykohut@almalinux.org> - 0.21.0-5.elevate.1
|
|
||||||
- Update ELevate patch:
|
|
||||||
- rabase to upstream 0.21.0-5
|
|
||||||
|
|
||||||
* Fri Jan 17 2025 Petr Stodulka <pstodulk@redhat.com> - 0.21.0-5
|
* Fri Jan 17 2025 Petr Stodulka <pstodulk@redhat.com> - 0.21.0-5
|
||||||
- Fix pes events scanner crashing when there are duplicate packages in the received instructions
|
- Fix pes events scanner crashing when there are duplicate packages in the received instructions
|
||||||
- Fix pes events scanner not respecting user’s transaction configuration
|
- Fix pes events scanner not respecting user’s transaction configuration
|
||||||
@ -439,41 +428,10 @@ done;
|
|||||||
- Minor improvements in preupgrade reports
|
- Minor improvements in preupgrade reports
|
||||||
- Resolves: RHEL-67621, RHEL-34570, RHEL-44596, RHEL-50076
|
- Resolves: RHEL-67621, RHEL-34570, RHEL-44596, RHEL-50076
|
||||||
|
|
||||||
* Thu Dec 12 2024 Yuriy Kohut <ykohut@almalinux.org> - 0.21.0-4.elevate.5
|
|
||||||
- Update ELevate patch:
|
|
||||||
- IPU workflow config actor: use distro.version() if python minor version >= 9 (like 3.9)
|
|
||||||
- Add python3-distro package to EL9's Requires
|
|
||||||
|
|
||||||
* Wed Dec 11 2024 Yuriy Kohut <ykohut@almalinux.org> - 0.21.0-4.elevate.4
|
|
||||||
- Update ELevate patch:
|
|
||||||
- drop EuroLinux support
|
|
||||||
|
|
||||||
* Fri Dec 06 2024 Yuriy Kohut <ykohut@almalinux.org> - 0.21.0-4.elevate.3
|
|
||||||
- Update ELevate patch:
|
|
||||||
- remove_upgrade_efi_entry: revert reload EFI info, boot order has changed as Leapp upgrade efi entry was removed
|
|
||||||
|
|
||||||
* Tue Dec 03 2024 Yuriy Kohut <ykohut@almalinux.org> - 0.21.0-4.elevate.2
|
|
||||||
- Update ELevate patch:
|
|
||||||
- add_arm_bootloader_workaround, remove_upgrade_efi_entry: use specific to particular OS, EFI directory location path, like /boot/efi/EFI/$distro_dir
|
|
||||||
- remove_upgrade_efi_entry: reload EFI info, boot order has changed as Leapp upgrade efi entry was removed
|
|
||||||
|
|
||||||
* Tue Nov 26 2024 Yuriy Kohut <ykohut@almalinux.org> - 0.21.0-4.elevate.1
|
|
||||||
- Update ELevate patch:
|
|
||||||
- remove 0006-ReadOfKernelArgsError-fix-the-error.patch code as it is already on upstream
|
|
||||||
- add '9.6' to supported versions
|
|
||||||
- remove '9.6' target from upgrade path until it is not released
|
|
||||||
- Add postgreSQL aarch64 packages '6c7cb6ef305d49d6' signature
|
|
||||||
- The package .spec:
|
|
||||||
- exclude data files (from /etc/leapp/files) which are part of leapp-data-*: device_driver_deprecation_data.json, pes-events.json, repomap.json
|
|
||||||
|
|
||||||
* Tue Nov 19 2024 Matej Matuska <mmatuska@redhat.com> - 0.21.0-4
|
* Tue Nov 19 2024 Matej Matuska <mmatuska@redhat.com> - 0.21.0-4
|
||||||
- Use net.naming-scheme by default
|
- Use net.naming-scheme by default
|
||||||
- Resolves: RHEL-23473
|
- Resolves: RHEL-23473
|
||||||
|
|
||||||
* Tue Nov 19 2024 Yuriy Kohut <ykohut@almalinux.org> - 0.21.0-2.elevate.4
|
|
||||||
- Update ELevate patch:
|
|
||||||
- extend update path for 8 and 8.10 with 9.5 target
|
|
||||||
|
|
||||||
* Mon Nov 18 2024 Petr Stodulka <pstodulk@redhat.com> - 0.21.0-3
|
* Mon Nov 18 2024 Petr Stodulka <pstodulk@redhat.com> - 0.21.0-3
|
||||||
- Introduce upgrade path 8.10 -> 9.6
|
- Introduce upgrade path 8.10 -> 9.6
|
||||||
- Require leapp-framework 6.0+
|
- Require leapp-framework 6.0+
|
||||||
@ -492,19 +450,6 @@ done;
|
|||||||
- Resolves: RHEL-67621, RHEL-57064, RHEL-56251, RHEL-50686, RHEL-41193
|
- Resolves: RHEL-67621, RHEL-57064, RHEL-56251, RHEL-50686, RHEL-41193
|
||||||
- Resolves: RHEL-34570, RHEL-26459, RHEL-23473, RHEL-16881, RHEL-3294
|
- Resolves: RHEL-34570, RHEL-26459, RHEL-23473, RHEL-16881, RHEL-3294
|
||||||
|
|
||||||
* Mon Oct 07 2024 Yuriy Kohut <ykohut@almalinux.org> - 0.21.0-2.elevate.3
|
|
||||||
- Update ELevate patch:
|
|
||||||
- remove '9.5' target from upgrade path until it is not released
|
|
||||||
- extend upgrade path with ability to elevate AlmaLinux to "8.7", "8.8", "8.9", "8.10" and "9.0", "9.1", "9.2", "9.3", "9.4" versions with --target option
|
|
||||||
|
|
||||||
* Thu Aug 29 2024 Yuriy Kohut <ykohut@almalinux.org> - 0.21.0-2.elevate.2
|
|
||||||
- Update ELevate patch:
|
|
||||||
- make sure 'efi_finalization_fix' step runs before 'kernelcmdlineconfig'
|
|
||||||
- fix no attribute 'Hints' error for 'leapp.reporting' module
|
|
||||||
|
|
||||||
* Thu Aug 22 2024 Yuriy Kohut <ykohut@almalinux.org> - 0.21.0-2.elevate.1
|
|
||||||
- ELevate vendors support
|
|
||||||
|
|
||||||
* Mon Aug 19 2024 Petr Stodulka <pstodulk@redhat.com> - 0.21.0-2
|
* Mon Aug 19 2024 Petr Stodulka <pstodulk@redhat.com> - 0.21.0-2
|
||||||
- Updated SPEC file to drop leapp repositories unrelated to IPU 8 -> 9
|
- Updated SPEC file to drop leapp repositories unrelated to IPU 8 -> 9
|
||||||
- Resolves: RHEL-27847
|
- Resolves: RHEL-27847
|
||||||
@ -1260,3 +1205,4 @@ done;
|
|||||||
* Wed Nov 07 2018 Petr Stodulka <pstodulk@redhat.com> - 0.3-1
|
* Wed Nov 07 2018 Petr Stodulka <pstodulk@redhat.com> - 0.3-1
|
||||||
- Initial RPM
|
- Initial RPM
|
||||||
Resolves: #1636481
|
Resolves: #1636481
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user