forked from pool/aaa_base
- remove malloc-debug.* for final release
OBS-URL: https://build.opensuse.org/package/show/Base:System/aaa_base?expand=0&rev=123
This commit is contained in:
parent
0c14fab35e
commit
f3c8f8238b
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jun 17 08:58:20 UTC 2010 - coolo@novell.com
|
||||||
|
|
||||||
|
- remove malloc-debug.* for final release
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Jun 16 11:40:35 CEST 2010 - ro@suse.de
|
Wed Jun 16 11:40:35 CEST 2010 - ro@suse.de
|
||||||
|
|
||||||
|
@ -48,16 +48,6 @@ Source22: aaa_base.post
|
|||||||
This package installs several important configuration files. Central
|
This package installs several important configuration files. Central
|
||||||
scripts like SuSEconfig are also in this package.
|
scripts like SuSEconfig are also in this package.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Authors:
|
|
||||||
--------
|
|
||||||
Werner Fink <werner@suse.de>
|
|
||||||
Rüdiger Oertel <ro@suse.de>
|
|
||||||
Burchard Steinbild
|
|
||||||
Florian La Roche
|
|
||||||
Martin Scherbaum
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -n aaa_base -b 5 -b 7
|
%setup -n aaa_base -b 5 -b 7
|
||||||
cd ..
|
cd ..
|
||||||
@ -73,6 +63,8 @@ install -d -m 700 root
|
|||||||
# make sure it does not creep in again
|
# make sure it does not creep in again
|
||||||
test -d ../aaa_base/root/.gnupg && exit 1
|
test -d ../aaa_base/root/.gnupg && exit 1
|
||||||
cp -a ../aaa_base/* $RPM_BUILD_ROOT
|
cp -a ../aaa_base/* $RPM_BUILD_ROOT
|
||||||
|
# for the release
|
||||||
|
rm $RPM_BUILD_ROOT/etc/profile.d/malloc-debug.*
|
||||||
cp $RPM_SOURCE_DIR/get_kernel_version $RPM_BUILD_ROOT/sbin
|
cp $RPM_SOURCE_DIR/get_kernel_version $RPM_BUILD_ROOT/sbin
|
||||||
mkdir -p $RPM_BUILD_ROOT/var/adm/fillup-templates
|
mkdir -p $RPM_BUILD_ROOT/var/adm/fillup-templates
|
||||||
for i in $RPM_BUILD_DIR/sysconfig_parts/sysconfig.* ; do
|
for i in $RPM_BUILD_DIR/sysconfig_parts/sysconfig.* ; do
|
||||||
|
Loading…
Reference in New Issue
Block a user