Mailinglist Archive: opensuse-commit (689 mails)
| < Previous | Next > |
commit aaa_base
- From: root@xxxxxxxxxxxxxxx (h_root)
- Date: Mon, 03 Dec 2007 23:01:46 +0100
- Message-id: <20071203220146.E6F586780DE@xxxxxxxxxxxxxxx>
Hello community,
here is the log from the commit of package aaa_base
checked in at Mon Dec 3 23:01:46 CET 2007.
--------
--- aaa_base/aaa_base.changes 2007-11-19 17:52:02.000000000 +0100
+++ /mounts/work_src_done/STABLE/aaa_base/aaa_base.changes 2007-12-03
15:29:22.888283000 +0100
@@ -1,0 +2,5 @@
+Mon Dec 3 15:29:01 CET 2007 - ro@xxxxxxx
+
+- for zsh, do not source bash.bashrc (#343621)
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ aaa_base.spec ++++++
--- /var/tmp/diff_new_pack.K20931/_old 2007-12-03 23:01:19.000000000 +0100
+++ /var/tmp/diff_new_pack.K20931/_new 2007-12-03 23:01:19.000000000 +0100
@@ -1,5 +1,5 @@
#
-# spec file for package aaa_base (Version 10.3.1)
+# spec file for package aaa_base (Version 11.0)
#
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
@@ -18,8 +18,8 @@
Requires: aaa_skel filesystem distribution-release logrotate /bin/mktemp
/usr/bin/find /usr/bin/xargs mingetty cpio udev psmisc
PreReq: /usr/bin/sed /usr/bin/grep /bin/mv /bin/cat /bin/ls /bin/date
/usr/bin/cmp /bin/fillup /sbin/insserv net-tools
AutoReqProv: on
-Version: 10.3.1
-Release: 17
+Version: 11.0
+Release: 2
Summary: SUSE Linux Base Package
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Source: aaa_base.tar.bz2
@@ -132,7 +132,10 @@
%files -f aaa_base.files
%defattr(-,root,root)
+
%changelog
+* Mon Dec 03 2007 - ro@xxxxxxx
+- for zsh, do not source bash.bashrc (#343621)
* Fri Nov 09 2007 - olh@xxxxxxx
- do not run swapoff -a during shutdown, only deactivate swapfiles
swap can not become unclean like filesystems (#342757)
++++++ aaa_base.tar.bz2 ++++++
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn
--exclude=.svnignore old/aaa_base/etc/profile new/aaa_base/etc/profile
--- old/aaa_base/etc/profile 2007-08-03 15:28:27.000000000 +0200
+++ new/aaa_base/etc/profile 2007-12-03 15:28:56.000000000 +0100
@@ -304,7 +304,7 @@
#
# System wide configuration of bourne shells like ash
#
-if test "$is" != "ksh" -a -z "$PROFILEREAD" ; then
+if test "$is" != "ksh" -a "$is" != "zsh" -a -z "$PROFILEREAD" ; then
ENV=/etc/bash.bashrc
export ENV
fi
@@ -326,7 +326,7 @@
# System BASH specials, maybe also good for other shells
# Note that ksh always reads /etc/ksh.kshrc
#
- if test "$is" != ksh ; then
+ if test "$is" != ksh -a "$is" != zsh ; then
test -r /etc/bash.bashrc && . /etc/bash.bashrc
fi
if test -n "$restricted" ; then
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx
| < Previous | Next > |