forked from rpms/leapp-repository
Implement ELevate vendors support
Package version: 0.21.0-2.elevate.1
This commit is contained in:
parent
6d363e6c78
commit
acb9feb81a
5474
SOURCES/leapp-repository-0.21.0-elevate.patch
Normal file
5474
SOURCES/leapp-repository-0.21.0-elevate.patch
Normal file
File diff suppressed because it is too large
Load Diff
@ -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: 4%{?dist}
|
Release: 4%{?dist}.elevate.1
|
||||||
Summary: Repositories for leapp
|
Summary: Repositories for leapp
|
||||||
|
|
||||||
License: ASL 2.0
|
License: ASL 2.0
|
||||||
@ -106,6 +107,7 @@ Patch0038: 0038-userspacegen-rhui-remove-repofiles-only-if-now-owned.patch
|
|||||||
Patch0039: 0039-Enable-IPU-for-EL-9.6-and-drop-EL-8.8-9.2.patch
|
Patch0039: 0039-Enable-IPU-for-EL-9.6-and-drop-EL-8.8-9.2.patch
|
||||||
Patch0040: 0040-spec-drop-the-etc-leapp-actor_confid.d-dir.patch
|
Patch0040: 0040-spec-drop-the-etc-leapp-actor_confid.d-dir.patch
|
||||||
Patch0041: 0041-feat-net-naming-scheme-enable-by-default.patch
|
Patch0041: 0041-feat-net-naming-scheme-enable-by-default.patch
|
||||||
|
Patch0100: leapp-repository-0.21.0-elevate.patch
|
||||||
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -315,6 +317,7 @@ Requires: libdb-utils
|
|||||||
%patch -P 0039 -p1
|
%patch -P 0039 -p1
|
||||||
%patch -P 0040 -p1
|
%patch -P 0040 -p1
|
||||||
%patch -P 0041 -p1
|
%patch -P 0041 -p1
|
||||||
|
%patch -P 0100 -p1
|
||||||
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
@ -378,7 +381,7 @@ 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}
|
||||||
@ -418,6 +421,9 @@ done;
|
|||||||
- Resolves: RHEL-67621, RHEL-57064, RHEL-56251, RHEL-50686, RHEL-41193
|
- Resolves: RHEL-67621, RHEL-57064, RHEL-56251, RHEL-50686, RHEL-41193
|
||||||
- Resolves: RHEL-34570, RHEL-26459, RHEL-23473, RHEL-16881, RHEL-3294
|
- Resolves: RHEL-34570, RHEL-26459, RHEL-23473, RHEL-16881, RHEL-3294
|
||||||
|
|
||||||
|
* 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
|
* 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
|
||||||
|
Loading…
Reference in New Issue
Block a user