Compare commits
9 Commits
c8
...
a8-elevate
Author | SHA1 | Date | |
---|---|---|---|
fd7723e35a | |||
|
66f59bea72 | ||
6c104f3f3a | |||
|
e5bf3c787b | ||
8a6f9fdc71 | |||
|
26e4dc3580 | ||
|
4725d370b3 | ||
806ab83545 | |||
|
779a8d0516 |
5520
SOURCES/leapp-repository-0.20.0-elevate.patch
Normal file
5520
SOURCES/leapp-repository-0.20.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
|
# 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.20.0
|
Version: 0.20.0
|
||||||
Release: 2%{?dist}
|
Release: 2%{?dist}.elevate.3
|
||||||
Summary: Repositories for leapp
|
Summary: Repositories for leapp
|
||||||
|
|
||||||
License: ASL 2.0
|
License: ASL 2.0
|
||||||
@ -57,6 +58,7 @@ BuildArch: noarch
|
|||||||
# Patch0001: filename.patch
|
# Patch0001: filename.patch
|
||||||
|
|
||||||
Patch0001: 0001-rhui-do-not-bootstrap-target-client-on-aws.patch
|
Patch0001: 0001-rhui-do-not-bootstrap-target-client-on-aws.patch
|
||||||
|
Patch0010: leapp-repository-0.20.0-elevate.patch
|
||||||
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -210,6 +212,7 @@ Requires: python3-gobject-base
|
|||||||
# APPLY PATCHES HERE
|
# APPLY PATCHES HERE
|
||||||
# %%patch0001 -p1
|
# %%patch0001 -p1
|
||||||
%patch0001 -p1
|
%patch0001 -p1
|
||||||
|
%patch0010 -p1
|
||||||
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
@ -271,12 +274,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 %{_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 %{_sysconfdir}/leapp/files/*
|
||||||
%{_sysconfdir}/leapp/repos.d/*
|
%{_sysconfdir}/leapp/repos.d/*
|
||||||
%{_sysconfdir}/leapp/transaction/*
|
%{_sysconfdir}/leapp/transaction/*
|
||||||
%{repositorydir}/*
|
%{repositorydir}/*
|
||||||
@ -287,6 +290,15 @@ done;
|
|||||||
# no files here
|
# no files here
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Aug 20 2024 Yuriy Kohut <ykohut@almalinux.org> - 0.20.0-2.elevate.3
|
||||||
|
- Add ELS key d07bf2a08d50eb66 SIG to all distros.
|
||||||
|
|
||||||
|
* Thu Aug 15 2024 Yuriy Kohut <ykohut@almalinux.org> - 0.20.0-2.elevate.2
|
||||||
|
- Add PostgreSQL's gpg-pubkey-73e3b907-6581b071 key to the list of obsoleted ones for 9
|
||||||
|
|
||||||
|
* Fri Aug 09 2024 Yuriy Kohut <ykohut@almalinux.org> - 0.20.0-2.elevate.1
|
||||||
|
- Vendors support
|
||||||
|
|
||||||
* Tue Feb 20 2024 Petr Stodulka <pstodulk@redhat.com> - 0.20.0-2
|
* Tue Feb 20 2024 Petr Stodulka <pstodulk@redhat.com> - 0.20.0-2
|
||||||
- Fallback to original RHUI solution on AWS to fix issues caused by changes in RHUI client
|
- Fallback to original RHUI solution on AWS to fix issues caused by changes in RHUI client
|
||||||
- Resolves: RHEL-16729
|
- Resolves: RHEL-16729
|
||||||
|
Loading…
Reference in New Issue
Block a user