rpms/bash/F-9 bash-3.2-ssh_source_bash.patch, NONE, 1.1 bash.spec, 1.154, 1.155

Roman Rakus rrakus at fedoraproject.org
Thu Oct 23 14:25:17 UTC 2008


Author: rrakus

Update of /cvs/extras/rpms/bash/F-9
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv22873

Modified Files:
	bash.spec 
Added Files:
	bash-3.2-ssh_source_bash.patch 
Log Message:
Enable #define SSH_SOURCE_BASHRC to force sourcing .bashrc

bash-3.2-ssh_source_bash.patch:

--- NEW FILE bash-3.2-ssh_source_bash.patch ---
diff -up bash-3.2/config-top.h.ssh_source_bash bash-3.2/config-top.h
--- bash-3.2/config-top.h.ssh_source_bash	2008-10-23 15:08:04.000000000 +0200
+++ bash-3.2/config-top.h	2008-10-23 15:08:33.000000000 +0200
@@ -86,4 +86,4 @@
 
 /* Define this if you want bash to try to check whether it's being run by
    sshd and source the .bashrc if so (like the rshd behavior). */
-/* #define SSH_SOURCE_BASHRC */
+#define SSH_SOURCE_BASHRC


Index: bash.spec
===================================================================
RCS file: /cvs/extras/rpms/bash/F-9/bash.spec,v
retrieving revision 1.154
retrieving revision 1.155
diff -u -r1.154 -r1.155
--- bash.spec	29 Feb 2008 14:20:24 -0000	1.154
+++ bash.spec	23 Oct 2008 14:24:46 -0000	1.155
@@ -1,7 +1,7 @@
 Version: 3.2
 Name: bash
 Summary: The GNU Bourne Again shell (bash) version %{version}
-Release: 22%{?dist}
+Release: 23%{?dist}
 Group: System Environment/Shells
 License: GPLv2+
 Url: http://www.gnu.org/software/bash
@@ -63,6 +63,8 @@
 Patch133: bash-3.2-rng.patch
 Patch136: bash-3.2-344411.patch
 Patch137: bash-3.2-190350.patch
+Patch138: bash-3.2-ssh_source_bash.patch
+
 Requires: mktemp
 Requires(post): ncurses
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -135,6 +137,7 @@
 %patch133 -p1 -b .rng.patch
 %patch136 -p1 -b .344411
 %patch137 -p1 -b .190350
+%patch138 -p1 -b .ssh_source_bash
 
 echo %{version} > _distribution
 echo %{release} > _patchlevel
@@ -276,6 +279,10 @@
 %doc doc/*.ps doc/*.0 doc/*.html doc/article.txt
 
 %changelog
+* Thu Oct 23 2008 Roman Rakus <rrakus at redhat.com> - 3.2-23
+- Enabling #define SSH_SOURCE_BASHRC, because ssh changed.
+  Resolves: #458839
+ 
 * Fri Feb 29 2008 Tomas Janousek <tjanouse at redhat.com> - 3.2-22
 - drop /usr/bin/clear from /etc/skel/.bash_logout as suggested by #429406
 




More information about the fedora-extras-commits mailing list