public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/environment-modules] f43: do not recommend nagelfar on RHEL
@ 2026-09-07 6:38
0 siblings, 0 replies; only message in thread
From: @ 2026-09-07 6:38 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/environment-modules
Branch : f43
Commit : d435b4a8e2c441b0611494a65539f22e804ea267
Author : Lukáš Zaoral <lzaoral@redhat.com>
Date : 2026-01-17T12:40:35+01:00
Stats : +6/-1 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/environment-modules/c/d435b4a8e2c441b0611494a65539f22e804ea267?branch=f43
Log:
do not recommend nagelfar on RHEL
... to keep BaseOS-only installs as minimal as possible.
---
diff --git a/environment-modules.spec b/environment-modules.spec
index aa06579..3a64e69 100644
--- a/environment-modules.spec
+++ b/environment-modules.spec
@@ -2,7 +2,7 @@
Name: environment-modules
Version: 5.6.1
-Release: 2%{?dist}
+Release: 3%{?dist}
Summary: Provides dynamic modification of a user's environment
License: GPL-2.0-or-later
@@ -36,8 +36,10 @@ Requires(postun): %{_bindir}/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
+* Sat Jan 17 2026 Lukáš Zaoral <lzaoral@redhat.com> - 5.6.1-3
+- do not recommend nagelfar on RHEL
+
* Fri Jan 16 2026 Fedora Release Engineering <releng@fedoraproject.org> - 5.6.1-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-09-07 6:38 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-09-07 6:38 [rpms/environment-modules] f43: do not recommend nagelfar on RHEL
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox