- 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 OBS-URL: https://build.opensuse.org/package/show/Base:System/post-build-checks?expand=0&rev=126
This commit is contained in:
parent
08bb015cdf
commit
fc62c05267
@ -1,5 +1,5 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">git://github.com/openSUSE/post-build-checks.git</param>
|
||||
<param name="changesrevision">23b80ae5582fb3cc3c175b6503106fd6f925f310</param></service>
|
||||
<param name="changesrevision">51eb86158902bc338b317f4f63119f678274d957</param></service>
|
||||
</servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a57e9b497e4905242253d2003f3dc92ee90387c7397e78fee60f6337cf43e31a
|
||||
size 35972
|
3
post-build-checks-84.88+git20180920.51eb861.tar.xz
Normal file
3
post-build-checks-84.88+git20180920.51eb861.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1ad7850a85f9ee575291c54b185dbcce0ebbcefa42673eb64dd7ef0bd82da8dd
|
||||
size 36056
|
@ -1,3 +1,18 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 20 13:36:08 UTC 2018 - opensuse-packaging@opensuse.org
|
||||
|
||||
- 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
|
||||
|
||||
|
@ -16,13 +16,13 @@
|
||||
#
|
||||
|
||||
|
||||
%define version_unconverted 84.88+git20180917.23b80ae
|
||||
%define version_unconverted 84.88+git20180920.51eb861
|
||||
|
||||
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+git20180917.23b80ae
|
||||
Version: 84.88+git20180920.51eb861
|
||||
Release: 0
|
||||
PreReq: aaa_base permissions sed
|
||||
Requires: aaa_base-malloccheck
|
||||
|
Loading…
Reference in New Issue
Block a user