Accepting request 680452 from devel:kubic
OBS-URL: https://build.opensuse.org/request/show/680452 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/buildah?expand=0&rev=14
This commit is contained in:
parent
59e9efc7b1
commit
7c5ec8cdfc
4
_service
4
_service
@ -4,8 +4,8 @@
|
||||
<param name="url">https://github.com/containers/buildah.git</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="filename">buildah</param>
|
||||
<param name="versionformat">1.7</param>
|
||||
<param name="revision">v1.7</param>
|
||||
<param name="versionformat">1.7.1</param>
|
||||
<param name="revision">v1.7.1</param>
|
||||
</service>
|
||||
|
||||
<service name="recompress" mode="disabled">
|
||||
|
3
buildah-1.7.1.tar.xz
Normal file
3
buildah-1.7.1.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c59c91722306605bbfa9cbf0a926741b9364722dee5d415da6a09860046de53f
|
||||
size 2638588
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:18bfe92402bb10ac66947155a141b2f3fdc69a5e36549c3a18b3d36d86b4a7de
|
||||
size 2628744
|
@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 1 10:12:50 UTC 2019 - Richard Brown <rbrown@suse.com>
|
||||
|
||||
- Update to v1.7.1
|
||||
* Minor fix to vendor in github.com/containers/image 1.5 version
|
||||
* This fixes a crash on pulling of images
|
||||
- Stop building from specific commit
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 26 16:51:30 UTC 2019 - Richard Brown <rbrown@suse.com>
|
||||
|
||||
|
@ -16,14 +16,13 @@
|
||||
#
|
||||
|
||||
|
||||
%define commit 87239ae7046ea3a25f644cd0789b3d6678dc144d
|
||||
%define project github.com/containers/buildah
|
||||
# Build with libostree-devel in Tumbleweed, Leap 15 and SLES 15
|
||||
%if 0%{?suse_version} >= 1500
|
||||
%define with_libostree 1
|
||||
%endif
|
||||
Name: buildah
|
||||
Version: 1.7
|
||||
Version: 1.7.1
|
||||
Release: 0
|
||||
Summary: Tool for building OCI containers
|
||||
License: Apache-2.0
|
||||
@ -92,7 +91,7 @@ export CNIVersion=`sed -e '\,github.com/containernetworking/cni, !d' -e 's,.* ,,
|
||||
# Build buildah
|
||||
go build -tags "$BUILDTAGS" \
|
||||
-buildmode=pie \
|
||||
-ldflags '-s -w -X main.gitCommit=%{commit} -X main.buildInfo='$SOURCE_DATE_EPOCH' -X main.cniVersion='$CNIVersion'' \
|
||||
-ldflags '-s -w -X main.buildInfo='$SOURCE_DATE_EPOCH' -X main.cniVersion='$CNIVersion'' \
|
||||
-o bin/buildah \
|
||||
%{project}/cmd/buildah
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user