[bash/f17] Remove /bin from DEFAULT_PATH_VALUE

Roman Rakus rrakus at fedoraproject.org
Sat Jun 23 14:21:46 UTC 2012


commit 275f2584b31c21e2f7786669f0cf2e5b7b4cf5a1
Author: Roman Rakus <rrakus at redhat.com>
Date:   Sat Jun 23 16:20:53 2012 +0200

    Remove /bin from DEFAULT_PATH_VALUE
    
    Resolves: #834571
    
    Signed-off-by: Roman Rakus <rrakus at redhat.com>

 bash.spec |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/bash.spec b/bash.spec
index 7ae4d2c..e6b4610 100644
--- a/bash.spec
+++ b/bash.spec
@@ -6,7 +6,7 @@
 Version: %{baseversion}%{patchleveltag}
 Name: bash
 Summary: The GNU Bourne Again shell
-Release: 1%{?dist}
+Release: 2%{?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
@@ -336,6 +336,10 @@ end
 #%doc doc/*.ps doc/*.0 doc/*.html doc/article.txt
 
 %changelog
+* Sat Jun 23 2012 Roman Rakus <rrakus at redhat.com> - 4.2.29-2
+- Remove /bin from DEFAULT_PATH_VALUE
+  Resolves: #834571
+
 * Thu May 31 2012 Roman Rakus <rrakus at redhat.com> - 4.2.29-1
 - Patchlevel 29
 


More information about the scm-commits mailing list