forked from pool/aaa_base
This commit is contained in:
parent
6bed7a9208
commit
4ac29df107
@ -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
|
||||||
|
|
||||||
|
@ -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
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user