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:
commit
4fc5b3ab2a
2
_service
2
_service
@ -5,7 +5,7 @@
|
|||||||
<param name="filename">buildah</param>
|
<param name="filename">buildah</param>
|
||||||
<param name="versionformat">@PARENT_TAG@</param>
|
<param name="versionformat">@PARENT_TAG@</param>
|
||||||
<param name="versionrewrite-pattern">v(.*)</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>
|
<param name="changesgenerate">enable</param>
|
||||||
</service>
|
</service>
|
||||||
<service name="recompress" mode="disabled">
|
<service name="recompress" mode="disabled">
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
<servicedata>
|
<servicedata>
|
||||||
<service name="tar_scm">
|
<service name="tar_scm">
|
||||||
<param name="url">https://github.com/containers/buildah.git</param>
|
<param name="url">https://github.com/containers/buildah.git</param>
|
||||||
<param name="changesrevision">79f41e3235ecc17d711a9aa06ec769234ec95399</param></service></servicedata>
|
<param name="changesrevision">6a35b0ab235df00088b76807d6f8e8c20c1a32e0</param></service></servicedata>
|
@ -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
3
buildah-1.28.2.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:d9b5fa0ac2a6446107d8fa5f0c8df18a81c168825cbaa2629d04a8ebeb3de2fb
|
||||||
|
size 8617948
|
@ -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
|
Fri Oct 07 08:53:06 UTC 2022 - dcermak@suse.com
|
||||||
|
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
%define project github.com/containers/buildah
|
%define project github.com/containers/buildah
|
||||||
Name: buildah
|
Name: buildah
|
||||||
Version: 1.28.0
|
Version: 1.28.2
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Tool for building OCI containers
|
Summary: Tool for building OCI containers
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
@ -76,7 +76,7 @@ cp -avr * $HOME/go/src/%{project}
|
|||||||
cd $HOME/go/src/%{project}
|
cd $HOME/go/src/%{project}
|
||||||
|
|
||||||
# Build buildah
|
# Build buildah
|
||||||
GOFLAGS=-buildmode=pie make %{?_smp_mflags} GIT_COMMIT=unknown
|
GOFLAGS=-buildmode=pie %make_build GIT_COMMIT=unknown buildah docs
|
||||||
|
|
||||||
%check
|
%check
|
||||||
# Too many tests fail due to the restricted permissions in the build enviroment.
|
# Too many tests fail due to the restricted permissions in the build enviroment.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user