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:
commit
c8306db434
@ -1,5 +1,5 @@
|
|||||||
<servicedata>
|
<servicedata>
|
||||||
<service name="tar_scm">
|
<service name="tar_scm">
|
||||||
<param name="url">git://github.com/openSUSE/post-build-checks.git</param>
|
<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>
|
</servicedata>
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:e4be2761e4a3a94652091952ec0035ca4d81e8b83c9eb93c200f4ca658f5d2d8
|
|
||||||
size 36116
|
|
3
post-build-checks-84.88+git20181015.ceb5c96.tar.xz
Normal file
3
post-build-checks-84.88+git20181015.ceb5c96.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:5af5a042ffef436842e0bdf860619a85b68bb09731079776e2afd36a9c23715e
|
||||||
|
size 36184
|
@ -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
|
Thu Sep 20 15:31:19 UTC 2018 - ro@suse.de
|
||||||
|
|
||||||
|
@ -12,17 +12,17 @@
|
|||||||
# license that conforms to the Open Source Definition (Version 1.9)
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
# published by the Open Source Initiative.
|
# 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
|
Name: post-build-checks
|
||||||
Summary: post checks for build after rpms have been created
|
Summary: post checks for build after rpms have been created
|
||||||
License: GPL-2.0-or-later
|
License: GPL-2.0-or-later
|
||||||
Group: Development/Tools/Building
|
Group: Development/Tools/Building
|
||||||
Version: 84.88+git20180920.ef3d8cb
|
Version: 84.88+git20181015.ceb5c96
|
||||||
Release: 0
|
Release: 0
|
||||||
PreReq: aaa_base permissions sed
|
PreReq: aaa_base permissions sed
|
||||||
Requires: aaa_base-malloccheck
|
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 644 checks-data/* $RPM_BUILD_ROOT/usr/lib/build/checks-data
|
||||||
install -m 755 helper/* $RPM_BUILD_ROOT/usr/lib/build/helper
|
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-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*
|
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
|
%check
|
||||||
for i in tests/xx*.c
|
for i in tests/xx*.c
|
||||||
do
|
do
|
||||||
|
Loading…
Reference in New Issue
Block a user