Compare commits

...

2 Commits

Author SHA1 Message Date
Andrew Lukoshko fa97769103 Update ELevate patch 2023-02-15 17:44:08 +01:00
Andrew Lukoshko 9affe664ac Apply ELevate patch 2023-02-15 13:06:07 +01:00
2 changed files with 3914 additions and 2 deletions

File diff suppressed because it is too large Load Diff

View File

@ -40,9 +40,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.17.0
Release: 1%{?dist}.2
Release: 1%{?dist}.2.elevate
Summary: Repositories for leapp
License: ASL 2.0
@ -63,6 +64,9 @@ Patch0007: 0007-checksaphana-Move-to-common.patch
Patch0008: 0008-checksaphana-Adjust-for-el7toel8-and-el8toel9-requir.patch
Patch0100: leapp-repository-0.17.0-elevate.patch
%description
%{summary}
@ -202,6 +206,9 @@ Requires: dracut
%patch0008 -p1
%patch0100 -p1
%build
%if 0%{?rhel} == 7
cp -a leapp*deps-el8*rpm repos/system_upgrade/el7toel8/files/bundled-rpms/
@ -274,6 +281,10 @@ done;
# no files here
%changelog
* Wed Feb 15 2023 Andrew Lukoshko <alukoshko@almalinux.org> - 0.17.0-1.2.elevate
- Apply ELevate patch
- Bump Epoch
* Thu Oct 20 2022 Petr Stodulka <pstodulk@redhat.com> - 0.17.0-1.2
- Add checks for the in-place upgrades of RHEL for SAP
- RHUI: Fix the in-place upgrade on Azure for RHEL SAP Applications
@ -821,4 +832,3 @@ done;
* Wed Nov 07 2018 Petr Stodulka <pstodulk@redhat.com> - 0.3-1
- Initial RPM
Resolves: #1636481