SHA256
3
0
forked from pool/aaa_base
OBS User unknown 2007-10-19 13:41:08 +00:00 committed by Git OBS Bridge
parent 6bed7a9208
commit 4ac29df107
3 changed files with 9 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Oct 19 15:23:24 CEST 2007 - meissner@suse.de
- add malloc-debug.csh to special files too.
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Oct 17 11:40:20 CEST 2007 - meissner@suse.de Wed Oct 17 11:40:20 CEST 2007 - meissner@suse.de

View File

@ -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/ls /bin/date /usr/bin/cmp /bin/fillup /sbin/insserv net-tools 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 AutoReqProv: on
Version: 10.3.1 Version: 10.3.1
Release: 8 Release: 10
Summary: SUSE Linux Base Package Summary: SUSE Linux Base Package
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
Source: aaa_base.tar.bz2 Source: aaa_base.tar.bz2
@ -133,6 +133,8 @@ done > aaa_base.files
%files -f aaa_base.files %files -f aaa_base.files
%defattr(-,root,root) %defattr(-,root,root)
%changelog %changelog
* Fri Oct 19 2007 - meissner@suse.de
- add malloc-debug.csh to special files too.
* Wed Oct 17 2007 - meissner@suse.de * Wed Oct 17 2007 - meissner@suse.de
- renabled MALLOC_CHECK_ for FACTORY, for both sh and csh. - renabled MALLOC_CHECK_ for FACTORY, for both sh and csh.
* Tue Oct 16 2007 - schwab@suse.de * Tue Oct 16 2007 - schwab@suse.de

View File

@ -25,6 +25,7 @@
%config /etc/profile.d/lang.csh %config /etc/profile.d/lang.csh
%config /etc/profile.d/lang.sh %config /etc/profile.d/lang.sh
%config /etc/profile.d/malloc-debug.sh %config /etc/profile.d/malloc-debug.sh
%config /etc/profile.d/malloc-debug.csh
%config /etc/profile.d/profile.csh %config /etc/profile.d/profile.csh
%config /etc/profile.d/profile.sh %config /etc/profile.d/profile.sh
%config /etc/profile.d/sh.ssh %config /etc/profile.d/sh.ssh