Skip to content

Commit

Permalink
Update container-diff to version 0.17.0 / rev 11 via SR 907883
Browse files Browse the repository at this point in the history
https://build.opensuse.org/request/show/907883
by user dirkmueller + dimstar_suse
  • Loading branch information
dirkmueller authored and bmwiedemann committed Jul 23, 2021
1 parent 625ec59 commit dade4c3
Show file tree
Hide file tree
Showing 8 changed files with 22 additions and 22 deletions.
Binary file modified packages/c/container-diff/.files
Binary file not shown.
8 changes: 8 additions & 0 deletions packages/c/container-diff/.rev
Expand Up @@ -81,4 +81,12 @@
<comment></comment>
<requestid>862300</requestid>
</revision>
<revision rev="11" vrev="1">
<srcmd5>68d0c1d1db453e6b3c9db14ca4a21461</srcmd5>
<version>0.17.0</version>
<time>1627076470</time>
<user>dimstar_suse</user>
<comment></comment>
<requestid>907883</requestid>
</revision>
</revisionlist>
1 change: 0 additions & 1 deletion packages/c/container-diff/.servicemark

This file was deleted.

15 changes: 0 additions & 15 deletions packages/c/container-diff/_service

This file was deleted.

1 change: 0 additions & 1 deletion packages/c/container-diff/container-diff-0.16.0.tar.xz

This file was deleted.

1 change: 1 addition & 0 deletions packages/c/container-diff/container-diff-0.17.0.tar.gz
11 changes: 11 additions & 0 deletions packages/c/container-diff/container-diff.changes
@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Thu Jul 22 14:34:45 UTC 2021 - Fabian Vogt <fvogt@suse.com>

- Update to 0.17.0:
* Resolve symlink issue. #355
* Remove global variable #349
* Code improvement in function readErrorsFromChannel() #347
- Drop _service, plain URL is sufficient
- Drop docker recommendation, not really useful
- Drop %go_nostip, unnecessary

-------------------------------------------------------------------
Mon Jan 11 09:47:20 UTC 2021 - Klaus Kämpf <kkaempf@suse.com>

Expand Down
7 changes: 2 additions & 5 deletions packages/c/container-diff/container-diff.spec
Expand Up @@ -18,18 +18,15 @@

%define project github.com/GoogleContainerTools/container-diff
Name: container-diff
Version: 0.16.0
Version: 0.17.0
Release: 0
Summary: Tool to analyze and compare container images
License: Apache-2.0
Group: System/Management
URL: https://github.com/GoogleCloudPlatform/container-diff
Source0: %{name}-%{version}.tar.xz
Source0: https://github.com/GoogleCloudPlatform/container-diff/archive/v%{version}/%{name}-%{version}.tar.gz
BuildRequires: golang-packaging
BuildRequires: golang(API) >= 1.7
Recommends: docker
# disable stripping of binaries
%{go_nostrip}

%description
container-diff is a tool for analyzing and comparing container images.
Expand Down

0 comments on commit dade4c3

Please sign in to comment.