Compare commits

...

10 Commits

Author SHA1 Message Date
f7492dcded Merge pull request 'Add ELevate and TuxCare keys fingerprint as known' (#3) from ykohut/leapp-repository:a8-elevate-0190 into a8-elevate-0190
Reviewed-on: #3
2024-07-24 15:59:44 +00:00
Yuriy Kohut
8ad04dbb6c Add ELevate and TuxCare keys fingerprint as known
Bump the package release
2024-07-24 18:43:45 +03:00
Andrew Lukoshko
75056793dc Merge pull request 'vendors.d support' (#1) from ykohut/leapp-repository:a8-elevate-0190 into a8-elevate-0190
Reviewed-on: #1
2024-06-22 11:46:47 +00:00
Yuriy Kohut
43e51ec564 Implement Vendors support
Bump the package release
2024-06-21 19:17:31 +03:00
Yuriy Kohut
a8101a4815 Change ELevate patch: update actor.py to support NVMe device enumeration
The package's .spec: update %changelog
2024-04-24 11:11:29 +03:00
Yuriy Kohut
6d0e0c6a66 Bump the package release. 2024-04-23 10:28:07 +03:00
Yuriy Kohut
52f6abe88c Change ELevate patch: enable CentOS Stream release 8 to 9 elevation 2024-04-22 19:37:39 +03:00
Yuriy Kohut
fe8b3f76a0 Change ELevate patch: grub config creation for EuroLinux if EFI. 2024-01-18 16:24:05 +02:00
Yuriy Kohut
b734219550 Apply ELevate patch 2024-01-11 15:27:33 +02:00
Yuriy Kohut
2bb1d35c1f Add ELevate patch 2024-01-10 19:32:24 +02:00
2 changed files with 6802 additions and 3 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 # 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.19.0 Version: 0.19.0
Release: 4%{?dist} Release: 7.1%{?dist}
Summary: Repositories for leapp Summary: Repositories for leapp
License: ASL 2.0 License: ASL 2.0
@ -57,7 +58,7 @@ BuildArch: noarch
# Patch0001: filename.patch # Patch0001: filename.patch
Patch0001: 0001-RHSM-Adjust-the-switch-to-container-mode-for-new-RHS.patch Patch0001: 0001-RHSM-Adjust-the-switch-to-container-mode-for-new-RHS.patch
Patch0002: 0002-Do-not-create-dangling-symlinks-for-containerized-RH.patch Patch0002: 0002-Do-not-create-dangling-symlinks-for-containerized-RH.patch
Patch0003: leapp-repository-0.19.0-elevate.patch
%description %description
%{summary} %{summary}
@ -201,6 +202,7 @@ Requires: python3-gobject-base
# %%patch0001 -p1 # %%patch0001 -p1
%patch0001 -p1 %patch0001 -p1
%patch0002 -p1 %patch0002 -p1
%patch0003 -p1
%build %build
@ -272,12 +274,28 @@ done;
%{_sysconfdir}/leapp/transaction/* %{_sysconfdir}/leapp/transaction/*
%{repositorydir}/* %{repositorydir}/*
%{leapp_python_sitelib}/leapp/cli/commands/* %{leapp_python_sitelib}/leapp/cli/commands/*
%exclude %{_sysconfdir}/leapp/files/repomap.json
%exclude %{_sysconfdir}/leapp/files/pes-events.json
%exclude %{_sysconfdir}/leapp/files/device_driver_deprecation_data.json
%exclude %{leapp_datadir}/repositories/system_upgrade/common/files/rpm-gpg/*/*
%files -n %{lpr_name}-deps %files -n %{lpr_name}-deps
# no files here # no files here
%changelog %changelog
* Wed Jul 24 2024 Yuriy Kohut <ykohut@almalinux.org> - 1:0.19.0-7.1
- Add ELevate and TuxCare keys fingerprint as known
* Fri Jun 21 2024 Yuriy Kohut <ykohut@almalinux.org> - 1:0.19.0-7
- Implement Vendors support
* Wed Apr 24 2024 Yuriy Kohut <ykohut@almalinux.org> - 1:0.19.0-6
- Enable CentOS Stream release 8 to 9 elevation
- Update actor.py to support NVMe device enumeration
* Wed Jan 10 2024 Yuriy Kohut <ykohut@almalinux.org> - 1:0.19.0-5
- AlmaLinux/CentOS/Oracle/Rocky/EuroLinux support (phase 1)
* Thu Nov 02 2023 Petr Stodulka <pstodulk@redhat.com> - 0.19.0-4 * Thu Nov 02 2023 Petr Stodulka <pstodulk@redhat.com> - 0.19.0-4
- Fix the upgrade for systems without subscription-manager package - Fix the upgrade for systems without subscription-manager package
- Resolves: RHEL-14901 - Resolves: RHEL-14901