diff --git a/_service b/_service index 23acffd..0560f06 100644 --- a/_service +++ b/_service @@ -1,11 +1,11 @@ -https://github.com/projectatomic/buildah.git +https://github.com/containers/buildah.git git buildah -1.3 -v1.3 +1.4 +v1.4 diff --git a/buildah-1.3.tar.xz b/buildah-1.3.tar.xz deleted file mode 100644 index d9e94cc..0000000 --- a/buildah-1.3.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fb426702e8953839a576ee2e256596ef9a5874defdb64fdc251d00cdf5a90f53 -size 2362000 diff --git a/buildah-1.4.tar.xz b/buildah-1.4.tar.xz new file mode 100644 index 0000000..c8156d7 --- /dev/null +++ b/buildah-1.4.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b87abe390ae675cdde7385dad0dab41e2827d02b665f67501600e2899eb76f9e +size 2384592 diff --git a/buildah.changes b/buildah.changes index 67d6670..6f09168 100644 --- a/buildah.changes +++ b/buildah.changes @@ -1,3 +1,31 @@ +------------------------------------------------------------------- +Wed Oct 3 07:32:39 UTC 2018 - Valentin Rothberg + +- 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 diff --git a/buildah.spec b/buildah.spec index 6dbd3ee..2e35883 100644 --- a/buildah.spec +++ b/buildah.spec @@ -16,19 +16,19 @@ # -%define commit fbf46d33c4e01199281c7a69e68605ec7d611fd3 -%define project github.com/projectatomic/buildah +%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.3 +Version: 1.4 Release: 0 Summary: Tool for building OCI containers License: Apache-2.0 Group: System/Management -URL: https://github.com/projectatomic/buildah +URL: https://github.com/containers/buildah Source0: %{name}-%{version}.tar.xz Source1: %{name}-rpmlintrc BuildRequires: bash-completion