Accepting request 1038708 from devel:microos

- Update to version 1.28.2:
  * version: bump to 1.28.2
  * Stop using ubi8
  * Define and use a safe, reliable test image

- Update to version 1.28.1:
  * version: bump to v1.28.1
  * copier.Put(): clear up os/syscall mode bit confusion
  * retrofit, test: ubi8 changed architecture string
- Only build targets that we install

OBS-URL: https://build.opensuse.org/request/show/1038708
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/buildah?expand=0&rev=63
This commit is contained in:
Dominique Leuenberger 2022-11-29 09:53:46 +00:00 committed by Git OBS Bridge
commit 4fc5b3ab2a
6 changed files with 24 additions and 7 deletions

View File

@ -5,7 +5,7 @@
<param name="filename">buildah</param>
<param name="versionformat">@PARENT_TAG@</param>
<param name="versionrewrite-pattern">v(.*)</param>
<param name="revision">v1.28.0</param>
<param name="revision">v1.28.2</param>
<param name="changesgenerate">enable</param>
</service>
<service name="recompress" mode="disabled">

View File

@ -1,4 +1,4 @@
<servicedata>
<service name="tar_scm">
<param name="url">https://github.com/containers/buildah.git</param>
<param name="changesrevision">79f41e3235ecc17d711a9aa06ec769234ec95399</param></service></servicedata>
<param name="changesrevision">6a35b0ab235df00088b76807d6f8e8c20c1a32e0</param></service></servicedata>

View File

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

3
buildah-1.28.2.tar.xz Normal file
View File

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

View File

@ -1,3 +1,20 @@
-------------------------------------------------------------------
Mon Nov 28 08:55:11 UTC 2022 - dcermak@suse.com
- Update to version 1.28.2:
* version: bump to 1.28.2
* Stop using ubi8
* Define and use a safe, reliable test image
-------------------------------------------------------------------
Wed Nov 23 10:30:12 UTC 2022 - dcermak@suse.com
- Update to version 1.28.1:
* version: bump to v1.28.1
* copier.Put(): clear up os/syscall mode bit confusion
* retrofit, test: ubi8 changed architecture string
- Only build targets that we install
-------------------------------------------------------------------
Fri Oct 07 08:53:06 UTC 2022 - dcermak@suse.com

View File

@ -18,7 +18,7 @@
%define project github.com/containers/buildah
Name: buildah
Version: 1.28.0
Version: 1.28.2
Release: 0
Summary: Tool for building OCI containers
License: Apache-2.0
@ -76,7 +76,7 @@ cp -avr * $HOME/go/src/%{project}
cd $HOME/go/src/%{project}
# Build buildah
GOFLAGS=-buildmode=pie make %{?_smp_mflags} GIT_COMMIT=unknown
GOFLAGS=-buildmode=pie %make_build GIT_COMMIT=unknown buildah docs
%check
# Too many tests fail due to the restricted permissions in the build enviroment.