Accepting request 645686 from Virtualization:containers

OBS-URL: https://build.opensuse.org/request/show/645686
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/container-diff?expand=0&rev=7
This commit is contained in:
2018-11-10 15:58:21 +00:00
committed by Git OBS Bridge
5 changed files with 34 additions and 8 deletions
+24
View File
@@ -1,3 +1,27 @@
-------------------------------------------------------------------
Wed Oct 31 08:14:13 UTC 2018 - David Cassany <dcassany@suse.com>
- Update container-diff to v0.13.1
* Fix docker library dependency overrides #269
* Update go-containerregistry to pick up docker API client negotiation #267
* Fix unintended variable shadowing #263
* Change the default analysis type from apt to size #266
-------------------------------------------------------------------
Wed Oct 10 09:34:27 UTC 2018 - David Cassany <dcassany@suse.com>
- Update container-diff to v0.12.0
* Add script to list all pull requests for each release #258
* Fix deps #260
* Backfill changelog #257
* Add maintainers file and new issue template #259
* Add size analyzer #256
* Fix destination path for clone in contrib guidance. #255
* Add rpmlayer differ #252
* Handle error gracefully when we can't retrieve an image #251
* Layered analysis for single version packages #248
* Reuse cached filesystems for layers #247
-------------------------------------------------------------------
Thu Jun 28 08:22:29 UTC 2018 - dcassany@suse.com
+5 -3
View File
@@ -18,15 +18,15 @@
%define project github.com/GoogleContainerTools/container-diff
Name: container-diff
Version: 0.11.0
Version: 0.13.1
Release: 0
Summary: Analyze and compare container images
License: Apache-2.0
Group: System/Management
URL: https://github.com/GoogleCloudPlatform/container-diff
Source0: %{name}-%{version}.tar.xz
BuildRequires: golang(API) >= 1.7
BuildRequires: golang-packaging
BuildRequires: golang(API) >= 1.7
Recommends: docker
# disable stripping of binaries
%{go_nostrip}
@@ -75,7 +75,9 @@ cp -avr * $HOME/go/src/%{project}
cd $HOME/go/src/%{project}
# Test container-diff. Exclude ppc64le, which has known issue with gotest.
PKG_LIST=$(go list ./... | grep -v %{project}/vendor})
# Also exclude cmd/diff_test.go as it requires pulling remote images
PKG_LIST=$(go list ./... | grep -v "%{project}/vendor")
mv cmd/diff_test.go cmd/diff_test.go.exclude
%ifnarch ppc64le
go test $PKG_LIST
%endif
+2 -2
View File
@@ -2,8 +2,8 @@
<service name="tar_scm" mode="disabled">
<param name="url">https://github.com/GoogleContainerTools/container-diff</param>
<param name="scm">git</param>
<param name="versionformat">0.11.0</param>
<param name="revision">v0.11.0</param>
<param name="versionformat">0.13.1</param>
<param name="revision">master</param>
</service>
<service name="recompress" mode="disabled">
<param name="file">container-diff-*.tar</param>
-3
View File
@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e1c6cc4f6200696d70bbdf758a541721face380b6a84fe7e669b197d056cd8c3
size 1223656
+3
View File
@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:0ec6bec9b375ee0b4d35b9783e583f2e84af1e4815d815eff1f12ff92f3b7a2d
size 894252