Update leapp-repository-*-fapolicyd package requirement to include epoch

This commit is contained in:
Yuriy Kohut 2026-02-27 14:50:15 +02:00
parent 15fd026e53
commit be30bd6d7b

View File

@ -53,7 +53,7 @@ py2_byte_compile "%1" "%2"}
Epoch: 1
Name: leapp-repository
Version: 0.23.0
Release: 1%{?dist}.elevate.1
Release: 1%{?dist}.elevate.1.1
Summary: Repositories for leapp
License: ASL 2.0
@ -135,7 +135,7 @@ Requires: cpio
# Subpackage for managing fapolicyd rules for %{lpr_name} installed only if
# fapolicyd is present on the system
Requires: (%{lpr_name}-fapolicyd = %{version}-%{release} if fapolicyd)
Requires: (%{lpr_name}-fapolicyd = %{epoch}:%{version}-%{release} if fapolicyd)
# The leapp-repository rpm is renamed to %%{lpr_name}
Obsoletes: leapp-repository < 0.14.0-5
@ -350,6 +350,9 @@ fi
%changelog
* Fri Feb 27 2026 Yuriy Kohut <ykohut@almalinux.org> - 0.23.0-1.elevate.1.1
- Update %{lpr_name}-fapolicyd package requirement to include epoch
* Fri Sep 12 2025 Yuriy Kohut <ykohut@almalinux.org> - 0.23.0-1.elevate.1
- ELevate vendors support for upstream 0.23.0-1 version (dcf53c28ea9c3fdd03277abcdeb1d124660f7f8e)