Accepting request 949707 from Base:System
- Update to version 84.87+git20220128.77a97b9: * change cross build detection logic to be more robust * kill useless use of cat awards - Update to version 84.87+git20220128.2a04ecb: * keep package that provides /usr/bin/sh - Update to version 84.87+git20210517.d960568: * support cross builds OBS-URL: https://build.opensuse.org/request/show/949707 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/post-build-checks?expand=0&rev=104
This commit is contained in:
commit
1e9f8540f4
@ -1,5 +1,5 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">git://github.com/openSUSE/post-build-checks.git</param>
|
||||
<param name="changesrevision">df696a02bd9972972eb1048ef41c6fdbce30c274</param></service>
|
||||
<param name="changesrevision">9a72096c56008474c812a087e25d6e84eb357297</param></service>
|
||||
</servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a8e8d0091bd43508b6a0032042ab6eb8f3b04642523dbc81f01c15f066720d03
|
||||
size 32212
|
3
post-build-checks-84.87+git20220128.77a97b9.tar.xz
Normal file
3
post-build-checks-84.87+git20220128.77a97b9.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5846ab0e6e6037d949ed8857fe1b9826482958741879cf98cb2b626a3aa1d083
|
||||
size 32352
|
@ -1,3 +1,22 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 28 15:00:55 UTC 2022 - ro@suse.de
|
||||
|
||||
- Update to version 84.87+git20220128.77a97b9:
|
||||
* change cross build detection logic to be more robust
|
||||
* kill useless use of cat awards
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 28 12:47:49 UTC 2022 - ro@suse.de
|
||||
|
||||
- Update to version 84.87+git20220128.2a04ecb:
|
||||
* keep package that provides /usr/bin/sh
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon May 17 09:24:00 UTC 2021 - ro@suse.de
|
||||
|
||||
- Update to version 84.87+git20210517.d960568:
|
||||
* support cross builds
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 04 10:26:35 UTC 2021 - lnussel@suse.de
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package post-build-checks
|
||||
#
|
||||
# Copyright (c) 2021 SUSE LLC
|
||||
# Copyright (c) 2022 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -16,15 +16,17 @@
|
||||
#
|
||||
|
||||
|
||||
%define version_unconverted 84.87+git20210304.df696a0
|
||||
%define version_unconverted 84.87+git20220128.77a97b9
|
||||
|
||||
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.87+git20210304.df696a0
|
||||
Version: 84.87+git20220128.77a97b9
|
||||
Release: 0
|
||||
PreReq: aaa_base permissions sed
|
||||
PreReq: aaa_base
|
||||
PreReq: permissions
|
||||
PreReq: sed
|
||||
Requires: aaa_base-malloccheck
|
||||
Requires: gawk
|
||||
URL: https://github.com/openSUSE/post-build-checks
|
||||
@ -48,8 +50,6 @@ it may not be a good idea to install this to a running system:
|
||||
/etc/sysconfig/security:PERMISSION_SECURITY="secure"
|
||||
/etc/sysconfig/clock:TIMEZONE="UTC"
|
||||
|
||||
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user