From 329df36f8bbc303be618f06562ec2c4eebfd1d29 Mon Sep 17 00:00:00 2001 From: Miro Hrončok Date: Jun 26 2018 11:11:49 +0000 Subject: Move user bin directories in front of the PATH See: https://fedoraproject.org/wiki/Changes/UserPathPrioritization Resolves: #1595098 --- diff --git a/bash.spec b/bash.spec index 7d58cb5..481d33b 100644 --- a/bash.spec +++ b/bash.spec @@ -7,7 +7,7 @@ Version: %{baseversion}%{patchleveltag} Name: bash Summary: The GNU Bourne Again shell -Release: 1%{?dist} +Release: 2%{?dist} License: GPLv3+ Url: https://www.gnu.org/software/bash Source0: https://ftp.gnu.org/gnu/bash/bash-%{baseversion}.tar.gz @@ -316,6 +316,11 @@ end %{_libdir}/pkgconfig/%{name}.pc %changelog +* Mon Jun 25 2018 Miro Hrončok - 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 - 4.4.23-1 - Update to bash-4.4 patchlevel 23 Resolves: #1585510 diff --git a/dot-bash_profile b/dot-bash_profile index 031ab84..11e0c4f 100644 --- a/dot-bash_profile +++ b/dot-bash_profile @@ -7,6 +7,6 @@ fi # User specific environment and startup programs -PATH=$PATH:$HOME/.local/bin:$HOME/bin +PATH=$HOME/.local/bin:$HOME/bin:$PATH export PATH