Accepting request 956522 from devel:kubic
OBS-URL: https://build.opensuse.org/request/show/956522 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/buildah?expand=0&rev=52
This commit is contained in:
parent
94af8c8106
commit
2867c7fd0f
2
_service
2
_service
@ -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.24.1</param>
|
||||
<param name="revision">v1.24.2</param>
|
||||
<param name="changesgenerate">enable</param>
|
||||
</service>
|
||||
<service name="recompress" mode="disabled">
|
||||
|
@ -1,4 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/containers/buildah.git</param>
|
||||
<param name="changesrevision">28f7884b7b8082546f1bde014f7e437af9c9c870</param></service></servicedata>
|
||||
<param name="changesrevision">ce608bcecdeb077daab846c83b026c508cff9688</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c549fb140310095d74bd606baddb7283f2cd4c13ae038a6d2b07e946051f7bb4
|
||||
size 8186324
|
3
buildah-1.24.2.tar.xz
Normal file
3
buildah-1.24.2.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a1e1ac9204dada283019973fe582f24c15a52d0c354ab89db7342f8051cced0c
|
||||
size 8182208
|
@ -1,3 +1,19 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 17 07:58:57 UTC 2022 - dcermak@suse.com
|
||||
|
||||
- Update to version 1.24.2:
|
||||
* Bump to v1.24.2
|
||||
* Increase subuid/subgid to 65535
|
||||
* history: only add proxy vars to history if specified
|
||||
* run_linux: use --systemd-cgroup
|
||||
* buildah: new global option --cgroup-manager
|
||||
* Makefile: build with systemd when available
|
||||
* build(deps): bump github.com/fsouza/go-dockerclient from 1.7.7 to 1.7.8
|
||||
* Bump c/common to v0.47.4
|
||||
* Cirrus: Use updated VM images
|
||||
* conformance: add a few "replace-directory-with-symlink" tests
|
||||
* Bump back to v1.25.0-dev
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 04 07:31:54 UTC 2022 - dcermak@suse.com
|
||||
|
||||
|
@ -22,7 +22,7 @@
|
||||
%define with_libostree 1
|
||||
%endif
|
||||
Name: buildah
|
||||
Version: 1.24.1
|
||||
Version: 1.24.2
|
||||
Release: 0
|
||||
Summary: Tool for building OCI containers
|
||||
License: Apache-2.0
|
||||
|
Loading…
x
Reference in New Issue
Block a user