forked from rpms/leapp-repository
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:
parent
406fe50178
commit
4f957110a5
@ -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 <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
|
||||
- Use net.naming-scheme by default
|
||||
- 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
|
||||
- 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 <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
|
||||
- Update ELevate patch:
|
||||
- remove '9.5' target from upgrade path until it is not released
|
||||
|
Loading…
Reference in New Issue
Block a user