forked from pool/buildah
Accepting request 951530 from devel:kubic
OBS-URL: https://build.opensuse.org/request/show/951530 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/buildah?expand=0&rev=51
This commit is contained in:
parent
59b71eebdd
commit
94af8c8106
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.24.0</param>
|
<param name="revision">v1.24.1</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">29f6b4f706dc3ec4e908ac67bc3ecd5ab1f5b513</param></service></servicedata>
|
<param name="changesrevision">28f7884b7b8082546f1bde014f7e437af9c9c870</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:bd5e9642a7ea50be4fda48c119bd351e821dc411634cbb5d511a158c0cfdeb5b
|
|
||||||
size 8188812
|
|
3
buildah-1.24.1.tar.xz
Normal file
3
buildah-1.24.1.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:c549fb140310095d74bd606baddb7283f2cd4c13ae038a6d2b07e946051f7bb4
|
||||||
|
size 8186324
|
@ -1,3 +1,20 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Feb 04 07:31:54 UTC 2022 - dcermak@suse.com
|
||||||
|
|
||||||
|
- Update to version 1.24.1:
|
||||||
|
* overlay: always honor mountProgram by @giuseppe in https://github.com/containers/buildah/pull/3750
|
||||||
|
* build(deps): bump github.com/onsi/gomega from 1.18.0 to 1.18.1 by @dependabot in https://github.com/containers/buildah/pull/3754
|
||||||
|
* imagebuildah.BuildDockerfiles(): create the jobs semaphore by @nalind in https://github.com/containers/buildah/pull/3753
|
||||||
|
* build(deps): bump github.com/containers/storage from 1.38.1 to 1.38.2 by @dependabot in https://github.com/containers/buildah/pull/3760
|
||||||
|
* System tests: fix accidental vandalism of source dir by @edsantiago in https://github.com/containers/buildah/pull/3761
|
||||||
|
* Update vendor of containers/storage and containers/common by @rhatdan in https://github.com/containers/buildah/pull/3759
|
||||||
|
* Bump version of containers/image and containers/common by @rhatdan in https://github.com/containers/buildah/pull/3764
|
||||||
|
* Update vendor of openshift/imagebuilder by @rhatdan in https://github.com/containers/buildah/pull/3765
|
||||||
|
* caps: fix buildah run --cap-add=all by @rhatdan in https://github.com/containers/buildah/pull/3766
|
||||||
|
* stage_executor: Add support for inline `FROM --platform=` within Containerfile/Dockerfile by @flouthoc in https://github.com/containers/buildah/pull/3757
|
||||||
|
|
||||||
|
**Full Changelog**: https://github.com/containers/buildah/compare/v1.24.0...v1.24.1
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Jan 27 07:30:30 UTC 2022 - dcermak@suse.com
|
Thu Jan 27 07:30:30 UTC 2022 - dcermak@suse.com
|
||||||
|
|
||||||
|
@ -22,7 +22,7 @@
|
|||||||
%define with_libostree 1
|
%define with_libostree 1
|
||||||
%endif
|
%endif
|
||||||
Name: buildah
|
Name: buildah
|
||||||
Version: 1.24.0
|
Version: 1.24.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Tool for building OCI containers
|
Summary: Tool for building OCI containers
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user