remove recommends on nagelfar

Resolves: RHEL-139084
This commit is contained in:
Lukáš Zaoral 2026-01-15 09:46:01 +01:00
parent 8c62b3d01a
commit c71d6201be
No known key found for this signature in database
GPG Key ID: 39157506DD67752D

View File

@ -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 <lzaoral@redhat.com> - 5.6.1-2
- remove recommends on nagelfar (RHEL-139084)
* Fri Dec 12 2025 Lukáš Zaoral <lzaoral@redhat.com> - 5.6.1-1
- rebase to 5.6.1 (RHEL-132336)
+ Based on spec by Xavier Delaruelle in Fedora Rawhide. Thanks a lot!