import environment-modules-4.1.4-4.el8
This commit is contained in:
parent
abe2b11763
commit
9cb74f28bd
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
Name: environment-modules
|
Name: environment-modules
|
||||||
Version: 4.1.4
|
Version: 4.1.4
|
||||||
Release: 1%{?dist}
|
Release: 4%{?dist}
|
||||||
Summary: Provides dynamic modification of a user's environment
|
Summary: Provides dynamic modification of a user's environment
|
||||||
|
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
@ -136,7 +136,7 @@ fi
|
|||||||
|
|
||||||
%postun
|
%postun
|
||||||
if [ $1 -eq 0 ] ; then
|
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
|
fi
|
||||||
|
|
||||||
%postun compat
|
%postun compat
|
||||||
@ -176,6 +176,12 @@ fi
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%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
|
* Wed Aug 29 2018 Jan Synáček <jsynacek@redhat.com> - 4.1.4-1
|
||||||
- Update to 4.1.4 (#1619619)
|
- Update to 4.1.4 (#1619619)
|
||||||
- Don't install any files under /usr as config files
|
- Don't install any files under /usr as config files
|
||||||
|
Loading…
Reference in New Issue
Block a user