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
This commit is contained in:
Yuriy Kohut 2024-11-25 12:15:15 +02:00
parent 406fe50178
commit 4f957110a5

View File

@ -281,7 +281,7 @@ Requires: libdb-utils
%patch -P 0003 -p1 %patch -P 0003 -p1
%patch -P 0004 -p1 %patch -P 0004 -p1
%patch -P 0005 -p1 %patch -P 0005 -p1
%patch -P 0006 -p1 # %patch -P 0006 -p1
%patch -P 0007 -p1 %patch -P 0007 -p1
%patch -P 0008 -p1 %patch -P 0008 -p1
%patch -P 0009 -p1 %patch -P 0009 -p1
@ -314,7 +314,7 @@ Requires: libdb-utils
%patch -P 0036 -p1 %patch -P 0036 -p1
%patch -P 0037 -p1 %patch -P 0037 -p1
%patch -P 0038 -p1 %patch -P 0038 -p1
%patch -P 0039 -p1 # %patch -P 0039 -p1
%patch -P 0040 -p1 %patch -P 0040 -p1
%patch -P 0041 -p1 %patch -P 0041 -p1
%patch -P 0100 -p1 %patch -P 0100 -p1
@ -381,12 +381,15 @@ done;
%doc README.md %doc README.md
%license LICENSE %license LICENSE
%dir %{_sysconfdir}/leapp/transaction %dir %{_sysconfdir}/leapp/transaction
%exclude %dir %{_sysconfdir}/leapp/files %dir %{_sysconfdir}/leapp/files
%dir %{leapp_datadir} %dir %{leapp_datadir}
%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/* %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/*
@ -399,10 +402,23 @@ done;
# no files here # no files here
%changelog %changelog
* Mon Nov 25 2024 Yuriy Kohut <ykohut@almalinux.org> - 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 <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+
@ -421,10 +437,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
* 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 Oct 07 2024 Yuriy Kohut <ykohut@almalinux.org> - 0.21.0-2.elevate.3 * Mon Oct 07 2024 Yuriy Kohut <ykohut@almalinux.org> - 0.21.0-2.elevate.3
- Update ELevate patch: - Update ELevate patch:
- remove '9.5' target from upgrade path until it is not released - remove '9.5' target from upgrade path until it is not released