From 4f957110a57d1b68005702ba50ed46236764d7ce Mon Sep 17 00:00:00 2001 From: Yuriy Kohut Date: Mon, 25 Nov 2024 12:15:15 +0200 Subject: [PATCH] The package .spec: - skip patches: - 0006-ReadOfKernelArgsError-fix-the-error.patch - 0039-Enable-IPU-for-EL-9.6-and-drop-EL-8.8-9.2.patch - exclude conflicting data files: - /etc/leapp/files/device_driver_deprecation_data.json - /etc/leapp/files/pes-events.json - /etc/leapp/files/repomap.json - version 0.21.0-4.elevate.1 --- SPECS/leapp-repository.spec | 26 +++++++++++++++++++------- 1 file changed, 19 insertions(+), 7 deletions(-) diff --git a/SPECS/leapp-repository.spec b/SPECS/leapp-repository.spec index 1c67a44..d2cae20 100644 --- a/SPECS/leapp-repository.spec +++ b/SPECS/leapp-repository.spec @@ -281,7 +281,7 @@ Requires: libdb-utils %patch -P 0003 -p1 %patch -P 0004 -p1 %patch -P 0005 -p1 -%patch -P 0006 -p1 +# %patch -P 0006 -p1 %patch -P 0007 -p1 %patch -P 0008 -p1 %patch -P 0009 -p1 @@ -314,7 +314,7 @@ Requires: libdb-utils %patch -P 0036 -p1 %patch -P 0037 -p1 %patch -P 0038 -p1 -%patch -P 0039 -p1 +# %patch -P 0039 -p1 %patch -P 0040 -p1 %patch -P 0041 -p1 %patch -P 0100 -p1 @@ -381,12 +381,15 @@ done; %doc README.md %license LICENSE %dir %{_sysconfdir}/leapp/transaction -%exclude %dir %{_sysconfdir}/leapp/files +%dir %{_sysconfdir}/leapp/files %dir %{leapp_datadir} %dir %{repositorydir} %dir %{custom_repositorydir} %dir %{leapp_python_sitelib}/leapp/cli/commands %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 #%%config %%{_sysconfdir}/leapp/actor_conf.d/* %{_sysconfdir}/leapp/repos.d/* @@ -399,10 +402,23 @@ done; # no files here %changelog +* Mon Nov 25 2024 Yuriy Kohut - 0.21.0-4.elevate.1 +- Skip patches: + - 0006-ReadOfKernelArgsError-fix-the-error.patch + - 0039-Enable-IPU-for-EL-9.6-and-drop-EL-8.8-9.2.patch +- Exclude conflicting data files: + - /etc/leapp/files/device_driver_deprecation_data.json + - /etc/leapp/files/pes-events.json + - /etc/leapp/files/repomap.json + * Tue Nov 19 2024 Matej Matuska - 0.21.0-4 - Use net.naming-scheme by default - Resolves: RHEL-23473 +* Tue Nov 19 2024 Yuriy Kohut - 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 - 0.21.0-3 - Introduce upgrade path 8.10 -> 9.6 - Require leapp-framework 6.0+ @@ -421,10 +437,6 @@ done; - Resolves: RHEL-67621, RHEL-57064, RHEL-56251, RHEL-50686, RHEL-41193 - Resolves: RHEL-34570, RHEL-26459, RHEL-23473, RHEL-16881, RHEL-3294 -* Tue Nov 19 2024 Yuriy Kohut - 0.21.0-2.elevate.4 -- Update ELevate patch: - - extend update path for 8 and 8.10 with 9.5 target - * Mon Oct 07 2024 Yuriy Kohut - 0.21.0-2.elevate.3 - Update ELevate patch: - remove '9.5' target from upgrade path until it is not released