Hello community,

here is the log from the commit of package buildah for openSUSE:Factory checked 
in at 2018-07-27 10:55:38
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/buildah (Old)
 and      /work/SRC/openSUSE:Factory/.buildah.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "buildah"

Fri Jul 27 10:55:38 2018 rev:6 rq:624691 version:1.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/buildah/buildah.changes  2018-06-29 
22:35:40.358039720 +0200
+++ /work/SRC/openSUSE:Factory/.buildah.new/buildah.changes     2018-07-27 
10:55:39.893580284 +0200
@@ -1,0 +2,32 @@
+Mon Jul 16 06:33:14 UTC 2018 - [email protected]
+
+- Update buildah to v1.2:
+  * build-using-dockerfile: let -t include transports again
+  * Block use of /proc/acpi and /proc/keys from inside containers
+  * Fix handling of -registries-conf
+  * Add -cidfile option to from
+  * Add a -loglevel option to build-with-dockerfile
+  * docs: Follow man-pages(7) suggestions for SYNOPSIS
+  * umount: add all option to umount all mounted containers
+  * Fix buildah bud -layers
+  * Force ownership of /etc/hosts and /etc/resolv.conf to 0:0
+  * build without seccomp
+  * Add Capabilities lists to BuilderInfo
+  * Fix ARGS parsing for run commands
+  * Add info on registries.conf to from manpage
+  * mount: support multiple inputs
+  * Allow -userns-uid-map/-userns-gid-map to be global options
+  * Add -rm and -force-rm to buildah bud
+  * Add -all,-a flag to buildah images
+  * Add environment variable BUILDAH_RUNTIME
+  * Add -layers and -no-cache to buildah bud
+  * Change 'registries' to 'container registries' in man
+  * Add registries.conf link to a few man pages
+
+- install missing buildah (1) manpage
+
+- install bash completion at /usr/share/bash-completion/completions
+
+- buildmode=pie: build position independent code
+
+-------------------------------------------------------------------

Old:
----
  buildah-1.1.tar.xz

New:
----
  buildah-1.2.tar.xz

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

Other differences:
------------------
++++++ buildah.spec ++++++
--- /var/tmp/diff_new_pack.7n9365/_old  2018-07-27 10:55:40.345581149 +0200
+++ /var/tmp/diff_new_pack.7n9365/_new  2018-07-27 10:55:40.349581157 +0200
@@ -23,7 +23,7 @@
 %define with_libostree 1
 %endif
 Name:           buildah
-Version:        1.1
+Version:        1.2
 Release:        0
 Summary:        Tool for building OCI containers
 License:        Apache-2.0
@@ -89,7 +89,8 @@
 
 # Build buildah
 go build -tags "$BUILDTAGS" \
-         -i -ldflags '-s -w -X main.gitCommit=%{commit} -X 
main.buildInfo='$SOURCE_DATE_EPOCH'' \
+         -buildmode=pie \
+         -ldflags '-s -w -X main.gitCommit=%{commit} -X 
main.buildInfo='$SOURCE_DATE_EPOCH'' \
          -o bin/buildah \
          %{project}/cmd/buildah
 
@@ -105,15 +106,15 @@
 
 install -D -m 0755 bin/buildah %{buildroot}/%{_bindir}/buildah
 install -d %{buildroot}/%{_mandir}/man1
-install -m 0644 docs/buildah-*.1 %{buildroot}/%{_mandir}/man1
-install -D -m 0644 contrib/completions/bash/buildah 
%{buildroot}/%{_sysconfdir}/bash_completion.d/buildah
+install -m 0644 docs/buildah*.1 %{buildroot}/%{_mandir}/man1
+install -D -m 0644 contrib/completions/bash/buildah 
%{buildroot}/%{_datadir}/bash-completion/completions/buildah
 
 %fdupes %{buildroot}/%{_prefix}
 
 %files
 %{_bindir}/buildah
-%{_mandir}/man1/buildah-*
-%config %{_sysconfdir}/bash_completion.d/buildah
+%{_mandir}/man1/buildah*
+%{_datadir}/bash-completion/completions/buildah
 %license LICENSE
 
 %changelog

++++++ _service ++++++
--- /var/tmp/diff_new_pack.7n9365/_old  2018-07-27 10:55:40.381581218 +0200
+++ /var/tmp/diff_new_pack.7n9365/_new  2018-07-27 10:55:40.381581218 +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">1.1</param>
-<param name="revision">v1.1</param>
+<param name="versionformat">1.2</param>
+<param name="revision">v1.2</param>
 </service>
 
 <service name="recompress" mode="disabled">

++++++ buildah-1.1.tar.xz -> buildah-1.2.tar.xz ++++++
++++ 35920 lines of diff (skipped)


Reply via email to