Move user bin directories in front of the PATH
See: https://fedoraproject.org/wiki/Changes/UserPathPrioritization Resolves: #1595098
This commit is contained in:
parent
00951800e5
commit
329df36f8b
@ -7,7 +7,7 @@
|
|||||||
Version: %{baseversion}%{patchleveltag}
|
Version: %{baseversion}%{patchleveltag}
|
||||||
Name: bash
|
Name: bash
|
||||||
Summary: The GNU Bourne Again shell
|
Summary: The GNU Bourne Again shell
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
License: GPLv3+
|
License: GPLv3+
|
||||||
Url: https://www.gnu.org/software/bash
|
Url: https://www.gnu.org/software/bash
|
||||||
Source0: https://ftp.gnu.org/gnu/bash/bash-%{baseversion}.tar.gz
|
Source0: https://ftp.gnu.org/gnu/bash/bash-%{baseversion}.tar.gz
|
||||||
@ -316,6 +316,11 @@ end
|
|||||||
%{_libdir}/pkgconfig/%{name}.pc
|
%{_libdir}/pkgconfig/%{name}.pc
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Jun 25 2018 Miro Hrončok <mhroncok@redhat.com> - 4.4.23-2
|
||||||
|
- Move user bin directories in front of the PATH
|
||||||
|
See: https://fedoraproject.org/wiki/Changes/UserPathPrioritization
|
||||||
|
Resolves: #1595098
|
||||||
|
|
||||||
* Tue Jun 12 2018 Siteshwar Vashisht <svashisht@redhat.com> - 4.4.23-1
|
* Tue Jun 12 2018 Siteshwar Vashisht <svashisht@redhat.com> - 4.4.23-1
|
||||||
- Update to bash-4.4 patchlevel 23
|
- Update to bash-4.4 patchlevel 23
|
||||||
Resolves: #1585510
|
Resolves: #1585510
|
||||||
|
@ -7,6 +7,6 @@ fi
|
|||||||
|
|
||||||
# User specific environment and startup programs
|
# User specific environment and startup programs
|
||||||
|
|
||||||
PATH=$PATH:$HOME/.local/bin:$HOME/bin
|
PATH=$HOME/.local/bin:$HOME/bin:$PATH
|
||||||
|
|
||||||
export PATH
|
export PATH
|
||||||
|
Loading…
Reference in New Issue
Block a user