Accepting request 55035 from Base:System

Accepted submit request 55035 from user lnussel

OBS-URL: https://build.opensuse.org/request/show/55035
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/post-build-checks?expand=0&rev=40
This commit is contained in:
Marcus Rückert 2010-12-08 13:36:41 +00:00 committed by Git OBS Bridge
commit 8db9d16c2e
4 changed files with 23 additions and 7 deletions

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:45af4e0c1b4b863223900b7303e983bcf88bd551e56529c3aa4566b2c4cf515e
size 30648
oid sha256:87e7a1a949e45639650f3eb9a7b53deeb6bb41629f34573fec1736e291b4fe51
size 31154

View File

@ -1,3 +1,14 @@
-------------------------------------------------------------------
Tue Dec 7 14:38:10 UTC 2010 - lnussel@suse.de
- re-enable fatal checks in 04-check-filelist as the deadline has
passed
-------------------------------------------------------------------
Tue Nov 30 10:11:31 UTC 2010 - lnussel@suse.de
- maintain sources in git
-------------------------------------------------------------------
Mon Nov 8 12:27:21 UTC 2010 - lnussel@suse.de

View File

@ -26,8 +26,16 @@ Summary: post checks for build after rpms have been created
Version: 1.0
Release: 81
PreReq: aaa_base permissions sed
Url: http://gitorious.org/opensuse/post-build-checks
#
# Note: don't rebuild this manually. Instead submit your patches
# for inclusion in the git repo!
#
# git clone git://gitorious.org/opensuse/post-build-checks.git
# cd post-build-checks
# make package
#
Source0: %{name}-%{version}.tar.bz2
Source1: suse-buildsystem.sh
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@ -55,7 +63,7 @@ install -d $RPM_BUILD_ROOT/usr/lib/build/helper
install -m 755 checks/* $RPM_BUILD_ROOT/usr/lib/build/checks
install -m 644 checks-data/* $RPM_BUILD_ROOT/usr/lib/build/checks-data
install -m 755 helper/* $RPM_BUILD_ROOT/usr/lib/build/helper
install -m 644 -D %{S:1} $RPM_BUILD_ROOT/etc/profile.d/suse-buildsystem.sh
install -m 644 -D suse-buildsystem.sh $RPM_BUILD_ROOT/etc/profile.d/suse-buildsystem.sh
chmod 755 $RPM_BUILD_ROOT/usr/lib/build/checks-data/check*
%check

View File

@ -1,3 +0,0 @@
export SUSE_IGNORED_RPATHS=/etc/ld.so.conf
export SUSE_ASNEEDED=1