Accepting request 642056 from Base:System

- Update to version 84.88+git20181015.ceb5c96:
  * Add suse-ignored-rpaths.conf (bsc#1109470)

OBS-URL: https://build.opensuse.org/request/show/642056
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/post-build-checks?expand=0&rev=92
This commit is contained in:
Dominique Leuenberger 2018-10-29 13:13:20 +00:00 committed by Git OBS Bridge
commit c8306db434
5 changed files with 14 additions and 15 deletions

View File

@ -1,5 +1,5 @@
<servicedata>
<service name="tar_scm">
<param name="url">git://github.com/openSUSE/post-build-checks.git</param>
<param name="changesrevision">ef3d8cb349ac8062bd2b73502539a32f05be3a0a</param></service>
<param name="changesrevision">137cb2970fded9e1da947ae920e3ec611002c830</param></service>
</servicedata>

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e4be2761e4a3a94652091952ec0035ca4d81e8b83c9eb93c200f4ca658f5d2d8
size 36116

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5af5a042ffef436842e0bdf860619a85b68bb09731079776e2afd36a9c23715e
size 36184

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon Oct 15 12:31:31 UTC 2018 - ro@suse.de
- Update to version 84.88+git20181015.ceb5c96:
* Add suse-ignored-rpaths.conf (bsc#1109470)
-------------------------------------------------------------------
Thu Sep 20 15:31:19 UTC 2018 - ro@suse.de

View File

@ -12,17 +12,17 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
%define version_unconverted 84.88+git20180920.ef3d8cb
%define version_unconverted 84.88+git20181015.ceb5c96
Name: post-build-checks
Summary: post checks for build after rpms have been created
License: GPL-2.0-or-later
Group: Development/Tools/Building
Version: 84.88+git20180920.ef3d8cb
Version: 84.88+git20181015.ceb5c96
Release: 0
PreReq: aaa_base permissions sed
Requires: aaa_base-malloccheck
@ -64,16 +64,9 @@ 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 suse-buildsystem.sh $RPM_BUILD_ROOT/etc/profile.d/suse-buildsystem.sh
install -m 644 -D suse-ignored-rpaths.conf $RPM_BUILD_ROOT/etc/suse-ignored-rpaths.conf
chmod 755 $RPM_BUILD_ROOT/usr/lib/build/checks-data/check*
( echo %_libdir
echo /usr/local/%_lib
echo %_lib
echo %_libdir/Xaw3d
echo /usr/x86_64-suse-linux/lib
echo /opt/kde3/%_lib
) > $RPM_BUILD_ROOT/etc/suse-ignored-rpaths.conf
%check
for i in tests/xx*.c
do