Merge pull request 'Add Vendors patch created against upstream 0.23.0-1' (#26) from ykohut/leapp-repository:a8-elevate-0230 into a8-elevate-0230

Reviewed-on: rpms/leapp-repository#26
This commit is contained in:
Andrew Lukoshko 2025-09-12 13:44:41 +00:00
commit 15fd026e53
2 changed files with 5727 additions and 2 deletions

File diff suppressed because it is too large Load Diff

View File

@ -50,9 +50,10 @@ 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.23.0 Version: 0.23.0
Release: 1%{?dist} Release: 1%{?dist}.elevate.1
Summary: Repositories for leapp Summary: Repositories for leapp
License: ASL 2.0 License: ASL 2.0
@ -66,6 +67,8 @@ BuildArch: noarch
### PATCHES HERE ### PATCHES HERE
# Patch0001: filename.patch # Patch0001: filename.patch
Patch0100: leapp-repository-0.23.0-elevate.patch
%description %description
%{summary} %{summary}
@ -247,6 +250,8 @@ Requires: fapolicyd
# APPLY PATCHES HERE # APPLY PATCHES HERE
# %%patch -P 0001 -p1 # %%patch -P 0001 -p1
%patch -P 0100 -p1
%build %build
cp -a leapp*deps*el%{next_major_ver}.noarch.rpm repos/system_upgrade/%{repo_shortname}/files/bundled-rpms/ cp -a leapp*deps*el%{next_major_ver}.noarch.rpm repos/system_upgrade/%{repo_shortname}/files/bundled-rpms/
@ -326,9 +331,13 @@ fi
%config %{_sysconfdir}/leapp/files/* %config %{_sysconfdir}/leapp/files/*
# uncomment to package installed configs # uncomment to package installed configs
#%%config %%{_sysconfdir}/leapp/actor_conf.d/* #%%config %%{_sysconfdir}/leapp/actor_conf.d/*
%exclude %{_sysconfdir}/leapp/files/device_driver_deprecation_data.json
%exclude %{_sysconfdir}/leapp/files/pes-events.json
%exclude %{_sysconfdir}/leapp/files/repomap.json
%{_sysconfdir}/leapp/repos.d/* %{_sysconfdir}/leapp/repos.d/*
%{_sysconfdir}/leapp/transaction/* %{_sysconfdir}/leapp/transaction/*
%{repositorydir}/* %{repositorydir}/*
%exclude %{repositorydir}/system_upgrade/common/files/distro/centos/rpm-gpg/*
%{leapp_python_sitelib}/leapp/cli/commands/* %{leapp_python_sitelib}/leapp/cli/commands/*
@ -341,6 +350,9 @@ fi
%changelog %changelog
* Fri Sep 12 2025 Yuriy Kohut <ykohut@almalinux.org> - 0.23.0-1.elevate.1
- ELevate vendors support for upstream 0.23.0-1 version (dcf53c28ea9c3fdd03277abcdeb1d124660f7f8e)
* Thu Aug 14 2025 Karolina Kula <kkula@redhat.com> - 0.23.0-1 * Thu Aug 14 2025 Karolina Kula <kkula@redhat.com> - 0.23.0-1
- Rebase to new upstream 0.23.0 - Rebase to new upstream 0.23.0
- Enable in-place upgrades on CentOS Stream systems - Enable in-place upgrades on CentOS Stream systems
@ -1176,4 +1188,3 @@ fi
* 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