Implement ELevate vendors support

Package version: 0.21.0-2.elevate.1
This commit is contained in:
Yuriy Kohut 2024-08-22 12:39:07 +03:00
parent 60a7d4e75b
commit 40bceba493
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 # 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.21.0 Version: 0.21.0
Release: 2%{?dist} Release: 2%{?dist}.elevate.1
Summary: Repositories for leapp Summary: Repositories for leapp
License: ASL 2.0 License: ASL 2.0
@ -66,6 +67,7 @@ BuildArch: noarch
### PATCHES HERE ### PATCHES HERE
# Patch0001: filename.patch # Patch0001: filename.patch
Patch0001: 0001-rhui-alibaba-add-ARM-RHEL8-and-RHEL9-setup-entries-1.patch Patch0001: 0001-rhui-alibaba-add-ARM-RHEL8-and-RHEL9-setup-entries-1.patch
Patch0010: leapp-repository-0.21.0-elevate.patch
%description %description
@ -229,6 +231,7 @@ Requires: python3-gobject-base
# APPLY PATCHES HERE # APPLY PATCHES HERE
# %%patch0001 -p1 # %%patch0001 -p1
%patch0001 -p1 %patch0001 -p1
%patch0010 -p1
%build %build
@ -286,12 +289,12 @@ done;
%doc README.md %doc README.md
%license LICENSE %license LICENSE
%dir %{_sysconfdir}/leapp/transaction %dir %{_sysconfdir}/leapp/transaction
%dir %{_sysconfdir}/leapp/files %exclude %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/* %exclude %config %{_sysconfdir}/leapp/files/*
%{_sysconfdir}/leapp/repos.d/* %{_sysconfdir}/leapp/repos.d/*
%{_sysconfdir}/leapp/transaction/* %{_sysconfdir}/leapp/transaction/*
%{repositorydir}/* %{repositorydir}/*
@ -302,6 +305,9 @@ done;
# no files here # no files here
%changelog %changelog
* Thu Aug 22 2024 Yuriy Kohut <pstodulk@redhat.com> - 0.21.0-2.elevate.1
- ELevate vendors support
* Mon Aug 19 2024 Petr Stodulka <pstodulk@redhat.com> - 0.21.0-2 * 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 - Updated SPEC file to drop leapp repositories unrelated to IPU 8 -> 9
- Resolves: RHEL-27847 - Resolves: RHEL-27847