Accepting request 1151104 from devel:microos
OBS-URL: https://build.opensuse.org/request/show/1151104 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/buildah?expand=0&rev=80
This commit is contained in:
commit
f5b7d321bc
8
_service
8
_service
@ -1,18 +1,18 @@
|
||||
<services>
|
||||
<service name="tar_scm" mode="disabled">
|
||||
<service name="tar_scm" mode="manual">
|
||||
<param name="url">https://github.com/containers/buildah.git</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="filename">buildah</param>
|
||||
<param name="versionformat">@PARENT_TAG@</param>
|
||||
<param name="versionrewrite-pattern">v(.*)</param>
|
||||
<param name="revision">v1.34.0</param>
|
||||
<param name="revision">v1.34.1</param>
|
||||
<param name="changesgenerate">enable</param>
|
||||
</service>
|
||||
<service name="recompress" mode="disabled">
|
||||
<service name="recompress" mode="manual">
|
||||
<param name="file">*.tar</param>
|
||||
<param name="compression">xz</param>
|
||||
</service>
|
||||
<service name="set_version" mode="disabled">
|
||||
<service name="set_version" mode="manual">
|
||||
<param name="basename">buildah</param>
|
||||
</service>
|
||||
</services>
|
||||
|
@ -1,4 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/containers/buildah.git</param>
|
||||
<param name="changesrevision">21ec7aceb20e475c00bb4d65ae3d5764c59ec997</param></service></servicedata>
|
||||
<param name="changesrevision">a2bab63fdbf32b6b5e45b0750f122327e09842a6</param></service></servicedata>
|
BIN
buildah-1.34.0.tar.xz
(Stored with Git LFS)
BIN
buildah-1.34.0.tar.xz
(Stored with Git LFS)
Binary file not shown.
3
buildah-1.34.1.tar.xz
Normal file
3
buildah-1.34.1.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:af4af95f08ac3bdb6cb29890bf57e16b74480d1c58438609f971a1e8a9559b5c
|
||||
size 11456448
|
@ -1,7 +1,38 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 23 06:24:24 UTC 2024 - dcermak@suse.com
|
||||
|
||||
- Update to version 1.34.1:
|
||||
* [release-1.34] Bump to v1.34.1
|
||||
* [release-1.34] Vendor bumps (fixes bsc#1219563)
|
||||
* manifest: addCompression use default from containers.conf
|
||||
* Build with CNI support on FreeBSD
|
||||
* tests: retrofit test for heredoc summary
|
||||
* build, heredoc: show heredoc summary in build output
|
||||
* docs: correct default authfile path
|
||||
* Make buildah match podman for handling of ulimits
|
||||
* imagebuildah: fix crash with empty RUN
|
||||
* docs: move footnotes to where they're applicable
|
||||
* Run codespell on code
|
||||
* Fix FreeBSD version parsing
|
||||
* Allow users to specify no-dereference
|
||||
* Fix a build break on FreeBSD
|
||||
* Remove a bad FROM line
|
||||
* commit: force omitHistory if the parent has layers but no history
|
||||
* docs: fix a couple of typos
|
||||
* stage_executor,heredoc: honor interpreter in heredoc
|
||||
* stage_executor,layers: burst cache if heredoc content is changed
|
||||
* Replace map[K]bool with map[K]struct{} where it makes sense
|
||||
* Replace strings.SplitN with strings.Cut
|
||||
* Document use of containers-transports values in buildah
|
||||
* commit: add a --add-file flag
|
||||
* mkcw: populate the rootfs using an overlay
|
||||
* Ignore errors if label.Relabel returns ENOSUP
|
||||
* manifest: addCompression use default from containers.conf
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 22 12:59:44 UTC 2024 - Thorsten Kukuk <kukuk@suse.com>
|
||||
|
||||
- Allow to disable apparmor support (ALP supports only SELinux)
|
||||
- Allow to disable apparmor support (ALP supports only SELinux)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 14 07:42:07 UTC 2023 - danish.prakash@suse.com
|
||||
|
@ -19,7 +19,7 @@
|
||||
|
||||
%define project github.com/containers/buildah
|
||||
Name: buildah
|
||||
Version: 1.34.0
|
||||
Version: 1.34.1
|
||||
Release: 0
|
||||
Summary: Tool for building OCI containers
|
||||
License: Apache-2.0
|
||||
|
Loading…
x
Reference in New Issue
Block a user