diff --git a/_servicedata b/_servicedata index cb84c00..7db7b3d 100644 --- a/_servicedata +++ b/_servicedata @@ -1,5 +1,5 @@ git://github.com/openSUSE/post-build-checks.git - b3024ef7443ef0a77cb227ce824e3be2010aa071 + 78a6c62fee7bcbac6433f62dba77c48819e162f1 \ No newline at end of file diff --git a/post-build-checks-84.88+git20190702.429d0e0.tar.xz b/post-build-checks-84.88+git20190702.429d0e0.tar.xz deleted file mode 100644 index f429f9c..0000000 --- a/post-build-checks-84.88+git20190702.429d0e0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:33b0ac9727b572a56b58122488c4de0a115522b766e932e2a69bb2a9b8a233f8 -size 36192 diff --git a/post-build-checks-84.88+git20190716.5a0e034.tar.xz b/post-build-checks-84.88+git20190716.5a0e034.tar.xz new file mode 100644 index 0000000..ed5378c --- /dev/null +++ b/post-build-checks-84.88+git20190716.5a0e034.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:526bb438defb00bfa38c471c0eb6f0e981b920129b9d9d0e5038fd4a96503925 +size 31356 diff --git a/post-build-checks.changes b/post-build-checks.changes index 86010a5..bd9df08 100644 --- a/post-build-checks.changes +++ b/post-build-checks.changes @@ -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 + +- 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 diff --git a/post-build-checks.spec b/post-build-checks.spec index e7daf98..8ca4916 100644 --- a/post-build-checks.spec +++ b/post-build-checks.spec @@ -16,13 +16,13 @@ # -%define version_unconverted 84.88+git20190702.429d0e0 +%define version_unconverted 84.88+git20190716.5a0e034 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+git20190702.429d0e0 +Version: 84.88+git20190716.5a0e034 Release: 0 PreReq: aaa_base permissions sed 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 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 # do nothing when not in a build chroot if ! test -e /.buildenv; then