Compare commits
33 Commits
c8
...
a8-elevate
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
27efc23a6f | ||
|
|
2f84739907 | ||
|
|
0f04b2be0c | ||
|
|
fb2067ea90 | ||
| 6bc680c702 | |||
| c23271bffe | |||
| 5600a603b3 | |||
| 717c2a4731 | |||
| 57850abeac | |||
| 0c12ecfb26 | |||
| 47983d3312 | |||
| 5e25285716 | |||
| 23a29aa1c9 | |||
| afc8883046 | |||
| 81d6380127 | |||
| bf6d221b4f | |||
| 8385b99176 | |||
| 6b5ce215b1 | |||
| 97519ae71b | |||
| 20bd4411b5 | |||
| 2d63448e48 | |||
| 09046ed604 | |||
| 94fcffdb9c | |||
| 3d5217f69d | |||
| a7c657c2b2 | |||
| 255d27546c | |||
| 9a1e34c143 | |||
| 7de04ec94d | |||
| 765e54b2e6 | |||
| 557df30e64 | |||
| f2a51df8b8 | |||
| 93f6a68056 | |||
| 4bd6dbbadd |
4
.gitignore
vendored
4
.gitignore
vendored
@ -1,2 +1,2 @@
|
|||||||
SOURCES/deps-pkgs-13.tar.gz
|
SOURCES/deps-pkgs-6.tar.gz
|
||||||
SOURCES/leapp-repository-0.24.0.tar.gz
|
SOURCES/leapp-repository-0.16.0.tar.gz
|
||||||
|
|||||||
@ -1,2 +1,2 @@
|
|||||||
3590b33b4a79ebe62f5cfa0eeca7efb41d526498 SOURCES/deps-pkgs-13.tar.gz
|
a5100971d63814c213c5245181891329578baf8d SOURCES/deps-pkgs-6.tar.gz
|
||||||
2271b92541564ebd07a038a8b45e5a33d5f8b9c9 SOURCES/leapp-repository-0.24.0.tar.gz
|
2bcc851f1344107581096a6b564375c440a4df4a SOURCES/leapp-repository-0.16.0.tar.gz
|
||||||
|
|||||||
8237
SOURCES/leapp-repository-0.16.0-elevate.patch
Normal file
8237
SOURCES/leapp-repository-0.16.0-elevate.patch
Normal file
File diff suppressed because it is too large
Load Diff
@ -2,24 +2,14 @@
|
|||||||
%global repositorydir %{leapp_datadir}/repositories
|
%global repositorydir %{leapp_datadir}/repositories
|
||||||
%global custom_repositorydir %{leapp_datadir}/custom-repositories
|
%global custom_repositorydir %{leapp_datadir}/custom-repositories
|
||||||
|
|
||||||
%define leapp_repo_deps 10
|
%define leapp_repo_deps 6
|
||||||
|
|
||||||
%if 0%{?rhel} == 7
|
%if 0%{?rhel} == 7
|
||||||
%define leapp_python_sitelib %{python2_sitelib}
|
%define leapp_python_sitelib %{python2_sitelib}
|
||||||
%define lpr_name leapp-upgrade-el7toel8
|
%define lpr_name leapp-upgrade-el7toel8
|
||||||
%define repo_shortname el7toel8
|
|
||||||
%define next_major_ver 8
|
|
||||||
%else
|
%else
|
||||||
%define leapp_python_sitelib %{python3_sitelib}
|
%define leapp_python_sitelib %{python3_sitelib}
|
||||||
%if 0%{?rhel} == 8
|
%define lpr_name leapp-upgrade-el8toel9
|
||||||
%define lpr_name leapp-upgrade-el8toel9
|
|
||||||
%define repo_shortname el8toel9
|
|
||||||
%define next_major_ver 9
|
|
||||||
%else
|
|
||||||
%define lpr_name leapp-upgrade-el9toel10
|
|
||||||
%define repo_shortname el9toel10
|
|
||||||
%define next_major_ver 10
|
|
||||||
%endif
|
|
||||||
|
|
||||||
# This drops autogenerated deps on
|
# This drops autogenerated deps on
|
||||||
# - /usr/libexec/platform-python (rhel-8 buildroot)
|
# - /usr/libexec/platform-python (rhel-8 buildroot)
|
||||||
@ -50,21 +40,22 @@ 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.24.0
|
Version: 0.16.0
|
||||||
Release: 1%{?dist}
|
Release: 6%{?dist}.elevate.21
|
||||||
Summary: Repositories for leapp
|
Summary: Repositories for leapp
|
||||||
|
|
||||||
License: ASL 2.0
|
License: ASL 2.0
|
||||||
URL: https://oamg.github.io/leapp/
|
URL: https://oamg.github.io/leapp/
|
||||||
Source0: https://github.com/oamg/%{name}/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
|
Source0: https://github.com/oamg/leapp-repository/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
|
||||||
Source1: deps-pkgs-13.tar.gz
|
Source1: deps-pkgs-6.tar.gz
|
||||||
|
|
||||||
# NOTE: Our packages must be noarch. Do no drop this in any way.
|
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
### PATCHES HERE
|
### PATCHES HERE
|
||||||
# Patch0001: filename.patch
|
|
||||||
|
## ELEVATE PATCHES HERE
|
||||||
|
Patch1000: leapp-repository-0.16.0-elevate.patch
|
||||||
|
|
||||||
%description
|
%description
|
||||||
%{summary}
|
%{summary}
|
||||||
@ -83,7 +74,7 @@ Requires: python2-leapp
|
|||||||
Obsoletes: leapp-repository-data <= 0.6.1
|
Obsoletes: leapp-repository-data <= 0.6.1
|
||||||
Provides: leapp-repository-data <= 0.6.1
|
Provides: leapp-repository-data <= 0.6.1
|
||||||
|
|
||||||
# Former leapp subpackage that is part of the sos package since RHEL 7.8
|
# Former leapp subpackage that is part of the sos package since HEL 7.8
|
||||||
Obsoletes: leapp-repository-sos-plugin <= 0.10.0
|
Obsoletes: leapp-repository-sos-plugin <= 0.10.0
|
||||||
|
|
||||||
# Set the conflict to be sure this RPM is not upgraded automatically to
|
# Set the conflict to be sure this RPM is not upgraded automatically to
|
||||||
@ -93,46 +84,28 @@ Obsoletes: leapp-repository-sos-plugin <= 0.10.0
|
|||||||
Conflicts: leapp-upgrade-el8toel9
|
Conflicts: leapp-upgrade-el8toel9
|
||||||
|
|
||||||
%else
|
%else
|
||||||
######### RHEL 8+ (and newer) ############
|
######### RHEL 8 ############
|
||||||
BuildRequires: python3-devel
|
BuildRequires: python3-devel
|
||||||
Requires: python3-leapp
|
Requires: python3-leapp
|
||||||
|
|
||||||
# NOTE(pstodulk): else if / elif has been implemented quite late. as we still
|
|
||||||
# want to build on RHEL 7 too, go in the old way. Ref:
|
|
||||||
# https://github.com/rpm-software-management/rpm/issues/311
|
|
||||||
%if 0%{?rhel} == 8
|
|
||||||
######### RHEL 8 ############
|
|
||||||
|
|
||||||
# Same as the conflict above - we want to be sure our packages are untouched
|
# Same as the conflict above - we want to be sure our packages are untouched
|
||||||
# during the whole IPU process
|
# during the whole IPU process
|
||||||
Conflicts: leapp-upgrade-el7toel8
|
Conflicts: leapp-upgrade-el7toel8
|
||||||
Conflicts: leapp-upgrade-el9toel10
|
|
||||||
%else
|
|
||||||
######### RHEL 9 ############
|
|
||||||
Conflicts: leapp-upgrade-el8toel9
|
|
||||||
%endif
|
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
# IMPORTANT: every time the requirements are changed, increment number by one
|
# IMPORTANT: everytime the requirements are changed, increment number by one
|
||||||
# - same for Provides in deps subpackage
|
# - same for Provides in deps subpackage
|
||||||
Requires: leapp-repository-dependencies = %{leapp_repo_deps}
|
Requires: leapp-repository-dependencies = %{leapp_repo_deps}
|
||||||
|
|
||||||
# IMPORTANT: this is capability provided by the leapp framework rpm.
|
# IMPORTANT: this is capability provided by the leapp framework rpm.
|
||||||
# Check that 'version' instead of the real framework rpm version.
|
# Check that 'version' instead of the real framework rpm version.
|
||||||
Requires: leapp-framework >= 6.2
|
Requires: leapp-framework >= 2.2
|
||||||
|
|
||||||
# Since we provide sub-commands for the leapp utility, we expect the leapp
|
# Since we provide sub-commands for the leapp utility, we expect the leapp
|
||||||
# tool to be installed as well.
|
# tool to be installed as well.
|
||||||
Requires: leapp
|
Requires: leapp
|
||||||
|
|
||||||
# Used to determine RHEL version of a given target RHEL installation image -
|
|
||||||
# uncompressing redhat-release package from the ISO.
|
|
||||||
Requires: cpio
|
|
||||||
|
|
||||||
# Subpackage for managing fapolicyd rules for %{lpr_name} installed only if
|
|
||||||
# fapolicyd is present on the system
|
|
||||||
Requires: (%{lpr_name}-fapolicyd = %{version}-%{release} if fapolicyd)
|
|
||||||
|
|
||||||
# The leapp-repository rpm is renamed to %%{lpr_name}
|
# The leapp-repository rpm is renamed to %%{lpr_name}
|
||||||
Obsoletes: leapp-repository < 0.14.0-5
|
Obsoletes: leapp-repository < 0.14.0-5
|
||||||
Provides: leapp-repository = %{version}-%{release}
|
Provides: leapp-repository = %{version}-%{release}
|
||||||
@ -141,21 +114,13 @@ Provides: leapp-repository = %{version}-%{release}
|
|||||||
# to install "leapp-upgrade" in the official docs.
|
# to install "leapp-upgrade" in the official docs.
|
||||||
Provides: leapp-upgrade = %{version}-%{release}
|
Provides: leapp-upgrade = %{version}-%{release}
|
||||||
|
|
||||||
# Provide leapp-commands so the framework could refer to them when customers
|
|
||||||
# do not have installed particular leapp-repositories
|
|
||||||
Provides: leapp-command(answer)
|
|
||||||
Provides: leapp-command(preupgrade)
|
|
||||||
Provides: leapp-command(upgrade)
|
|
||||||
Provides: leapp-command(rerun)
|
|
||||||
Provides: leapp-command(list-runs)
|
|
||||||
|
|
||||||
|
|
||||||
%description -n %{lpr_name}
|
%description -n %{lpr_name}
|
||||||
Leapp repositories for the in-place upgrade to the next major version
|
Leapp repositories for the in-place upgrade to the next major version
|
||||||
of the Red Hat Enterprise Linux system.
|
of the Red Hat Enterprise Linux system.
|
||||||
|
|
||||||
|
|
||||||
# This metapackage should contain all RPM dependencies excluding deps on *leapp*
|
# This metapackage should contain all RPM dependencies exluding deps on *leapp*
|
||||||
# RPMs. This metapackage will be automatically replaced during the upgrade
|
# RPMs. This metapackage will be automatically replaced during the upgrade
|
||||||
# to satisfy dependencies with RPMs from target system.
|
# to satisfy dependencies with RPMs from target system.
|
||||||
%package -n %{lpr_name}-deps
|
%package -n %{lpr_name}-deps
|
||||||
@ -164,7 +129,7 @@ Summary: Meta-package with system dependencies of %{lpr_name} package
|
|||||||
# The package has been renamed, so let's obsoletes the old one
|
# The package has been renamed, so let's obsoletes the old one
|
||||||
Obsoletes: leapp-repository-deps < 0.14.0-5
|
Obsoletes: leapp-repository-deps < 0.14.0-5
|
||||||
|
|
||||||
# IMPORTANT: every time the requirements are changed, increment number by one
|
# IMPORTANT: everytime the requirements are changed, increment number by one
|
||||||
# - same for Requires in main package
|
# - same for Requires in main package
|
||||||
Provides: leapp-repository-dependencies = %{leapp_repo_deps}
|
Provides: leapp-repository-dependencies = %{leapp_repo_deps}
|
||||||
##################################################
|
##################################################
|
||||||
@ -172,16 +137,6 @@ Provides: leapp-repository-dependencies = %{leapp_repo_deps}
|
|||||||
##################################################
|
##################################################
|
||||||
Requires: dnf >= 4
|
Requires: dnf >= 4
|
||||||
Requires: pciutils
|
Requires: pciutils
|
||||||
|
|
||||||
# required to be able to format disk images with XFS file systems (default)
|
|
||||||
Requires: xfsprogs
|
|
||||||
|
|
||||||
# required to be able to format disk images with Ext4 file systems
|
|
||||||
# NOTE: this is not happening by default, but we can expact that many customers
|
|
||||||
# will want to / need to do this - especially on RHEL 7 now. Adding this deps
|
|
||||||
# as the best trade-off to resolve this problem.
|
|
||||||
Requires: e2fsprogs
|
|
||||||
|
|
||||||
%if 0%{?rhel} && 0%{?rhel} == 7
|
%if 0%{?rhel} && 0%{?rhel} == 7
|
||||||
# Required to gather system facts about SELinux
|
# Required to gather system facts about SELinux
|
||||||
Requires: libselinux-python
|
Requires: libselinux-python
|
||||||
@ -202,24 +157,6 @@ Requires: python3-requests
|
|||||||
Requires: python3-six
|
Requires: python3-six
|
||||||
# required by SELinux actors
|
# required by SELinux actors
|
||||||
Requires: policycoreutils-python-utils
|
Requires: policycoreutils-python-utils
|
||||||
# required by systemfacts, and several other actors
|
|
||||||
Requires: procps-ng
|
|
||||||
Requires: kmod
|
|
||||||
# since RHEL 8+ dracut does not have to be present on the system all the time
|
|
||||||
# and missing dracut could be killing situation for us :)
|
|
||||||
Requires: dracut
|
|
||||||
|
|
||||||
# Required to scan NetworkManagerConnection (e.g. to recognize secrets)
|
|
||||||
# NM is requested to be used on RHEL 8+ systems
|
|
||||||
Requires: NetworkManager-libnm
|
|
||||||
Requires: python3-gobject-base
|
|
||||||
|
|
||||||
%endif
|
|
||||||
|
|
||||||
%if 0%{?rhel} && 0%{?rhel} == 9
|
|
||||||
############# RHEL 9 dependencies (when the source system is RHEL 9) ##########
|
|
||||||
# Required to convert pam_userdb database from BerkeleyDB to GDBM
|
|
||||||
Requires: libdb-utils
|
|
||||||
%endif
|
%endif
|
||||||
##################################################
|
##################################################
|
||||||
# end requirement
|
# end requirement
|
||||||
@ -230,24 +167,21 @@ Requires: libdb-utils
|
|||||||
%{summary}
|
%{summary}
|
||||||
|
|
||||||
|
|
||||||
%package -n %{lpr_name}-fapolicyd
|
|
||||||
Summary: Manage fapolicyd rules for %{lpr_name} during the upgrade
|
|
||||||
|
|
||||||
Requires: fapolicyd
|
|
||||||
|
|
||||||
%description -n %{lpr_name}-fapolicyd
|
|
||||||
%{summary}
|
|
||||||
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -n %{name}-%{version}
|
%setup -n %{name}-%{version}
|
||||||
%setup -q -n %{name}-%{version} -D -T -a 1
|
%setup -q -n %{name}-%{version} -D -T -a 1
|
||||||
|
|
||||||
# APPLY PATCHES HERE
|
# APPLY PATCHES HERE
|
||||||
# %%patch -P 0001 -p1
|
%patch1000 -p1
|
||||||
|
|
||||||
|
# enforce removal of packages below during the upgrade
|
||||||
|
|
||||||
%build
|
%build
|
||||||
cp -a leapp*deps*el%{next_major_ver}.noarch.rpm repos/system_upgrade/%{repo_shortname}/files/bundled-rpms/
|
%if 0%{?rhel} == 7
|
||||||
|
cp -a leapp*deps-el8*rpm repos/system_upgrade/el7toel8/files/bundled-rpms/
|
||||||
|
%else
|
||||||
|
cp -a leapp*deps-el9*rpm repos/system_upgrade/el8toel9/files/bundled-rpms/
|
||||||
|
%endif
|
||||||
|
|
||||||
|
|
||||||
%install
|
%install
|
||||||
@ -255,18 +189,9 @@ install -m 0755 -d %{buildroot}%{custom_repositorydir}
|
|||||||
install -m 0755 -d %{buildroot}%{repositorydir}
|
install -m 0755 -d %{buildroot}%{repositorydir}
|
||||||
cp -r repos/* %{buildroot}%{repositorydir}/
|
cp -r repos/* %{buildroot}%{repositorydir}/
|
||||||
install -m 0755 -d %{buildroot}%{_sysconfdir}/leapp/repos.d/
|
install -m 0755 -d %{buildroot}%{_sysconfdir}/leapp/repos.d/
|
||||||
# NOTE(pstodulk): drop transaction dir and its content if replaced by config files before RHEL 10
|
|
||||||
install -m 0755 -d %{buildroot}%{_sysconfdir}/leapp/transaction/
|
install -m 0755 -d %{buildroot}%{_sysconfdir}/leapp/transaction/
|
||||||
install -m 0755 -d %{buildroot}%{_sysconfdir}/leapp/files/
|
install -m 0755 -d %{buildroot}%{_sysconfdir}/leapp/files/
|
||||||
install -m 0644 etc/leapp/transaction/* %{buildroot}%{_sysconfdir}/leapp/transaction
|
install -m 0644 etc/leapp/transaction/* %{buildroot}%{_sysconfdir}/leapp/transaction
|
||||||
install -m 0644 etc/leapp/files/* %{buildroot}%{_sysconfdir}/leapp/files
|
|
||||||
|
|
||||||
# install rules necessary for fapolicy
|
|
||||||
mkdir -p %{buildroot}%{_sysconfdir}/fapolicyd/rules.d/
|
|
||||||
install -m 0644 etc/fapolicyd/rules.d/31-leapp-repository.rules %{buildroot}%{_sysconfdir}/fapolicyd/rules.d
|
|
||||||
|
|
||||||
# uncomment to install existing configs if any exists
|
|
||||||
#install -m 0644 etc/leapp/actor_conf.d/* %%{buildroot}%%{_sysconfdir}/leapp/actor_conf.d
|
|
||||||
|
|
||||||
# install CLI commands for the leapp utility on the expected path
|
# install CLI commands for the leapp utility on the expected path
|
||||||
install -m 0755 -d %{buildroot}%{leapp_python_sitelib}/leapp/cli/
|
install -m 0755 -d %{buildroot}%{leapp_python_sitelib}/leapp/cli/
|
||||||
@ -275,20 +200,19 @@ rm -rf %{buildroot}%{leapp_python_sitelib}/leapp/cli/commands/tests
|
|||||||
|
|
||||||
# Remove irrelevant repositories - We don't want to ship them for the particular
|
# Remove irrelevant repositories - We don't want to ship them for the particular
|
||||||
# RHEL version
|
# RHEL version
|
||||||
for i in el7toel8 el8toel9 el9toel10;
|
%if 0%{?rhel} == 7
|
||||||
do
|
rm -rf %{buildroot}%{repositorydir}/system_upgrade/el8toel9
|
||||||
[ "$i" != "%{repo_shortname}" ] && rm -rf %{buildroot}%{repositorydir}/system_upgrade/$i
|
%else
|
||||||
done
|
rm -rf %{buildroot}%{repositorydir}/system_upgrade/el7toel8
|
||||||
|
# CloudLinux migration only supports el7 to el8
|
||||||
|
rm -rf %{buildroot}%{repositorydir}/system_upgrade/cloudlinux
|
||||||
|
%endif
|
||||||
|
|
||||||
# remove component/unit tests, Makefiles, ... stuff that related to testing only
|
# remove component/unit tests, Makefiles, ... stuff that related to testing only
|
||||||
rm -rf %{buildroot}%{repositorydir}/common/actors/testactor
|
rm -rf %{buildroot}%{repositorydir}/common/actors/testactor
|
||||||
find %{buildroot}%{repositorydir}/common -name "test.py" -delete
|
find %{buildroot}%{repositorydir}/common -name "test.py" -delete
|
||||||
rm -rf `find %{buildroot}%{repositorydir} -name "tests" -type d`
|
rm -rf `find %{buildroot}%{repositorydir} -name "tests" -type d`
|
||||||
find %{buildroot}%{repositorydir} -name "Makefile" -delete
|
find %{buildroot}%{repositorydir} -name "Makefile" -delete
|
||||||
find %{buildroot} -name "*.py.orig" -delete
|
|
||||||
# .gitkeep file is used to have a directory in the repo. but we do not want these
|
|
||||||
# files in the resulting RPM
|
|
||||||
find %{buildroot} -name .gitkeep -delete
|
|
||||||
|
|
||||||
for DIRECTORY in $(find %{buildroot}%{repositorydir}/ -mindepth 1 -maxdepth 1 -type d);
|
for DIRECTORY in $(find %{buildroot}%{repositorydir}/ -mindepth 1 -maxdepth 1 -type d);
|
||||||
do
|
do
|
||||||
@ -307,12 +231,6 @@ done;
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
|
||||||
%posttrans -n %{lpr_name}-fapolicyd
|
|
||||||
if systemctl is-active --quiet fapolicyd; then
|
|
||||||
systemctl restart fapolicyd
|
|
||||||
fi
|
|
||||||
|
|
||||||
|
|
||||||
%files -n %{lpr_name}
|
%files -n %{lpr_name}
|
||||||
%doc README.md
|
%doc README.md
|
||||||
%license LICENSE
|
%license LICENSE
|
||||||
@ -322,9 +240,6 @@ fi
|
|||||||
%dir %{repositorydir}
|
%dir %{repositorydir}
|
||||||
%dir %{custom_repositorydir}
|
%dir %{custom_repositorydir}
|
||||||
%dir %{leapp_python_sitelib}/leapp/cli/commands
|
%dir %{leapp_python_sitelib}/leapp/cli/commands
|
||||||
%config %{_sysconfdir}/leapp/files/*
|
|
||||||
# uncomment to package installed configs
|
|
||||||
#%%config %%{_sysconfdir}/leapp/actor_conf.d/*
|
|
||||||
%{_sysconfdir}/leapp/repos.d/*
|
%{_sysconfdir}/leapp/repos.d/*
|
||||||
%{_sysconfdir}/leapp/transaction/*
|
%{_sysconfdir}/leapp/transaction/*
|
||||||
%{repositorydir}/*
|
%{repositorydir}/*
|
||||||
@ -334,398 +249,19 @@ fi
|
|||||||
%files -n %{lpr_name}-deps
|
%files -n %{lpr_name}-deps
|
||||||
# no files here
|
# no files here
|
||||||
|
|
||||||
|
|
||||||
%files -n %{lpr_name}-fapolicyd
|
|
||||||
%attr(644, root, fapolicyd) %config %{_sysconfdir}/fapolicyd/rules.d/31-leapp-repository.rules
|
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Tue Feb 10 2026 Matej Matuska <mmatuska@redhat.com> - 0.24.0-1
|
* Tue Jul 16 2024 Andrew Lukoshko <alukoshko@almalinux.org> - 0.16.0-6.elevate.21
|
||||||
- Rebase to new upstream 0.24.0
|
- Fix ELS kernels detection and add TuxCare and ELevate keys
|
||||||
- Introduce new IPU path 8.10 -> 9.8
|
|
||||||
- Remove obsoleted IPU paths
|
|
||||||
- Fix the upgrade for systems with installed kernel-rt
|
|
||||||
- Enable php:8.2 module stream if enabled on the source system
|
|
||||||
- Skip check for required baseos & appstream repos when upgrading from CS 8
|
|
||||||
- Improve the error message when a problematic DNF repository definition is detected
|
|
||||||
- Process enabled DNF module-streams correctly during the upgrade
|
|
||||||
- Fix the leapp rerun command when upgrading using LiveMode
|
|
||||||
- Ignore trailing slashes when checking that required mountpoints are persistent
|
|
||||||
- Wait until filesystems defined in FSTAB are initialized and mounted when booting into the upgrade environment
|
|
||||||
- Drop inhibitor for use of LiveMode on aarch64, s390x, ppcle64 architectures
|
|
||||||
- LiveMode: Do not install RPMs that are not essential in the initramfs by default
|
|
||||||
- Added scan and checks for NVMe devices, inhibiting upgrades on known problematic setups
|
|
||||||
- Handle the upgrade on systems with NVMe-FC storage
|
|
||||||
- Migrate the UEFI configuration when converting to RHEL
|
|
||||||
- Inhibit the upgrade when converting system to a different linux distribution with enabled Secure Boot
|
|
||||||
- Resolves: RHEL-128267, RHEL-95215, RHEL-102361, RHEL-46807, RHEL-100961, RHEL-42609, RHEL-33661, RHEL-19249, RHEL-119516
|
|
||||||
|
|
||||||
* Wed Dec 17 2025 Matej Matuska <mmatuska@redhat.com> - 0.23.0-3
|
* Tue Apr 23 2024 Yuriy Kohut <ykohut@almalinux.org> - 0.16.0-6.elevate.20
|
||||||
- Fix handling of LVM and Multipath during the upgrade
|
- Add EuroLinux to the list of distributions, where grub config should be created in case if EFI
|
||||||
- Fix remediation command for making symlinks in root directory relative
|
- Update actor.py to support NVMe device enumeration
|
||||||
- Remove RPM GPG keys of the source distribution when upgrading and converting the system
|
|
||||||
- Replace distro specific packages during upgrade and conversion
|
|
||||||
- Improve error message when scanning invalid SSHD configuration
|
|
||||||
- Update the leapp data files
|
|
||||||
- Minor changes in logs and reports
|
|
||||||
- Resolves: RHEL-14712, RHEL-30447, RHEL-19247, RHEL-127066, RHEL-124923, RHEL-119516
|
|
||||||
|
|
||||||
* Thu Nov 13 2025 Karolina Kula <kkula@redhat.com> - 0.23.0-2
|
* Wed Aug 17 2022 Andrew Lukoshko <alukoshko@almalinux.org> - 0.16.0-6.elevate.2
|
||||||
- Requires leapp-framework 6.2+
|
- Fix UEFI boot entries
|
||||||
- Detect potentially harmful third party python modules for the target python version
|
|
||||||
- Fix detection of encrypted Ceph OSD containers
|
|
||||||
- Fix unlocking of LUKS devices when applied on non-rootfs file systems
|
|
||||||
- Inhibit the upgrade if pluginpath is configured explicitly in DNF
|
|
||||||
- Introduce `--target-os` option to specify target distribution for possible conversion during the upgrade
|
|
||||||
- Introduce the `--target-version` alias for the `--target` option
|
|
||||||
- Minor changes in logs and reports
|
|
||||||
- Modernize the storage initialization when booting to the upgrade environment
|
|
||||||
- Prevent sssdupdate actor from rising errors that could stop the upgrade
|
|
||||||
- Respect repomapping on CentOS-like distributions
|
|
||||||
- Respect repomapping when converting the system to different Linux distribution
|
|
||||||
- Skip empty lines when parsing dumped DNF config to prevent confusing warning log
|
|
||||||
- Cover JBoss EAP repositories for the upgrade
|
|
||||||
- Update the leapp data files
|
|
||||||
- Resolves: RHEL-25838, RHEL-35446, RHEL-69601, RHEL-71882, RHEL-90098, RHEL-120328, RHEL-123886
|
|
||||||
|
|
||||||
* Thu Aug 14 2025 Karolina Kula <kkula@redhat.com> - 0.23.0-1
|
* Wed Aug 17 2022 Andrew Lukoshko <alukoshko@almalinux.org> - 0.16.0-6.elevate
|
||||||
- Rebase to new upstream 0.23.0
|
- Apply ELevate modifications
|
||||||
- Enable in-place upgrades on CentOS Stream systems
|
|
||||||
- Introduce leapp-upgrade-el8toel9-fapolicyd subpackage with fapolicyd rules for in-place upgrades
|
|
||||||
- Ignore Red Hat subscription-manager actions on non-RHEL distros
|
|
||||||
- Update leapp upgrade data files
|
|
||||||
- Resolves: RHEL-65599, RHEL-67627
|
|
||||||
|
|
||||||
* Fri Jul 18 2025 Karolina Kula <kkula@redhat.com> - 0.22.0-5
|
|
||||||
- Fix broken bootloader on Azure hybrid images for systems previously upgraded from RHEL 7
|
|
||||||
- Load DNF configuration correctly when using DNF libraries
|
|
||||||
- Disable localpkg_gpgcheck during the upgrade if set to allow installation of bundled leapp and leapp-repository deps packages
|
|
||||||
- Add actor with recommendations for upgrade of MySQL
|
|
||||||
- The HybridImage model has been replaced by ConvertGrubenvTask
|
|
||||||
- Check the input format of the target version properly
|
|
||||||
- Resolves: RHEL-5459, RHEL-38255, RHEL-39095, RHEL-47472, RHEL-96238
|
|
||||||
|
|
||||||
* Thu Jun 05 2025 Karolina Kula <kkula@redhat.com> - 0.22.0-4
|
|
||||||
- Fix parsing of the kernel cmdline
|
|
||||||
- Require leapp data with provided_data_streams 4.0+
|
|
||||||
- Resolves: RHEL-67627
|
|
||||||
|
|
||||||
|
|
||||||
* Wed May 14 2025 Petr Stodulka <pstodulk@redhat.com> - 0.22.0-3
|
|
||||||
- Rebuild
|
|
||||||
|
|
||||||
* Tue May 13 2025 Petr Stodulka <pstodulk@redhat.com> - 0.22.0-2
|
|
||||||
- Require leapp-framework >= 6.1
|
|
||||||
- Simplified use of the LiveMode experimental feature with additional enhancements
|
|
||||||
- Fix the check of deprecated PCI devices and drivers
|
|
||||||
- Add RHEL 9.7 product certificates
|
|
||||||
- Gracefully handle CentOS OS versioning style
|
|
||||||
- Introduced the --enable-experimental-feature to simplify use of experimental features
|
|
||||||
- Manage RPM GPG keys during the upgrade respecting used linux distributions
|
|
||||||
- Minor fixes in reports
|
|
||||||
- Prevent a crach during post-upgrade phases when no custom SELinux modules needs to be migrated
|
|
||||||
- Update leapp upgrade data files
|
|
||||||
- Resolves: RHEL-53801, RHEL-77945, RHEL-84978
|
|
||||||
|
|
||||||
* Fri Feb 14 2025 Petr Stodulka <pstodulk@redhat.com> - 0.22.0-1
|
|
||||||
- Rebase to new upstream 0.22.0
|
|
||||||
- Minor updates in generated reports
|
|
||||||
- Resolves: RHEL-67621, RHEL-67719, RHEL-16881
|
|
||||||
|
|
||||||
* Wed Jan 29 2025 Petr Stodulka <pstodulk@redhat.com> - 0.21.0-6
|
|
||||||
- Raise an inhibitor if unsupported target version supplied instead of error
|
|
||||||
- Prevent a possible crash with LiveMode when adding the upgrade boot entry on systems with LVM
|
|
||||||
- Fix the bootloader workaround for upgrades on ARM machines - covering also differences on AWS
|
|
||||||
- Resolves: RHEL-67621, RHEL-51072, RHEL-41193
|
|
||||||
|
|
||||||
* 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 not respecting user’s transaction configuration
|
|
||||||
- Fix storage scanner crashing when command outputs contain colon character
|
|
||||||
- Activate LVM VGs with `--sysinit` option to correct the use in the upgrade initramfs
|
|
||||||
- Minor improvements in preupgrade reports
|
|
||||||
- Resolves: RHEL-67621, RHEL-34570, RHEL-44596, RHEL-50076
|
|
||||||
|
|
||||||
* Tue Nov 19 2024 Matej Matuska <mmatuska@redhat.com> - 0.21.0-4
|
|
||||||
- Use net.naming-scheme by default
|
|
||||||
- Resolves: RHEL-23473
|
|
||||||
|
|
||||||
* Mon Nov 18 2024 Petr Stodulka <pstodulk@redhat.com> - 0.21.0-3
|
|
||||||
- Introduce upgrade path 8.10 -> 9.6
|
|
||||||
- Require leapp-framework 6.0+
|
|
||||||
- Update leapp-deps package to satisfy leapp-framework-dependencies 6
|
|
||||||
- Add possibility to use net.naming-scheme during the upgrade
|
|
||||||
- Cap max size of the sparse files to 1TiB for storage with large amount of free space
|
|
||||||
- Enable upgrade for systems with LUKS bound to Clevis with TPM 2.0 token
|
|
||||||
- Adjust resource limitations for leapp to be able to perform the upgrade
|
|
||||||
- Fix problems with the bootloader when upgrading to RHEL 9.6 on ARM
|
|
||||||
- Fix the report when handling broken parsing of kernel cmdline
|
|
||||||
- Generate proper error message instead of ModelViolationError when parsing invalid repository definition
|
|
||||||
- Handle default kernel cmdline when multiple boot entries for the default kernel are defined
|
|
||||||
- Introduce a possibility to configure leapp actors covering RHUI on clouds
|
|
||||||
- Skip checking of (PKI) `directory-hash` dir to speedup the upgrade process and clean logs
|
|
||||||
- Update leapp upgrade data files
|
|
||||||
- Resolves: RHEL-67621, RHEL-57064, RHEL-56251, RHEL-50686, RHEL-41193
|
|
||||||
- Resolves: RHEL-34570, RHEL-26459, RHEL-23473, RHEL-16881, RHEL-3294
|
|
||||||
|
|
||||||
* 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
|
|
||||||
- Resolves: RHEL-27847
|
|
||||||
|
|
||||||
* Fri Aug 16 2024 Toshio Kuratomi <toshio@fedoraproject.org> - 0.21.0-1
|
|
||||||
- Rebase to new upstream 0.21.0
|
|
||||||
- Updated leapp data files.
|
|
||||||
- Inhibit the upgrade to RHEL 9.5 on ARM architecture due to
|
|
||||||
incompatibility between the RHEL 8 bootloader and RHEL 9.5 kernel.
|
|
||||||
- Introduce experimental upgrades in 'live' mode for the testing.
|
|
||||||
- Resolves: RHEL-27847, RHEL-52993, RHEL-45280, RHEL-49748, RHEL-52186
|
|
||||||
|
|
||||||
* Wed Jul 24 2024 Toshio Kuratomi <toshio@fedoraproject.org> - 0.20.0-5
|
|
||||||
- Improve set_systemd_services_states logging
|
|
||||||
- [IPU 7 -> 8] Fix detection of bootable device on RAID
|
|
||||||
- Fix detection of valid sshd config with internal-sftp subsystem in Leapp
|
|
||||||
- Handle a false positive GPG check error when TargetUserSpaceInfo is missing
|
|
||||||
- Fix failing "update-ca-trust" command caused by missing util-linux package
|
|
||||||
- Improve report when a system is unsupported
|
|
||||||
- Fix handling of versions in RHUI configuration for ELS and SAP upgrades
|
|
||||||
- Add missing RHUI GCP config info for RHEL for SAP
|
|
||||||
- Fix upgrade on aarch64 via RHUI on AWS
|
|
||||||
- Resolves: RHEL-33902, RHEL-38909, RHEL-30573, RHEL-43978, RHEL-39046, RHEL-39047, RHEL-39049
|
|
||||||
|
|
||||||
* Thu May 30 2024 Petr Stodulka <pstodulk@redhat.com> - 0.20.0-4
|
|
||||||
- Enable new upgrade path RHEL 8.10 -> 9.5
|
|
||||||
- Minor updates in reports
|
|
||||||
- Add information about leapp invocation to leapp.db
|
|
||||||
- Resolves: RHEL-27847
|
|
||||||
|
|
||||||
* Mon May 13 2024 Toshio Kuratomi <toshio@fedoraproject.org> - 0.20.0-3
|
|
||||||
- Do not terminate the upgrade dracut module execution if
|
|
||||||
/sysroot/root/tmp_leapp_py3/.leapp_upgrade_failed exists
|
|
||||||
- Several minor improvements in messages printed in console output
|
|
||||||
- Several minor improvements in report and error messages
|
|
||||||
- Fix the parsing of the lscpu output
|
|
||||||
- Fix evaluation of PES data
|
|
||||||
- Target by default always "GA" channel repositories unless a different
|
|
||||||
channel is specified for the leapp execution
|
|
||||||
- Fix creation of the post upgrade report about changes in states of systemd
|
|
||||||
services
|
|
||||||
- Update the device driver deprecation data, fixing invalid fields for some
|
|
||||||
AMD CPUs
|
|
||||||
- Update the default kernel cmdline
|
|
||||||
- Wait for the storage initialization when /usr is on separate file system -
|
|
||||||
covering SAN
|
|
||||||
- Resolves: RHEL-27847, RHEL-35240
|
|
||||||
|
|
||||||
* Tue Feb 20 2024 Petr Stodulka <pstodulk@redhat.com> - 0.20.0-2
|
|
||||||
- Fallback to original RHUI solution on AWS to fix issues caused by changes in RHUI client
|
|
||||||
- Resolves: RHEL-16729
|
|
||||||
|
|
||||||
* Tue Feb 13 2024 Toshio Kuratomi <toshio@fedoraproject.org> - 0.20.0-1
|
|
||||||
- Rebase to new upstream v0.20.0.
|
|
||||||
- Fix semanage import issue
|
|
||||||
- Fix handling of libvirt's systemd services
|
|
||||||
- Add a dracut breakpoint for the pre-upgrade step.
|
|
||||||
- Drop obsoleted upgrade paths (obsoleted releases: 8.6, 8.9, 9.0, 9.3)
|
|
||||||
- Resolves: RHEL-16729
|
|
||||||
|
|
||||||
* Tue Jan 23 2024 Toshio Kuratomi <toshio@fedoraproject.org> - 0.19.0-10
|
|
||||||
- Print nice error msg when device and driver deprecation data is malformed
|
|
||||||
- Fix another cornercase when preserving symlinks to certificates in /etc/pki
|
|
||||||
- Update the leapp upgrade data files - fixing upgrades with idm-tomcatjss
|
|
||||||
- Resolves: RHEL-16729
|
|
||||||
|
|
||||||
* Fri Jan 19 2024 Petr Stodulka <pstodulk@redhat.com> - 0.19.0-9
|
|
||||||
- Do not try to download data files anymore when missing as the service
|
|
||||||
is obsoleted since the data is part of installed packages
|
|
||||||
- Update error messages and reports when installed upgrade data files
|
|
||||||
are malformed or missing to instruct user how to resolve it
|
|
||||||
- Update the leapp upgrade data files - bump data stream to "3.0"
|
|
||||||
- Resolves: RHEL-16729
|
|
||||||
|
|
||||||
* Fri Jan 12 2024 Petr Stodulka <pstodulk@redhat.com> - 0.19.0-7
|
|
||||||
- Add detection of possible usage of OpenSSL IBMCA engine on IBM Z machines
|
|
||||||
- Add detection of modified /etc/pki/tls/openssl.cnf file
|
|
||||||
- Update the leapp upgrade data files
|
|
||||||
- Fix handling of symlinks under /etc/pki with relative paths specified
|
|
||||||
- Report custom actors and modifications of the upgrade tooling
|
|
||||||
- Requires xfsprogs and e2fsprogs to ensure that Ext4 and XFS tools are installed
|
|
||||||
- Bump leapp-repository-dependencies to 10
|
|
||||||
- Resolves: RHEL-1774, RHEL-16729
|
|
||||||
|
|
||||||
* Thu Nov 16 2023 Petr Stodulka <pstodulk@redhat.com> - 0.19.0-5
|
|
||||||
- Enable new upgrade path for RHEL 8.10 -> RHEL 9.4 (including RHEL with SAP HANA)
|
|
||||||
- Introduce generic transition of systemd services states during the IPU
|
|
||||||
- Introduce possibility to upgrade with local repositories
|
|
||||||
- Improve possibilities of upgrade when a proxy is configured in DNF configutation file
|
|
||||||
- Fix handling of symlinks under /etc/pki when managing certificates
|
|
||||||
- Fix the upgrade with custom https repositories
|
|
||||||
- Default to the NO_RHSM mode when subscription-manager is not installed
|
|
||||||
- Detect customized configuration of dynamic linker
|
|
||||||
- Drop the invalid `tuv` target channel for the --channel option
|
|
||||||
- Fix the issue of going out of bounds in the isccfg parser
|
|
||||||
- Fix traceback when saving the rhsm facts results and the /etc/rhsm/facts directory doesn’t exist yet
|
|
||||||
- Load all rpm repository substitutions that dnf knows about, not just "releasever" only
|
|
||||||
- Simplify handling of upgrades on systems using RHUI, reducing the maintenance burden for cloud providers
|
|
||||||
- Detect possible unexpected RPM GPG keys has been installed during RPM transaction
|
|
||||||
- Resolves: RHEL-16729
|
|
||||||
|
|
||||||
* Thu Nov 02 2023 Petr Stodulka <pstodulk@redhat.com> - 0.19.0-4
|
|
||||||
- Fix the upgrade for systems without subscription-manager package
|
|
||||||
- Resolves: RHEL-14901
|
|
||||||
|
|
||||||
* Tue Oct 31 2023 Petr Stodulka <pstodulk@redhat.com> - 0.19.0-3
|
|
||||||
- Fix the upgrade when the release is locked by new subscription-manager
|
|
||||||
- Resolves: RHEL-14901
|
|
||||||
|
|
||||||
* Wed Aug 23 2023 Petr Stodulka <pstodulk@redhat.com> - 0.19.0-1
|
|
||||||
- Rebase to v0.19.0
|
|
||||||
- Requires leapp-framework 5.0
|
|
||||||
- Handle correctly the installed certificates to allow upgrades with custom repositories using HTTPs with enabled SSL verification
|
|
||||||
- Fix failing upgrades with devtmpfs file systems specified in FSTAB
|
|
||||||
- Do not try to update GRUB core on IBM Z systems
|
|
||||||
- Minor improvements and fixes of various reports and error messages
|
|
||||||
- Redesign handling of information about kernel (booted and target) to reflect changes in RHEL 9.3
|
|
||||||
- Use new leapp CLI API which provides better report summary output
|
|
||||||
- Resolves: rhbz#2215997, rhbz#2222861, rhbz#2232618
|
|
||||||
|
|
||||||
* Tue Jul 18 2023 Petr Stodulka <pstodulk@redhat.com> - 0.18.0-5
|
|
||||||
- Fix the calculation of the required free space on each partitions/volume for the upgrade transactions
|
|
||||||
- Create source overlay images with dynamic sizes to optimize disk space consumption
|
|
||||||
- Update GRUB2 when /boot resides on multiple devices aggregated in RAID
|
|
||||||
- Use new leapp CLI API which provides better report summary output
|
|
||||||
- Introduce possibility to add (custom) kernel drivers to initramfs
|
|
||||||
- Detect and report use of deprecated Xorg drivers
|
|
||||||
- Fix the generation of the report about hybrid images
|
|
||||||
- Inhibit the upgrade when unsupported x86-64 microarchitecture is detected
|
|
||||||
- Minor improvements and fixes of various reports
|
|
||||||
- Requires leapp-framework 4.0
|
|
||||||
- Update leapp data files
|
|
||||||
- Resolves: rhbz#2140011, rhbz#2144304, rhbz#2174095, rhbz#2215997
|
|
||||||
|
|
||||||
* Mon Jun 19 2023 Petr Stodulka <pstodulk@redhat.com> - 0.18.0-4
|
|
||||||
- Introduce new upgrade path RHEL 8.9 -> 9.3
|
|
||||||
- Update leapp data files to reflect new changes between systems
|
|
||||||
- Detect and report use of deprecated Xorg drivers
|
|
||||||
- Minor improvements of generated reports
|
|
||||||
- Fix false positive report about invalid symlinks
|
|
||||||
- Inhibit the upgrade when unsupported x86-64 microarchitecture is detected
|
|
||||||
- Resolves: rhbz#2215997
|
|
||||||
|
|
||||||
* Mon Jun 05 2023 Petr Stodulka <pstodulk@redhat.com> - 0.18.0-3
|
|
||||||
- Update the repomap.json file to address planned changes on RHUI Azure
|
|
||||||
- Resolves: rhbz#2203800
|
|
||||||
|
|
||||||
* Fri May 19 2023 Petr Stodulka <pstodulk@redhat.com> - 0.18.0-2
|
|
||||||
- Include leap data files in the package
|
|
||||||
- Introduce in-place upgrades for systems with enabled FIPS mode
|
|
||||||
- Enable the upgrade path 8.8 -> 9.2 for RHEL with SAP HANA
|
|
||||||
- Fix the upgrade of ruby-irb package
|
|
||||||
- Resolves: rhbz#2030627, rhbz#2097003, rhbz#2203800, rhbz#2203803
|
|
||||||
|
|
||||||
* Tue Feb 21 2023 Petr Stodulka <pstodulk@redhat.com> - 0.18.0-1
|
|
||||||
- Rebase to v0.18.0
|
|
||||||
- Introduce new upgrade path RHEL 8.8 -> 9.2
|
|
||||||
- Requires cpio
|
|
||||||
- Requires python3-gobject-base, NetworkManager-libnm
|
|
||||||
- Bump leapp-repository-dependencies to 9
|
|
||||||
- Add breadcrumbs results to RHSM facts
|
|
||||||
- Add leapp RHUI packages to an allowlist to drop confusing reports
|
|
||||||
- Added checks for RHEL SAP IPU 8.6 -> 9.0
|
|
||||||
- Check RPM signatures during the upgrade
|
|
||||||
- Check only mounted XFS partitions
|
|
||||||
- Check the validity and compatitibility of used leapp data
|
|
||||||
- Detect CIFS also when upgrading from RHEL8 to RHEL9 (PR1035)
|
|
||||||
- Detect RoCE on IBM Z machines and check the configuration is safe for the upgrade
|
|
||||||
- Detect a proxy configuration in YUM/DNF and adjust an error msg on issues caused by the configuration
|
|
||||||
- Detect and report systemd symlinks that are broken before the upgrade
|
|
||||||
- Detect the kernel-core RPM instead of kernel to prevent an error during post-upgrade phases
|
|
||||||
- Disable the amazon-id DNF plugin on AWS during the upgrade stage to omit confusing error messages
|
|
||||||
- Do not create new *pyc files when running leapp after the DNF upgrade transaction
|
|
||||||
- Drop obsoleted upgrade paths
|
|
||||||
- Enable upgrades of RHEL 8 for SAP HANA to RHEL 9 on ppc64le
|
|
||||||
- Enable upgrades on s390x when /boot is part of rootfs
|
|
||||||
- Extend the allow list of RHUI clients by azure-sap-apps to omit confusing report
|
|
||||||
- Filter out PES events unrelated for the used upgrade path and handle overlapping event
|
|
||||||
(fixes upgrades with quagga installed)
|
|
||||||
- Fix scan of ceph volumes on systems without ceph-osd or when ceph-osd container is not found
|
|
||||||
- Fix systemd symlinks that become incorrect during the IPU
|
|
||||||
- Fix the check of memory (RAM) limits and use human readable values in the report
|
|
||||||
- Fix the kernel detection during initramfs creation for new kernel on RHEL 9.2+
|
|
||||||
- Fix the upgrade of IBM Z machines configured with ZFCP
|
|
||||||
- Fix the upgrade on Azure using RHUI for SAP Apps images
|
|
||||||
- Ignore external accounts in /etc/passwd
|
|
||||||
- Improve remediation instructions for packages in unknown repositories
|
|
||||||
- Improve the error message to guide users when discovered more space is needed
|
|
||||||
- Improve the handling of blocklisted certificates
|
|
||||||
- Inhibit the upgrade when entries in /etc/fstab cause overshadowing during the upgrade
|
|
||||||
- Introduced an option to use an ISO file as a target RHEL version content source
|
|
||||||
- Introduced possibility to specify what systemd services should be enabled/disabled on the upgraded system
|
|
||||||
- Introduced the --nogpgcheck option to skip checking of RPM signatures
|
|
||||||
- Map the target repositories also based on the installed content
|
|
||||||
- Prevent re-run of leapp in the upgrade initramfs in case of previous failure
|
|
||||||
- Prevent the upgrade with RHSM when Baseos and Appstream target repositories are not discovered
|
|
||||||
- Provide common information about systemd services
|
|
||||||
- RHUI(Azure) Handle correctly various SAP images
|
|
||||||
- Register subscribed systems automatically to Red Hat Insights unless --no-insights-register is used
|
|
||||||
- Remove obsoleted GPG keys provided by RH after the upgrade to prevent errors
|
|
||||||
- Rework the network configuration handling and parse the configuration data properly
|
|
||||||
- Set the system release lock after the upgrade also for premium channels
|
|
||||||
- Small improvements in various reports
|
|
||||||
- Resolves: rhbz#2088492, rhbz#2111691, rhbz#2127920, rhbz#2129716,rhbz#2139907, rhbz#2139907, rhbz#2141393, rhbz#2143372, rhbz#2155661
|
|
||||||
|
|
||||||
* Wed Sep 07 2022 Petr Stodulka <pstodulk@redhat.com> - 0.17.0-3
|
|
||||||
- Adding back instruction to not install rubygem-irb during the in-place upgrade
|
|
||||||
to prevent conflict between files
|
|
||||||
- Resolves: rhbz#2090995
|
|
||||||
|
|
||||||
* Wed Sep 07 2022 Petr Stodulka <pstodulk@redhat.com> - 0.17.0-2
|
|
||||||
- Update VDO checks to enable user to decide the system state on check failures
|
|
||||||
and undetermined block devices
|
|
||||||
- The VDO dialog and related VDO reports have been properly updated
|
|
||||||
- Resolves: rhbz#2096159
|
|
||||||
|
|
||||||
* Wed Aug 24 2022 Petr Stodulka <pstodulk@redhat.com> - 0.17.0-1
|
|
||||||
- Rebase to v0.17.0
|
|
||||||
- Support upgrade path RHEL 8.7 -> 9.0 and RHEL SAP 8.6 -> 9.0
|
|
||||||
- Provide and require leapp-repository-dependencies 7
|
|
||||||
- Provide `leapp-command(<CMD>)` for each CLI command provided by leapp-repository
|
|
||||||
- Require dracut, kmod, procps-ng on RHEL 8+
|
|
||||||
- Require leapp-framework >= 3.1
|
|
||||||
- Add actors covering removal of NIS components on RHEL 9
|
|
||||||
- Add checks for obsolete .NET versions
|
|
||||||
- Allow specifying the report schema v1.2.0
|
|
||||||
- Check and handle upgrades with custom crypto policies
|
|
||||||
- Check and migrate OpenSSH configuration
|
|
||||||
- Check and migrate multipath configuration
|
|
||||||
- Check minimum memory requirements
|
|
||||||
- Do not create the upgrade bootloader entry when the dnf dry-run actor stops the upgrade
|
|
||||||
- Enable Base and SAP in-place upgrades on Azure
|
|
||||||
- Enable in-place upgrade in case LUKS volumes are Ceph OSDs
|
|
||||||
- Enable in-place upgrades in Azure RHEL 8 base images using RHUI
|
|
||||||
- Enable in-place upgrades on IBM z16 machines
|
|
||||||
- Enable the CRB repository for the upgrade only if enabled on the source system
|
|
||||||
- Fix cloud provider detection on AWS
|
|
||||||
- Fix detection of the latest kernel
|
|
||||||
- Fix issues caused by leapp artifacts from previous in-place upgrades
|
|
||||||
- Fix issues with false positive switch to emergency console during the upgrade
|
|
||||||
- Fix swap page size on aarch64
|
|
||||||
- Fix the VDO scanner to skip partitions unrelated to VDO and adjust error messages
|
|
||||||
- Fix the false positive NFS storage detection on NFS servers and improve the report msg
|
|
||||||
- Fix the issues on systems with the LANGUAGE environment variable
|
|
||||||
- Fix the root directory scan to deal with non-utf8 filenames
|
|
||||||
- Handle upgrades of SAP systems on AWS
|
|
||||||
- Inform about necessary migrations related to bacula-director when installed on the system
|
|
||||||
- Inhibit the upgrade when /var/lib/leapp being mounted in a non-persistent fashion to prevent failures
|
|
||||||
- Inhibit the upgrade when /var/lib/leapp mounted with the noexec option to prevent failures
|
|
||||||
- Inhibit upgrade when NVIDIA driver is detected
|
|
||||||
- Make the application of custom selinux rules more reliable and do not override changes done by RPM scriptlets
|
|
||||||
- Migrate the OpenSSL configuration
|
|
||||||
- PESEventScanner actor has been fully refactored
|
|
||||||
- Report changes around SCP and SFTP
|
|
||||||
- Skip comment lines when parsing the GRUB configuration file
|
|
||||||
- Stop propagating the “debug” and ”enforcing=0” kernel cmdline options into the target kernel cmdline options
|
|
||||||
- Mass refactoring to be compatible with leapp v0.15.0
|
|
||||||
- Resolves: rhbz#2090995, rhbz#2040470, rhbz#2092005, rhbz#2093220, rhbz#2095704, rhbz#2096159, rhbz#2100108, rhbz#2100110, rhbz#2103282, rhbz#2106904, rhbz#2110627
|
|
||||||
|
|
||||||
* Wed Apr 27 2022 Petr Stodulka <pstodulk@redhat.com> - 0.16.0-6
|
* Wed Apr 27 2022 Petr Stodulka <pstodulk@redhat.com> - 0.16.0-6
|
||||||
- Skip comments in /etc/default/grub during the parsing
|
- Skip comments in /etc/default/grub during the parsing
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user