import environment-modules-4.1.4-4.el8
This commit is contained in:
parent
973a1c53db
commit
fa5aab157f
@ -2,7 +2,7 @@
|
||||
|
||||
Name: environment-modules
|
||||
Version: 4.1.4
|
||||
Release: 1%{?dist}
|
||||
Release: 4%{?dist}
|
||||
Summary: Provides dynamic modification of a user's environment
|
||||
|
||||
Group: System Environment/Base
|
||||
@ -136,7 +136,7 @@ fi
|
||||
|
||||
%postun
|
||||
if [ $1 -eq 0 ] ; then
|
||||
%{_sbindir}/update-alternatives --remove modules.sh %{_datadir}/Modules/init/modules.sh
|
||||
%{_sbindir}/update-alternatives --remove modules.sh %{_datadir}/Modules/init/profile.sh
|
||||
fi
|
||||
|
||||
%postun compat
|
||||
@ -176,6 +176,12 @@ fi
|
||||
|
||||
|
||||
%changelog
|
||||
* Tue Aug 06 2019 Jan Macku <jamacku@redhat.com> - 4.1.4-4
|
||||
- Gating rebuilt
|
||||
|
||||
* Mon Aug 5 2019 Jan Synáček <jsynacek@redhat.com> - 4.1.4-2
|
||||
- Fix postun script (#1736487)
|
||||
|
||||
* Wed Aug 29 2018 Jan Synáček <jsynacek@redhat.com> - 4.1.4-1
|
||||
- Update to 4.1.4 (#1619619)
|
||||
- Don't install any files under /usr as config files
|
||||
|
Loading…
Reference in New Issue
Block a user