forked from pool/post-build-checks
Accepting request 715664 from Base:System
OBS-URL: https://build.opensuse.org/request/show/715664 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/post-build-checks?expand=0&rev=94
This commit is contained in:
@@ -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">b3024ef7443ef0a77cb227ce824e3be2010aa071</param></service>
|
<param name="changesrevision">78a6c62fee7bcbac6433f62dba77c48819e162f1</param></service>
|
||||||
</servicedata>
|
</servicedata>
|
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:33b0ac9727b572a56b58122488c4de0a115522b766e932e2a69bb2a9b8a233f8
|
|
||||||
size 36192
|
|
3
post-build-checks-84.88+git20190716.5a0e034.tar.xz
Normal file
3
post-build-checks-84.88+git20190716.5a0e034.tar.xz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:526bb438defb00bfa38c471c0eb6f0e981b920129b9d9d0e5038fd4a96503925
|
||||||
|
size 31356
|
@@ -1,3 +1,21 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jul 16 11:32:46 UTC 2019 - ro@suse.com
|
||||||
|
|
||||||
|
- Update to version 84.88+git20190716.5a0e034:
|
||||||
|
* Remove unused tests.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jul 12 10:06:12 UTC 2019 - Martin Liška <mliska@suse.cz>
|
||||||
|
|
||||||
|
- Disable tests as GCC checks are gone.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jul 11 15:57:33 UTC 2019 - ro@suse.com
|
||||||
|
|
||||||
|
- Update to version 84.88+git20190711.2b1c662:
|
||||||
|
https://github.com/openSUSE/post-build-checks/pull/26
|
||||||
|
* Remove GCC check output check.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Jul 02 13:25:27 UTC 2019 - ro@suse.com
|
Tue Jul 02 13:25:27 UTC 2019 - ro@suse.com
|
||||||
|
|
||||||
|
@@ -16,13 +16,13 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%define version_unconverted 84.88+git20190702.429d0e0
|
%define version_unconverted 84.88+git20190716.5a0e034
|
||||||
|
|
||||||
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+git20190702.429d0e0
|
Version: 84.88+git20190716.5a0e034
|
||||||
Release: 0
|
Release: 0
|
||||||
PreReq: aaa_base permissions sed
|
PreReq: aaa_base permissions sed
|
||||||
Requires: aaa_base-malloccheck
|
Requires: aaa_base-malloccheck
|
||||||
@@ -68,12 +68,6 @@ install -m 644 -D suse-buildsystem.sh $RPM_BUILD_ROOT/etc/profile.d/suse-builds
|
|||||||
install -m 644 -D suse-ignored-rpaths.conf $RPM_BUILD_ROOT/etc/suse-ignored-rpaths.conf
|
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*
|
||||||
|
|
||||||
%check
|
|
||||||
for i in tests/xx*.c
|
|
||||||
do
|
|
||||||
(echo "Executing(%%build)" ; gcc $RPM_OPT_FLAGS -c $i 2>&1)| checks-data/check_gcc_output 2>&1|grep "^[WE]"
|
|
||||||
done
|
|
||||||
|
|
||||||
%post
|
%post
|
||||||
# do nothing when not in a build chroot
|
# do nothing when not in a build chroot
|
||||||
if ! test -e /.buildenv; then
|
if ! test -e /.buildenv; then
|
||||||
|
Reference in New Issue
Block a user