Don't 'Requires: flatpak-session-helper' on RHEL

... because RHEL has always shipped toolbox >= 0.0.97 and hence doesn't
require flatpak-session-helper.

There's no need to do a build just for this.
This commit is contained in:
Debarshi Ray 2023-04-03 21:32:11 +02:00
parent 2f07af48f5
commit a8b4975b5c

View File

@ -54,8 +54,10 @@ BuildRequires: systemd
BuildRequires: systemd-rpm-macros
Requires: containers-common
Requires: flatpak-session-helper
Requires: podman >= 1.4.0
%if ! 0%{?rhel}
Requires: flatpak-session-helper
%endif
%description