Add patch to support AlmaLinux

Bump the package release
This commit is contained in:
Yuriy Kohut 2025-06-27 12:48:38 +03:00
parent b71dc1da3a
commit 845cd33bf5

View File

@ -52,7 +52,7 @@ py2_byte_compile "%1" "%2"}
Name: leapp-repository
Version: 0.22.0
Release: 4%{?dist}
Release: 4.1%{?dist}
Summary: Repositories for leapp
License: ASL 2.0
@ -111,6 +111,7 @@ Patch0040: 0040-Fix-parsing-of-the-kernel-cmdline.patch
Patch0041: 0041-repomap-Process-repositories-based-on-distro.patch
Patch0042: 0042-Update-the-upgrade-data-files-stream-4.0.patch
Patch0043: 0043-unit-tests-suppress-deprecation-warning-for-is_rhel_.patch
Patch0100: leapp-repository-0.22.0-almalinux.patch
%description
%{summary}
@ -321,6 +322,7 @@ Requires: libdb-utils
%patch -P 0041 -p1
%patch -P 0042 -p1
%patch -P 0043 -p1
%patch -P 0100 -p1
%build
@ -402,6 +404,9 @@ done;
# no files here
%changelog
* Fri Jun 27 2025 Yuriy Kohut <ykohut@almalinux.org> - 0.22.0-4.1
- Support of AlmaLinux OS. Phase 1
* Thu Jun 05 2025 Karolina Kula <kkula@redhat.com> - 0.22.0-4
- Fix parsing of the kernel cmdline
- Require leapp data with provided_data_streams 4.0+
@ -1220,4 +1225,3 @@ done;
* Wed Nov 07 2018 Petr Stodulka <pstodulk@redhat.com> - 0.3-1
- Initial RPM
Resolves: #1636481