Compare commits
9 Commits
c8
...
a8-elevate
Author | SHA1 | Date | |
---|---|---|---|
|
8ad04dbb6c | ||
|
75056793dc | ||
|
43e51ec564 | ||
|
a8101a4815 | ||
|
6d0e0c6a66 | ||
|
52f6abe88c | ||
|
fe8b3f76a0 | ||
|
b734219550 | ||
|
2bb1d35c1f |
6781
SOURCES/leapp-repository-0.19.0-elevate.patch
Normal file
6781
SOURCES/leapp-repository-0.19.0-elevate.patch
Normal file
File diff suppressed because it is too large
Load Diff
@ -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.19.0
|
||||
Release: 4%{?dist}
|
||||
Release: 7.1%{?dist}
|
||||
Summary: Repositories for leapp
|
||||
|
||||
License: ASL 2.0
|
||||
@ -57,7 +58,7 @@ BuildArch: noarch
|
||||
# Patch0001: filename.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
|
||||
|
||||
Patch0003: leapp-repository-0.19.0-elevate.patch
|
||||
|
||||
%description
|
||||
%{summary}
|
||||
@ -201,6 +202,7 @@ Requires: python3-gobject-base
|
||||
# %%patch0001 -p1
|
||||
%patch0001 -p1
|
||||
%patch0002 -p1
|
||||
%patch0003 -p1
|
||||
|
||||
|
||||
%build
|
||||
@ -272,12 +274,28 @@ done;
|
||||
%{_sysconfdir}/leapp/transaction/*
|
||||
%{repositorydir}/*
|
||||
%{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
|
||||
# no files here
|
||||
|
||||
%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
|
||||
- Fix the upgrade for systems without subscription-manager package
|
||||
- Resolves: RHEL-14901
|
||||
|
Loading…
Reference in New Issue
Block a user