Accepting request 1038596 from home:dancermak:branches:devel:microos

new upstream release 1.28.2

OBS-URL: https://build.opensuse.org/request/show/1038596
OBS-URL: https://build.opensuse.org/package/show/devel:microos/buildah?expand=0&rev=11
This commit is contained in:
Richard Brown
2022-11-28 12:26:08 +00:00
committed by Git OBS Bridge
parent 05681bcdbf
commit f489387038
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:61f1da5537c27048cbfa7c39a92ad00583cf7d0ed133097fadcacaba3290b2b5
size 46945676

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.