Hello community, here is the log from the commit of package buildah for openSUSE:Factory checked in at 2019-09-07 11:53:50 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/buildah (Old) and /work/SRC/openSUSE:Factory/.buildah.new.7948 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "buildah" Sat Sep 7 11:53:50 2019 rev:18 rq:728755 version:1.11.0 Changes: -------- --- /work/SRC/openSUSE:Factory/buildah/buildah.changes 2019-08-22 10:54:32.309682444 +0200 +++ /work/SRC/openSUSE:Factory/.buildah.new.7948/buildah.changes 2019-09-07 11:53:57.494269646 +0200 @@ -1,0 +2,27 @@ +Thu Sep 5 15:02:56 UTC 2019 - Sascha Grunert <[email protected]> + +- 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 + +------------------------------------------------------------------- Old: ---- buildah-1.10.1.tar.xz New: ---- buildah-1.11.0.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ buildah.spec ++++++ --- /var/tmp/diff_new_pack.ImQIKO/_old 2019-09-07 11:53:58.402269517 +0200 +++ /var/tmp/diff_new_pack.ImQIKO/_new 2019-09-07 11:53:58.406269517 +0200 @@ -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 @@ 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. ++++++ _service ++++++ --- /var/tmp/diff_new_pack.ImQIKO/_old 2019-09-07 11:53:58.426269514 +0200 +++ /var/tmp/diff_new_pack.ImQIKO/_new 2019-09-07 11:53:58.426269514 +0200 @@ -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.10.1</param> -<param name="revision">v1.10.1</param> +<param name="versionformat">1.11.0</param> +<param name="revision">v1.11.0</param> </service> <service name="recompress" mode="disabled"> ++++++ buildah-1.10.1.tar.xz -> buildah-1.11.0.tar.xz ++++++ ++++ 170991 lines of diff (skipped)
