forked from pool/post-build-checks
This commit is contained in:
parent
56f00365d4
commit
49d8164089
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Jun 13 09:59:44 CEST 2009 - coolo@novell.com
|
||||||
|
|
||||||
|
- take out AS_NEEDED for now to see a before-after comparision
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Jun 10 21:47:05 CEST 2009 - coolo@novell.com
|
Wed Jun 10 21:47:05 CEST 2009 - coolo@novell.com
|
||||||
|
|
||||||
|
@ -24,7 +24,7 @@ Group: Development/Tools/Building
|
|||||||
AutoReqProv: on
|
AutoReqProv: on
|
||||||
Summary: post checks for build after rpms have been created
|
Summary: post checks for build after rpms have been created
|
||||||
Version: 1.0
|
Version: 1.0
|
||||||
Release: 60
|
Release: 61
|
||||||
PreReq: aaa_base permissions sed
|
PreReq: aaa_base permissions sed
|
||||||
Source0: %{name}-%{version}.tar.bz2
|
Source0: %{name}-%{version}.tar.bz2
|
||||||
Source1: suse-buildsystem.sh
|
Source1: suse-buildsystem.sh
|
||||||
@ -87,6 +87,8 @@ fi
|
|||||||
/etc/profile.d/suse-buildsystem.sh
|
/etc/profile.d/suse-buildsystem.sh
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Jun 13 2009 coolo@novell.com
|
||||||
|
- take out AS_NEEDED for now to see a before-after comparision
|
||||||
* Wed Jun 10 2009 coolo@novell.com
|
* Wed Jun 10 2009 coolo@novell.com
|
||||||
- add a profile.d script that sets -as-needed when in build environment
|
- add a profile.d script that sets -as-needed when in build environment
|
||||||
* Tue May 26 2009 ro@suse.de
|
* Tue May 26 2009 ro@suse.de
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
export SUSE_IGNORED_RPATHS=/etc/ld.so.conf
|
export SUSE_IGNORED_RPATHS=/etc/ld.so.conf
|
||||||
export SUSE_ASNEEDED=1
|
#for now only in staging
|
||||||
|
#export SUSE_ASNEEDED=1
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user