From c71d6201be83e439eb1748c53f14f2e4d9b6a2b6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Zaoral?= Date: Thu, 15 Jan 2026 09:46:01 +0100 Subject: [PATCH] remove recommends on nagelfar Resolves: RHEL-139084 --- environment-modules.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/environment-modules.spec b/environment-modules.spec index c01fbb0..b845eb1 100644 --- a/environment-modules.spec +++ b/environment-modules.spec @@ -2,7 +2,7 @@ Name: environment-modules Version: 5.6.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Provides dynamic modification of a user's environment License: GPL-2.0-or-later @@ -36,8 +36,10 @@ Requires(postun): %{_sbindir}/update-alternatives Provides: environment(modules) Obsoletes: environment-modules-compat <= 4.8.99 +%if 0%{?fedora} # Tcl linter is useful for module lint command Recommends: nagelfar +%endif %description The Environment Modules package provides for the dynamic modification of @@ -202,6 +204,9 @@ fi %changelog +* Thu Jan 15 2026 Lukáš Zaoral - 5.6.1-2 +- remove recommends on nagelfar (RHEL-139084) + * Fri Dec 12 2025 Lukáš Zaoral - 5.6.1-1 - rebase to 5.6.1 (RHEL-132336) + Based on spec by Xavier Delaruelle in Fedora Rawhide. Thanks a lot!