diff --git a/_service b/_service index 09034a3..24bf2d0 100644 --- a/_service +++ b/_service @@ -4,8 +4,8 @@ https://github.com/containers/buildah.git git buildah -1.10.1 -v1.10.1 +1.11.0 +v1.11.0 diff --git a/buildah-1.10.1.tar.xz b/buildah-1.10.1.tar.xz deleted file mode 100644 index 82c5315..0000000 --- a/buildah-1.10.1.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:559760b878c8450e872ba15977ea4d85d96ee106da901957cbb6f978a2aaf8b6 -size 4930004 diff --git a/buildah-1.11.0.tar.xz b/buildah-1.11.0.tar.xz new file mode 100644 index 0000000..6a22091 --- /dev/null +++ b/buildah-1.11.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0573b2068f00cfc2febdd2c1f147ed96600fb107452e22fd37245df8b136841c +size 5308928 diff --git a/buildah.changes b/buildah.changes index f8fad48..af0c90b 100644 --- a/buildah.changes +++ b/buildah.changes @@ -1,3 +1,30 @@ +------------------------------------------------------------------- +Thu Sep 5 15:02:56 UTC 2019 - Sascha Grunert + +- Update to v1.11.0 + * Add --digestfile and Re-add push statement as debug + * Add --log-level command line option and deprecate --debug + * Add security-related volume options to validator + * Allow buildah bud to be called without arguments + * Allow to override build date with SOURCE_DATE_EPOCH + * Correctly detect ExitError values from Run() + * Disable empty logrus timestamps to reduce logger noise + * Fix directory pull image names + * Fix handling of /dev/null masked devices + * Fix possible runtime panic on bud + * Update bud/from help to contain indicator for --dns=none + * Update documentation about bud + * Update shebangs to take env into consideration + * Use content digests in ADD/COPY history entries + * add support for cgroupsV2 + * add: add a DryRun flag to AddAndCopyOptions + * add: handle hard links when copying with .dockerignore + * add: teach copyFileWithTar() about symlinks and directories + * imagebuilder: fix detection of referenced stage roots + * pull/commit/push: pay attention to $BUILD_REGISTRY_SOURCES + * run_linux: fix mounting /sys in a userns +- Remove hardly set build tags in favor of the Makefile + ------------------------------------------------------------------- Fri Aug 16 06:32:33 UTC 2019 - Sascha Grunert diff --git a/buildah.spec b/buildah.spec index f423bda..fa2d8f5 100644 --- a/buildah.spec +++ b/buildah.spec @@ -22,7 +22,7 @@ %define with_libostree 1 %endif Name: buildah -Version: 1.10.1 +Version: 1.11.0 Release: 0 Summary: Tool for building OCI containers License: Apache-2.0 @@ -79,18 +79,8 @@ rm -rf $HOME/go/src/%{project}/* cp -avr * $HOME/go/src/%{project} cd $HOME/go/src/%{project} -# TODO: remove this in a later release of buildah and let the make targets -# discover the tags correctly -%if 0%{?with_libostree} -echo "Compiling with libostree support" -export BUILDTAGS="seccomp apparmor" -%else -echo "Compiling without libostree support" -export BUILDTAGS="seccomp apparmor containers_image_ostree_stub" -%endif - # Build buildah -make %{?_smp_mflags} BUILDTAGS='$BUILDTAGS' GIT_COMMIT=unknown EXTRALDFLAGS=-buildmode=pie +make %{?_smp_mflags} GIT_COMMIT=unknown EXTRALDFLAGS=-buildmode=pie %check # Too many tests fail due to the restricted permissions in the build enviroment.