From d075bb46c6a26bc103d47a76946e64209728168f Mon Sep 17 00:00:00 2001 From: Roman Rakus Date: Sat, 23 Jun 2012 15:49:28 +0200 Subject: [PATCH] Remove /bin from DEFAULT_PATH_VALUE Resolves: #834571 Signed-off-by: Roman Rakus --- bash.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/bash.spec b/bash.spec index 14d7dcb..bd2c728 100644 --- a/bash.spec +++ b/bash.spec @@ -6,7 +6,7 @@ Version: %{baseversion}%{patchleveltag} Name: bash Summary: The GNU Bourne Again shell -Release: 2%{?dist} +Release: 3%{?dist} Group: System Environment/Shells License: GPLv3+ Url: http://www.gnu.org/software/bash @@ -179,7 +179,7 @@ autoconf # Recycles pids is neccessary. When bash's last fork's pid was X # and new fork's pid is also X, bash has to wait for this same pid. # Without Recycles pids bash will not wait. -make "CPPFLAGS=-D_GNU_SOURCE -DRECYCLES_PIDS `getconf LFS_CFLAGS`" +make "CPPFLAGS=-D_GNU_SOURCE -DRECYCLES_PIDS -DDEFAULT_PATH_VALUE='\"/usr/local/bin:/usr/bin\"' `getconf LFS_CFLAGS`" %install rm -rf $RPM_BUILD_ROOT @@ -358,6 +358,10 @@ end #%doc doc/*.ps doc/*.0 doc/*.html doc/article.txt %changelog +* Sat Jun 23 2012 Roman Rakus - 4.2.29-3 +- Remove /bin from DEFAULT_PATH_VALUE + Resolves: #834571 + * Thu May 31 2012 Roman Rakus - 4.2.29-2 - Patchlevel 29 - Also keep release at -2, so we are newer then f16 and f17