Accepting request 963962 from Base:System

- Update to version 84.87+git20220322.48f07a0:
  * Remove errneous whitespaces
  * fix comparison name

- Update to version 84.87+git20220321.9651edb:
  * Restore secure permissions in build environment (bsc#1159963)
  * Handle default being easy
  * Various speedups around invoking rpm
- change service file from disabled to manual

OBS-URL: https://build.opensuse.org/request/show/963962
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/post-build-checks?expand=0&rev=105
This commit is contained in:
Dominique Leuenberger 2022-03-25 20:54:24 +00:00 committed by Git OBS Bridge
commit f23f47d8a0
6 changed files with 28 additions and 10 deletions

View File

@ -1,16 +1,16 @@
<services>
<service name="tar_scm" mode="disabled">
<service name="tar_scm" mode="manual">
<param name="version">84.87</param>
<param name="versionformat">84.87+git%cd.%h</param>
<param name="url">git://github.com/openSUSE/post-build-checks.git</param>
<param name="url">https://github.com/openSUSE/post-build-checks.git</param>
<param name="scm">git</param>
<param name="exclude">.git</param>
<param name="exclude">.gitreview</param>
<param name="changesgenerate">enable</param>
</service>
<service name="recompress" mode="disabled">
<service name="recompress" mode="manual">
<param name="compression">xz</param>
<param name="file">*.tar</param>
</service>
<service name="set_version" mode="disabled"/>
<service name="set_version" mode="manual"/>
</services>

View File

@ -2,4 +2,6 @@
<service name="tar_scm">
<param name="url">git://github.com/openSUSE/post-build-checks.git</param>
<param name="changesrevision">9a72096c56008474c812a087e25d6e84eb357297</param></service>
</servicedata>
<service name="tar_scm">
<param name="url">https://github.com/openSUSE/post-build-checks.git</param>
<param name="changesrevision">2d5b3de469b3bfe8b3aab101b9aff839258743f0</param></service></servicedata>

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5846ab0e6e6037d949ed8857fe1b9826482958741879cf98cb2b626a3aa1d083
size 32352

View File

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

View File

@ -1,3 +1,19 @@
-------------------------------------------------------------------
Tue Mar 22 13:52:13 UTC 2022 - dmueller@suse.com
- Update to version 84.87+git20220322.48f07a0:
* Remove errneous whitespaces
* fix comparison name
-------------------------------------------------------------------
Mon Mar 21 17:40:44 UTC 2022 - lnussel@suse.de
- Update to version 84.87+git20220321.9651edb:
* Restore secure permissions in build environment (bsc#1159963)
* Handle default being easy
* Various speedups around invoking rpm
- change service file from disabled to manual
-------------------------------------------------------------------
Fri Jan 28 15:00:55 UTC 2022 - ro@suse.de

View File

@ -16,13 +16,13 @@
#
%define version_unconverted 84.87+git20220128.77a97b9
%define version_unconverted 84.87+git20220322.48f07a0
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+git20220128.77a97b9
Version: 84.87+git20220322.48f07a0
Release: 0
PreReq: aaa_base
PreReq: permissions