1
0

- 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:
Ruediger Oertel
2018-09-20 13:38:58 +00:00
committed by Git OBS Bridge
parent 08bb015cdf
commit fc62c05267
5 changed files with 21 additions and 6 deletions

View File

@@ -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