Accepting request 636914 from Base:System
- Update to version 84.88+git20180920.ef3d8cb: * 50-check-kernel-build-id - add archs i686 ppc ppc64 s390 armv6l armv7l - Update to version 84.88+git20180920.51eb861: * 50-check-kernel-build-id - regroup checks for image and debuginfo - make arch list a little more robust - Handle i586. Also improve error handling when arch not found. - Change err() to return 0. Only return 1 if we successfully compared the id's and there was a discrepancy. - change file mode to 755 for 50-check-kernel-build-id to match all other checks * make all OBS tex pdf builds reproducible by exporting FORCE_SOURCE_DATE as 1 - Update to version 84.88+git20180917.23b80ae: * check for -fstack-clash-protection instead of -fmessage-length, as that one will be removed from optflags * Add kernel-build-id consistency check OBS-URL: https://build.opensuse.org/request/show/636914 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/post-build-checks?expand=0&rev=91
This commit is contained in:
commit
d1b03ffe0a
@ -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">3be1b099402914cdfe62d7d82e80ab0742b7ebe8</param></service>
|
<param name="changesrevision">ef3d8cb349ac8062bd2b73502539a32f05be3a0a</param></service>
|
||||||
</servicedata>
|
</servicedata>
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:2fdc2316d38bb28f9ca8361b97cb5a559e57fc2f89aca29d5bb52b8999feb5a0
|
|
||||||
size 34492
|
|
3
post-build-checks-84.88+git20180920.ef3d8cb.tar.xz
Normal file
3
post-build-checks-84.88+git20180920.ef3d8cb.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:e4be2761e4a3a94652091952ec0035ca4d81e8b83c9eb93c200f4ca658f5d2d8
|
||||||
|
size 36116
|
@ -1,3 +1,33 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Sep 20 15:31:19 UTC 2018 - ro@suse.de
|
||||||
|
|
||||||
|
- Update to version 84.88+git20180920.ef3d8cb:
|
||||||
|
* 50-check-kernel-build-id
|
||||||
|
- add archs i686 ppc ppc64 s390 armv6l armv7l
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Sep 20 13:36:08 UTC 2018 - ro@suse.de
|
||||||
|
|
||||||
|
- Update to version 84.88+git20180920.51eb861:
|
||||||
|
* 50-check-kernel-build-id
|
||||||
|
- regroup checks for image and debuginfo
|
||||||
|
- make arch list a little more robust
|
||||||
|
- Handle i586. Also improve error handling when arch not found.
|
||||||
|
- Change err() to return 0. Only return 1 if we successfully
|
||||||
|
compared the id's and there was a discrepancy.
|
||||||
|
- change file mode to 755 for 50-check-kernel-build-id to match
|
||||||
|
all other checks
|
||||||
|
* make all OBS tex pdf builds reproducible by exporting
|
||||||
|
FORCE_SOURCE_DATE as 1
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Sep 17 16:15:35 UTC 2018 - ro@suse.de
|
||||||
|
|
||||||
|
- Update to version 84.88+git20180917.23b80ae:
|
||||||
|
* check for -fstack-clash-protection instead of -fmessage-length,
|
||||||
|
as that one will be removed from optflags
|
||||||
|
* Add kernel-build-id consistency check
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Aug 09 14:16:06 UTC 2018 - adrian@suse.de
|
Thu Aug 09 14:16:06 UTC 2018 - adrian@suse.de
|
||||||
|
|
||||||
|
@ -16,13 +16,13 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%define version_unconverted 84.88+git20180809.3be1b09
|
%define version_unconverted 84.88+git20180920.ef3d8cb
|
||||||
|
|
||||||
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+git20180809.3be1b09
|
Version: 84.88+git20180920.ef3d8cb
|
||||||
Release: 0
|
Release: 0
|
||||||
PreReq: aaa_base permissions sed
|
PreReq: aaa_base permissions sed
|
||||||
Requires: aaa_base-malloccheck
|
Requires: aaa_base-malloccheck
|
||||||
|
Loading…
Reference in New Issue
Block a user