Remove /bin from DEFAULT_PATH_VALUE
Resolves: #834571 Signed-off-by: Roman Rakus <rrakus@redhat.com>
This commit is contained in:
parent
7b8dddea4e
commit
d075bb46c6
@ -6,7 +6,7 @@
|
|||||||
Version: %{baseversion}%{patchleveltag}
|
Version: %{baseversion}%{patchleveltag}
|
||||||
Name: bash
|
Name: bash
|
||||||
Summary: The GNU Bourne Again shell
|
Summary: The GNU Bourne Again shell
|
||||||
Release: 2%{?dist}
|
Release: 3%{?dist}
|
||||||
Group: System Environment/Shells
|
Group: System Environment/Shells
|
||||||
License: GPLv3+
|
License: GPLv3+
|
||||||
Url: http://www.gnu.org/software/bash
|
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
|
# 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.
|
# and new fork's pid is also X, bash has to wait for this same pid.
|
||||||
# Without Recycles pids bash will not wait.
|
# 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
|
%install
|
||||||
rm -rf $RPM_BUILD_ROOT
|
rm -rf $RPM_BUILD_ROOT
|
||||||
@ -358,6 +358,10 @@ end
|
|||||||
#%doc doc/*.ps doc/*.0 doc/*.html doc/article.txt
|
#%doc doc/*.ps doc/*.0 doc/*.html doc/article.txt
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Jun 23 2012 Roman Rakus <rrakus@redhat.com> - 4.2.29-3
|
||||||
|
- Remove /bin from DEFAULT_PATH_VALUE
|
||||||
|
Resolves: #834571
|
||||||
|
|
||||||
* Thu May 31 2012 Roman Rakus <rrakus@redhat.com> - 4.2.29-2
|
* Thu May 31 2012 Roman Rakus <rrakus@redhat.com> - 4.2.29-2
|
||||||
- Patchlevel 29
|
- Patchlevel 29
|
||||||
- Also keep release at -2, so we are newer then f16 and f17
|
- Also keep release at -2, so we are newer then f16 and f17
|
||||||
|
Loading…
Reference in New Issue
Block a user