Hello community,

here is the log from the commit of package buildah for openSUSE:Factory checked 
in at 2018-06-29 22:35:20
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/buildah (Old)
 and      /work/SRC/openSUSE:Factory/.buildah.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "buildah"

Fri Jun 29 22:35:20 2018 rev:5 rq:619577 version:1.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/buildah/buildah.changes  2018-06-05 
12:53:41.407927039 +0200
+++ /work/SRC/openSUSE:Factory/.buildah.new/buildah.changes     2018-06-29 
22:35:40.358039720 +0200
@@ -1,0 +2,65 @@
+Mon Jun 11 05:52:37 UTC 2018 - [email protected]
+
+- Update buildah to v1.1:
+  * Drop capabilities if running container processes as non root
+  * Print Warning message if cmd will not be used based on entrypoint
+  * Shouldn't add insecure registries to list of search registries
+  * Report errors on bad transports specification when pushing images
+  * Add disable-content-trust noop flag to bud
+  * runCopyStdio(): don't close stdin unless we saw POLLHUP
+  * Add registry errors for pull
+  * Give better messages to users when image can not be found
+  * Add environment variable to buildah --format
+  * Accept json array input for config entrypoint
+  * Add OnBuild support for Dockerfiles
+  * buildah bud should require a context directory or URL
+  * buildah bud picks up ENV from base image
+  * Add CLI options for specifying namespace and cgroup setup
+  * Read UID/GID mapping information from containers and images
+  * build-using-dockerfile: add --annotation
+  * Implement --squash for build-using-dockerfile and commit
+  * Vendor in latest container/storage for devicemapper support
+  * Test with Go 1.10, too
+  * Handle /etc/hosts and /etc/resolv.conf properly in container
+  * Add support for buildah bud --label
+  * buildah push/from can push and pull images with no reference
+  * builder-inspect: fix format option
+  * Add cpu-shares short flag (-c) and cpu-shares CI tests
+
+-------------------------------------------------------------------
+Sun Jun 10 23:44:35 UTC 2018 - [email protected]
+
+- Use noun phrase in summary.
+
+-------------------------------------------------------------------
+Thu Jun  7 06:46:21 UTC 2018 - [email protected]
+
+- Update buildah to v1.0:
+  * Update option and documentation for --force-rm
+  * Update buildah run to make command required
+  * Do not print directly to stdout in Commit()
+  * Force "localhost" as a default registry
+  * Validate host and container paths passed to --volume
+  * Add --compress, --rm, --squash flags as a noop for bud
+  * Add FIPS mode secret to buildah run and bud
+  * Add config --comment/--domainname/--history-comment/--hostname
+  * 'buildah config': stop replacing Created-By whenever it's not specified
+  * Modify man pages so they compile correctly in mandb
+  * Add description on how to do --isolation to buildah-bud man page
+  * Add support for --iidfile to bud and commit
+  * Remove tarball as an option from buildah push --help
+  * Fix secrets patch
+  * Display imageId after commit
+  * config: add support for StopSignal
+  * Allow referencing stages as index and names
+  * Add multi-stage builds support
+  * Allow umount to have multi-containers
+  * buildah bud walks symlinks
+  * Allow --cmd parameter to have commands as values
+  * Make default-mounts-file a hidden option
+  * Add various transport support to buildah from
+  * shallowCopy: avoid a second read of the container's layer
+  * Add openSUSE in install section
+  * run: do not open /etc/hosts if not needed
+
+-------------------------------------------------------------------

Old:
----
  buildah-git.e073df11aa75bd20a8e01cad1956e1fabc7c9895.tar.xz

New:
----
  buildah-1.1.tar.xz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ buildah.spec ++++++
--- /var/tmp/diff_new_pack.IsxyKD/_old  2018-06-29 22:35:40.882039265 +0200
+++ /var/tmp/diff_new_pack.IsxyKD/_new  2018-06-29 22:35:40.886039261 +0200
@@ -16,24 +16,25 @@
 #
 
 
+%define commmit fbf46d33c4e01199281c7a69e68605ec7d611fd3
 %define project github.com/projectatomic/buildah
-%define commit  e073df11aa75bd20a8e01cad1956e1fabc7c9895
 # Build with libostree-devel in Tumbleweed, Leap 15 and SLES 15
 %if 0%{?suse_version} >= 1500
 %define with_libostree 1
 %endif
 Name:           buildah
-Version:        0.12
+Version:        1.1
 Release:        0
-Summary:        Build OCI containers
+Summary:        Tool for building OCI containers
 License:        Apache-2.0
 Group:          System/Management
-Url:            https://github.com/projectatomic/buildah
-Source0:        %{name}-git.%{commit}.tar.xz
+URL:            https://github.com/projectatomic/buildah
+Source0:        %{name}-%{version}.tar.xz
 Source1:        %{name}-rpmlintrc
 BuildRequires:  bash-completion
 BuildRequires:  device-mapper-devel
 BuildRequires:  fdupes
+BuildRequires:  git
 BuildRequires:  glib2-devel-static
 BuildRequires:  glibc-devel-static
 BuildRequires:  go-go-md2man
@@ -43,7 +44,7 @@
 BuildRequires:  libbtrfs-devel
 BuildRequires:  libgpgme-devel
 BuildRequires:  libseccomp-devel
-BuildRequires:  golang(API) >= 1.7
+BuildRequires:  golang(API) >= 1.9
 Requires:       libcontainers-common
 Requires:       libcontainers-image
 Requires:       libcontainers-storage
@@ -67,7 +68,7 @@
 - Delete a working container or an image
 
 %prep
-%setup -q -n %{name}-git.%{commit}
+%setup -q
 
 %build
 # We can't use symlinks here because go-list gets confused by symlinks, so we
@@ -93,7 +94,7 @@
          %{project}/cmd/buildah
 
 # Build manpages
-make %{?_smp_mflags} docs
+make %{?_smp_mflags} -C docs
 
 %check
 # Too many tests fail due to the restricted permissions in the build 
enviroment.

++++++ _service ++++++
--- /var/tmp/diff_new_pack.IsxyKD/_old  2018-06-29 22:35:40.902039248 +0200
+++ /var/tmp/diff_new_pack.IsxyKD/_new  2018-06-29 22:35:40.902039248 +0200
@@ -4,8 +4,8 @@
 <param name="url">https://github.com/projectatomic/buildah.git</param>
 <param name="scm">git</param>
 <param name="filename">buildah</param>
-<param name="versionformat">git.%H</param>
-<param name="revision">v0.12</param>
+<param name="versionformat">1.1</param>
+<param name="revision">v1.1</param>
 </service>
 
 <service name="recompress" mode="disabled">
@@ -14,7 +14,7 @@
 </service>
 
 <service name="set_version" mode="disabled">
-<param name="basename">docker</param>
+<param name="basename">buildah</param>
 </service>
 
 </services>

++++++ buildah-git.e073df11aa75bd20a8e01cad1956e1fabc7c9895.tar.xz -> 
buildah-1.1.tar.xz ++++++
++++ 331244 lines of diff (skipped)


Reply via email to