Accepting request 993309 from devel:microos
OBS-URL: https://build.opensuse.org/request/show/993309 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/buildah?expand=0&rev=56
This commit is contained in:
commit
88ea05c9aa
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.26.2</param>
|
||||
<param name="revision">v1.26.3</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">b5dd10d1f0af950b182c3c7cbcf7c58b14eda0cf</param></service></servicedata>
|
||||
<param name="changesrevision">bcc29527fc99d7666438e7820e71f43a40dc8838</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f55e318d0393cb594acaa83ce044ac4ce425721123d4a906529ea28d502fcc8f
|
||||
size 8179712
|
3
buildah-1.26.3.tar.xz
Normal file
3
buildah-1.26.3.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8d6539e81df750a0605864615ec1d7d9965855cadaac5f36031b3b767bbc4d69
|
||||
size 8433952
|
@ -1,3 +1,27 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 03 11:54:24 UTC 2022 - fcrozat@suse.com
|
||||
|
||||
- Update to version 1.26.3:
|
||||
* release: bump to v1.26.3
|
||||
* define.downloadToDirectory: fail early if bad HTTP response
|
||||
* add: fail on bad http response instead of writing to container
|
||||
* squash: never use build cache when computing last step of last stage
|
||||
* run: allow resuing secret twice in different RUN steps
|
||||
* integration tests: update expected error messages
|
||||
* integration tests: quote "?" in shell scripts
|
||||
* Use errors.Is() to check for storage errors
|
||||
* lint: inspectable is never nil
|
||||
* chroot: use ActKillThread instead of ActKill
|
||||
* chroot: honor DefaultErrnoRet
|
||||
* Bump dependencies
|
||||
* Set user namespace defaults correctly for the library
|
||||
* contrib/rpm/buildah.spec: fix `rpm` parser warnings
|
||||
- Drop requires on apparmor pattern, should be moved elsewhere
|
||||
for systems which want AppArmor instead of SELinux.
|
||||
- Drop binutils-gold workaround, no longer needed.
|
||||
- Update BuildRequires to libassuan-devel >= 2.5.2, pkgconfig file
|
||||
is required to build.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jul 07 09:00:47 UTC 2022 - dcermak@suse.com
|
||||
|
||||
|
10
buildah.spec
10
buildah.spec
@ -18,7 +18,7 @@
|
||||
|
||||
%define project github.com/containers/buildah
|
||||
Name: buildah
|
||||
Version: 1.26.2
|
||||
Version: 1.26.3
|
||||
Release: 0
|
||||
Summary: Tool for building OCI containers
|
||||
License: Apache-2.0
|
||||
@ -34,12 +34,12 @@ BuildRequires: glib2-devel-static
|
||||
BuildRequires: glibc-devel-static
|
||||
BuildRequires: golang-packaging
|
||||
BuildRequires: libapparmor-devel
|
||||
BuildRequires: libassuan-devel
|
||||
BuildRequires: libassuan-devel >= 2.5.2
|
||||
BuildRequires: libbtrfs-devel
|
||||
BuildRequires: libgpgme-devel
|
||||
BuildRequires: libgpgme-devel
|
||||
BuildRequires: libseccomp-devel
|
||||
BuildRequires: golang(API) >= 1.13
|
||||
Requires: patterns-base-apparmor
|
||||
Requires: cni
|
||||
Requires: libcontainers-common
|
||||
Requires: libcontainers-image
|
||||
@ -48,10 +48,6 @@ Requires: runc >= 1.0.2
|
||||
Requires: slirp4netns
|
||||
%{go_nostrip}
|
||||
BuildRequires: libostree-devel
|
||||
# workaround for https://bugzilla.opensuse.org/show_bug.cgi?id=1183043
|
||||
%ifarch %arm %arm64
|
||||
BuildRequires: binutils-gold
|
||||
%endif
|
||||
# Not supported by libseccomp-golang
|
||||
ExcludeArch: ppc64
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user