Accepting request 713060 from Base:System

- Update to version 84.88+git20190702.429d0e0:
  * Completly don't use ghosts like files
  * Ignore ghosts

- Disable LTO as some warnings are emitted late and
  disappear with usage of -c (boo#1138834).

OBS-URL: https://build.opensuse.org/request/show/713060
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/post-build-checks?expand=0&rev=93
This commit is contained in:
Dominique Leuenberger 2019-07-08 13:09:34 +00:00 committed by Git OBS Bridge
commit 6f4c05461e
5 changed files with 21 additions and 7 deletions

View File

@ -1,5 +1,5 @@
<servicedata>
<service name="tar_scm">
<param name="url">git://github.com/openSUSE/post-build-checks.git</param>
<param name="changesrevision">137cb2970fded9e1da947ae920e3ec611002c830</param></service>
<param name="changesrevision">b3024ef7443ef0a77cb227ce824e3be2010aa071</param></service>
</servicedata>

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5af5a042ffef436842e0bdf860619a85b68bb09731079776e2afd36a9c23715e
size 36184

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:33b0ac9727b572a56b58122488c4de0a115522b766e932e2a69bb2a9b8a233f8
size 36192

View File

@ -1,3 +1,16 @@
-------------------------------------------------------------------
Tue Jul 02 13:25:27 UTC 2019 - ro@suse.com
- Update to version 84.88+git20190702.429d0e0:
* Completly don't use ghosts like files
* Ignore ghosts
-------------------------------------------------------------------
Thu Jun 20 11:54:39 UTC 2019 - Martin Liška <mliska@suse.cz>
- Disable LTO as some warnings are emitted late and
disappear with usage of -c (boo#1138834).
-------------------------------------------------------------------
Mon Oct 15 12:31:31 UTC 2018 - ro@suse.de

View File

@ -1,7 +1,7 @@
#
# spec file for package post-build-checks
#
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -16,13 +16,13 @@
#
%define version_unconverted 84.88+git20181015.ceb5c96
%define version_unconverted 84.88+git20190702.429d0e0
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+git20181015.ceb5c96
Version: 84.88+git20190702.429d0e0
Release: 0
PreReq: aaa_base permissions sed
Requires: aaa_base-malloccheck
@ -54,6 +54,7 @@ it may not be a good idea to install this to a running system:
%setup -q
%build
%define _lto_cflags %{nil}
# nothing to do
%install