Accepting request 1196314 from systemsmanagement
OBS-URL: https://build.opensuse.org/request/show/1196314 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/Modules?expand=0&rev=28
This commit is contained in:
commit
8af2722a8f
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 27 10:03:05 UTC 2024 - pgajdos@suse.com
|
||||
|
||||
- remove dependency on /usr/bin/python3 using
|
||||
%python3_fix_shebang macro, [bsc#1212476]
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue May 21 10:40:16 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
|
@ -32,6 +32,7 @@ Requires: python3
|
||||
Requires: tcl
|
||||
Source: https://download.sourceforge.net/project/modules/Modules/modules-%{version}/modules-%{version}.tar.gz
|
||||
Patch1: Remove-empty-unused-static-function.patch
|
||||
BuildRequires: python-rpm-macros
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
Provides: environment-modules
|
||||
%if 0%{?suse_version}
|
||||
@ -126,6 +127,7 @@ make DESTDIR=%{buildroot} install
|
||||
install -d %{buildroot}/usr/bin
|
||||
mv %{buildroot}/usr/share/doc doc_dir
|
||||
%fdupes -s %{buildroot}%{_datadir}
|
||||
%python3_fix_shebang
|
||||
|
||||
ln -sf %{_datadir}/Modules/init/profile.sh %{buildroot}%{_sysconfdir}/profile.d/modules.sh
|
||||
ln -sf %{_datadir}/Modules/init/profile.csh %{buildroot}%{_sysconfdir}/profile.d/modules.csh
|
||||
|
Loading…
x
Reference in New Issue
Block a user