public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/environment-modules] f45: Update to 5.7.0 (#2537583)
@ 2026-09-22  5:15 Xavier Delaruelle
  0 siblings, 0 replies; only message in thread
From: Xavier Delaruelle @ 2026-09-22  5:15 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/environment-modules
Branch : f45
Commit : fe96b8a2380659eabbcacc67ccd465e8bdc32c6b
Author : Xavier Delaruelle <xavier.delaruelle@cea.fr>
Date   : 2026-09-22T07:00:49+02:00
Stats  : +21/-4 in 3 file(s)
URL    : https://src.fedoraproject.org/rpms/environment-modules/c/fe96b8a2380659eabbcacc67ccd465e8bdc32c6b?branch=f45

Log:
Update to 5.7.0 (#2537583)

---
diff --git a/.gitignore b/.gitignore
index 04a72f6..9eb3f9b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -41,3 +41,4 @@ modules-3.2.8.tar.bz2
 /modules-5.6.0.tar.bz2
 /modules-5.6.1.tar.bz2
 /modules-5.6.2.tar.bz2
+/modules-5.7.0.tar.bz2

diff --git a/environment-modules.spec b/environment-modules.spec
index 94c1ad8..caacf2f 100644
--- a/environment-modules.spec
+++ b/environment-modules.spec
@@ -1,7 +1,7 @@
 %global macrosdir %(d=%{_rpmconfigdir}/macros.d; [ -d $d ] || d=%{_sysconfdir}/rpm; echo $d)
 
 Name:           environment-modules
-Version:        5.6.2
+Version:        5.7.0
 Release:        1%{?dist}
 Summary:        Provides dynamic modification of a user's environment
 
@@ -14,6 +14,9 @@ BuildRequires:  dejagnu
 BuildRequires:  make
 BuildRequires:  sed
 BuildRequires:  less
+# python3_sitelib macro and byte-compilation of env_modules.py installed
+# in this directory
+BuildRequires:  python3-devel
 BuildRequires:  util-linux-core
 BuildRequires:  hostname
 BuildRequires:  procps-ng
@@ -87,8 +90,11 @@ have access to the module alias.
            --disable-doc-install \
            --enable-modulespath \
            --with-python=/usr/bin/python3 \
+           --with-pythondir=%{python3_sitelib} \
+           --disable-set-pythonpath \
            --with-modulepath=%{_datadir}/Modules/modulefiles:%{_sysconfdir}/modulefiles:%{_datadir}/modulefiles \
-           --with-quarantine-vars='LD_LIBRARY_PATH LD_PRELOAD'
+           --with-quarantine-vars='LD_LIBRARY_PATH LD_PRELOAD' \
+           --with-init-envvars='MANPATH='
 
 %make_build
 
@@ -157,7 +163,7 @@ fi
 
 
 %files
-%license COPYING.GPLv2
+%license COPYING
 %doc ChangeLog.gz README NEWS.txt MIGRATING.txt INSTALL.txt CONTRIBUTING.txt changes.txt
 %{_sysconfdir}/modulefiles
 %dir %{_datadir}/fish/vendor_conf.d
@@ -174,6 +180,8 @@ fi
 %{_datadir}/Modules/libexec/modulecmd.tcl
 %dir %{_datadir}/Modules/init
 %{_datadir}/Modules/init/*
+%{python3_sitelib}/env_modules.py
+%{python3_sitelib}/__pycache__/env_modules.cpython-*.pyc
 # do not need to require shell package as we "own" completion dir
 %dir %{bash_completions_dir}
 %{bash_completions_dir}/module
@@ -191,6 +199,7 @@ fi
 %{_mandir}/man1/envml.1.gz
 %{_mandir}/man1/ml.1.gz
 %{_mandir}/man1/module.1.gz
+%{_mandir}/man1/modulecmd.1.gz
 %{_mandir}/man5/modulefile.5.gz
 %{macrosdir}/macros.%{name}
 %{vimfiles_root}/ftdetect/modulefile.vim
@@ -204,6 +213,13 @@ fi
 
 
 %changelog
+* Mon Sep 21 2026 Xavier Delaruelle <xavier.delaruelle@cea.fr> - 5.7.0-1
+- Update to 5.7.0 (#2537583)
+- Add modulecmd(1) man page
+- Initialize MANPATH to an empty string when set for the first time
+- Rename COPYING.GPLv2 license file to COPYING
+- Install 'env_modules' Python module in %%python3_sitelib
+
 * Mon Sep 07 2026 Xavier Delaruelle <xavier.delaruelle@cea.fr> - 5.6.2-1
 - Update to 5.6.2 (fix CVE-2026-85013)
 

diff --git a/sources b/sources
index 7bd0b58..17cebd4 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (modules-5.6.2.tar.bz2) = 82777933cf1915d66c519bf8ded350e25c486eb5d73633804de90fd534c481f3037d6f65004fc65f4562ce90351c500f14020df88c18ef04e9572efb7c7c5764
+SHA512 (modules-5.7.0.tar.bz2) = afe774912f473191fab5331b9c7ca575b40cae0bc61b6760e9badc08694d6a1988a4d6bb1b404103c5a4076bb1274ffbc9e8f5c25acd17d0ca7f220c52d74946

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-09-22  5:15 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-09-22  5:15 [rpms/environment-modules] f45: Update to 5.7.0 (#2537583) Xavier Delaruelle

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox