Merge pull request 'Implement ELevate vendors support' (#8) from ykohut/leapp-repository:a8-elevate-0210 into a8-elevate-0210

Reviewed-on: rpms/leapp-repository#8
This commit is contained in:
Andrew Lukoshko 2024-08-22 09:50:08 +00:00
commit 89bc2b1c35
2 changed files with 5483 additions and 3 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
# RHEL 8+ packages to be consistent with other leapp projects in future.
Epoch: 1
Name: leapp-repository
Version: 0.21.0
Release: 2%{?dist}
Release: 2%{?dist}.elevate.1
Summary: Repositories for leapp
License: ASL 2.0
@ -66,6 +67,7 @@ BuildArch: noarch
### PATCHES HERE
# Patch0001: filename.patch
Patch0001: 0001-rhui-alibaba-add-ARM-RHEL8-and-RHEL9-setup-entries-1.patch
Patch0010: leapp-repository-0.21.0-elevate.patch
%description
@ -229,6 +231,7 @@ Requires: python3-gobject-base
# APPLY PATCHES HERE
# %%patch0001 -p1
%patch0001 -p1
%patch0010 -p1
%build
@ -286,12 +289,12 @@ done;
%doc README.md
%license LICENSE
%dir %{_sysconfdir}/leapp/transaction
%dir %{_sysconfdir}/leapp/files
%exclude %dir %{_sysconfdir}/leapp/files
%dir %{leapp_datadir}
%dir %{repositorydir}
%dir %{custom_repositorydir}
%dir %{leapp_python_sitelib}/leapp/cli/commands
%config %{_sysconfdir}/leapp/files/*
%exclude %config %{_sysconfdir}/leapp/files/*
%{_sysconfdir}/leapp/repos.d/*
%{_sysconfdir}/leapp/transaction/*
%{repositorydir}/*
@ -302,6 +305,9 @@ done;
# no files here
%changelog
* Thu Aug 22 2024 Yuriy Kohut <ykohut@almalinux.org> - 0.21.0-2.elevate.1
- ELevate vendors support
* 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