forked from pool/aaa_base
This commit is contained in:
parent
4a958457c5
commit
f407fc9f0e
@ -1,3 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 04 18:27:30 CEST 2007 - mfabian@suse.de
|
||||
|
||||
- Bugzilla #279934: ssh sends the locale environment variables
|
||||
even for non-login shells, therefore one should not test for
|
||||
SSH_TTY in /etc/profile.d/*.ssh but for SSH_CONNECTION,
|
||||
otherwise /etc/profile.d/lang.{sh,csh} overwrites the locale
|
||||
with the system default again (Thanks to Werner Fink).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 4 14:55:41 CEST 2007 - werner@suse.de
|
||||
|
||||
- Be sure the the option -P of shutdown works (bug #274042)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 1 15:48:57 CEST 2007 - lnussel@suse.de
|
||||
|
||||
|
@ -19,7 +19,7 @@ Requires: aaa_skel filesystem distribution-release logrotate /bin/mktemp /
|
||||
PreReq: /usr/bin/sed /usr/bin/grep /bin/mv /bin/cat /bin/date /usr/bin/cmp /bin/fillup /sbin/insserv net-tools
|
||||
Autoreqprov: on
|
||||
Version: 10.3
|
||||
Release: 37
|
||||
Release: 39
|
||||
Summary: SUSE Linux Base Package
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
Source: aaa_base.tar.bz2
|
||||
@ -131,6 +131,14 @@ done > aaa_base.files
|
||||
%defattr(-,root,root)
|
||||
|
||||
%changelog
|
||||
* Mon Jun 04 2007 - mfabian@suse.de
|
||||
- Bugzilla #279934: ssh sends the locale environment variables
|
||||
even for non-login shells, therefore one should not test for
|
||||
SSH_TTY in /etc/profile.d/*.ssh but for SSH_CONNECTION,
|
||||
otherwise /etc/profile.d/lang.{sh,csh} overwrites the locale
|
||||
with the system default again (Thanks to Werner Fink).
|
||||
* Mon Jun 04 2007 - werner@suse.de
|
||||
- Be sure the the option -P of shutdown works (bug #274042)
|
||||
* Fri Jun 01 2007 - lnussel@suse.de
|
||||
- move permissions.local to permissions package
|
||||
* Fri Jun 01 2007 - lnussel@suse.de
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:993785367a940b6db6de61cf683a1b5d7bbe17972fbb43f8f2713571a9c62ce8
|
||||
size 77450
|
||||
oid sha256:cb7ae93eddd2fef8126ae75ec711ec06c42374712433045309c3f8d244034aad
|
||||
size 77449
|
||||
|
Loading…
Reference in New Issue
Block a user