forked from pool/aaa_base
Accepting request 61161 from Base:System
Accepted submit request 61161 from user lnussel OBS-URL: https://build.opensuse.org/request/show/61161 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/aaa_base?expand=0&rev=263
This commit is contained in:
commit
c53d2cdd98
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Feb 14 13:23:35 UTC 2011 - lnussel@suse.de
|
||||||
|
|
||||||
|
- don't time out waiting for tmpfs (bnc#671468)
|
||||||
|
- make malloc checking configurable
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Feb 11 18:39:04 CET 2011 - werner@suse.de
|
Fri Feb 11 18:39:04 CET 2011 - werner@suse.de
|
||||||
|
|
||||||
|
@ -17,6 +17,7 @@
|
|||||||
|
|
||||||
# norootforbuild
|
# norootforbuild
|
||||||
|
|
||||||
|
%bcond_with aaa_base_malloc_debug
|
||||||
|
|
||||||
Name: aaa_base
|
Name: aaa_base
|
||||||
Version: 11.4
|
Version: 11.4
|
||||||
@ -75,7 +76,9 @@ install -d -m 700 root
|
|||||||
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
|
# for the release
|
||||||
#rm $RPM_BUILD_ROOT/etc/profile.d/malloc-debug.*
|
%if !%{with aaa_base_malloc_debug}
|
||||||
|
rm $RPM_BUILD_ROOT/etc/profile.d/malloc-debug.*
|
||||||
|
%endif
|
||||||
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
|
||||||
@ -137,8 +140,10 @@ rm -f /root/.gnupg/secring.gpg.aaa_save
|
|||||||
%config /etc/profile.d/csh.utf8
|
%config /etc/profile.d/csh.utf8
|
||||||
%config /etc/profile.d/lang.csh
|
%config /etc/profile.d/lang.csh
|
||||||
%config /etc/profile.d/lang.sh
|
%config /etc/profile.d/lang.sh
|
||||||
|
%if %{with aaa_base_malloc_debug}
|
||||||
%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/malloc-debug.csh
|
||||||
|
%endif
|
||||||
%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
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:26fb1ee885e68f4ee96406677b507266001b2f117b67baa2f6a1161b7265894c
|
oid sha256:f2dad652bf5613664c79a5a18e08959bad633c189f3819b381b810762b7683c9
|
||||||
size 82163
|
size 82211
|
||||||
|
Loading…
Reference in New Issue
Block a user