Accepting request 639869 from devel:kubic
OBS-URL: https://build.opensuse.org/request/show/639869 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/buildah?expand=0&rev=9
This commit is contained in:
parent
f586006f22
commit
3cf00850dc
6
_service
6
_service
@ -1,11 +1,11 @@
|
|||||||
<services>
|
<services>
|
||||||
|
|
||||||
<service name="tar_scm" mode="disabled">
|
<service name="tar_scm" mode="disabled">
|
||||||
<param name="url">https://github.com/projectatomic/buildah.git</param>
|
<param name="url">https://github.com/containers/buildah.git</param>
|
||||||
<param name="scm">git</param>
|
<param name="scm">git</param>
|
||||||
<param name="filename">buildah</param>
|
<param name="filename">buildah</param>
|
||||||
<param name="versionformat">1.3</param>
|
<param name="versionformat">1.4</param>
|
||||||
<param name="revision">v1.3</param>
|
<param name="revision">v1.4</param>
|
||||||
</service>
|
</service>
|
||||||
|
|
||||||
<service name="recompress" mode="disabled">
|
<service name="recompress" mode="disabled">
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:fb426702e8953839a576ee2e256596ef9a5874defdb64fdc251d00cdf5a90f53
|
|
||||||
size 2362000
|
|
3
buildah-1.4.tar.xz
Normal file
3
buildah-1.4.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:b87abe390ae675cdde7385dad0dab41e2827d02b665f67501600e2899eb76f9e
|
||||||
|
size 2384592
|
@ -1,3 +1,31 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Oct 3 07:32:39 UTC 2018 - Valentin Rothberg <vrothberg@suse.com>
|
||||||
|
|
||||||
|
- Changelog for v1.4 (2018-10-02)
|
||||||
|
* Touchup pull manpage
|
||||||
|
* Export buildah ReserveSELinuxLables so podman can use it
|
||||||
|
* Update rmi man for prune changes
|
||||||
|
* Copy ExposedPorts from base image into the config
|
||||||
|
* Change rmi --prune to not accept an imageID
|
||||||
|
* Builtin volumes should be owned by the UID/GID of the container
|
||||||
|
* Move buildah from projecatatomic/buildah to containers/buildah
|
||||||
|
* bash: Completion options
|
||||||
|
* Don't build btrfs if it is not installed
|
||||||
|
* Push: Allow an empty destination
|
||||||
|
* Fix arg usage in buildah-tag
|
||||||
|
* Evaluate symbolic links on Add/Copy Commands
|
||||||
|
* Retain bounding set when running containers as non root
|
||||||
|
* push: show image digest after push succeed
|
||||||
|
* Exclude --layers from the common bug cli flags
|
||||||
|
* Make buildah-from error message clear when flags are after arg
|
||||||
|
* Warn about using Commands in Dockerfile that are not supported by OCI.
|
||||||
|
* Document BUILDAH_* environment variables in buildah bud --help output
|
||||||
|
* Fix --layers ADD from url issue
|
||||||
|
* Display the correct ID after deleting image
|
||||||
|
* Handle COPY --chown in Dockerfile
|
||||||
|
* Document STORAGE_DRIVER and STORAGE_OPTS environment variable
|
||||||
|
* Expand variables names for --env
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Sep 5 07:47:01 UTC 2018 - Valentin Rothberg <vrothberg@suse.com>
|
Wed Sep 5 07:47:01 UTC 2018 - Valentin Rothberg <vrothberg@suse.com>
|
||||||
|
|
||||||
|
@ -16,19 +16,19 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%define commit fbf46d33c4e01199281c7a69e68605ec7d611fd3
|
%define commit 87239ae7046ea3a25f644cd0789b3d6678dc144d
|
||||||
%define project github.com/projectatomic/buildah
|
%define project github.com/containers/buildah
|
||||||
# Build with libostree-devel in Tumbleweed, Leap 15 and SLES 15
|
# Build with libostree-devel in Tumbleweed, Leap 15 and SLES 15
|
||||||
%if 0%{?suse_version} >= 1500
|
%if 0%{?suse_version} >= 1500
|
||||||
%define with_libostree 1
|
%define with_libostree 1
|
||||||
%endif
|
%endif
|
||||||
Name: buildah
|
Name: buildah
|
||||||
Version: 1.3
|
Version: 1.4
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Tool for building OCI containers
|
Summary: Tool for building OCI containers
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
Group: System/Management
|
Group: System/Management
|
||||||
URL: https://github.com/projectatomic/buildah
|
URL: https://github.com/containers/buildah
|
||||||
Source0: %{name}-%{version}.tar.xz
|
Source0: %{name}-%{version}.tar.xz
|
||||||
Source1: %{name}-rpmlintrc
|
Source1: %{name}-rpmlintrc
|
||||||
BuildRequires: bash-completion
|
BuildRequires: bash-completion
|
||||||
|
Loading…
x
Reference in New Issue
Block a user