Accepting request 751554 from home:rhafer:branches:Virtualization:containers
- Update to 2.2.0 (bsc#1157960) - Update go version and dependencies - Fix usage with RMT and SMT - parse the /etc/products.d/*.prod files - Update to 2.1.0 (bsc#1138731, bsc#1154247) OBS-URL: https://build.opensuse.org/request/show/751554 OBS-URL: https://build.opensuse.org/package/show/Virtualization:containers/container-suseconnect?expand=0&rev=6
This commit is contained in:
parent
80f5e06e1e
commit
c05b10f826
4
_service
4
_service
@ -5,8 +5,8 @@
|
|||||||
<param name="filename">container-suseconnect</param>
|
<param name="filename">container-suseconnect</param>
|
||||||
<param name="exclude">.git</param>
|
<param name="exclude">.git</param>
|
||||||
<param name="versionformat">git.%H</param>
|
<param name="versionformat">git.%H</param>
|
||||||
<param name="versionformat">2.1.0</param>
|
<param name="versionformat">2.2.0</param>
|
||||||
<param name="revision">v2.1.0</param>
|
<param name="revision">v2.2.0</param>
|
||||||
</service>
|
</service>
|
||||||
<service mode="disabled" name="recompress">
|
<service mode="disabled" name="recompress">
|
||||||
<param name="file">*.tar</param>
|
<param name="file">*.tar</param>
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:01aa95ad968839a66d23faec94c758b2d2fd4f17628b1603cd42940d783c3bc1
|
|
||||||
size 56025
|
|
3
container-suseconnect-2.2.0.tar.bz2
Normal file
3
container-suseconnect-2.2.0.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:cdfd78c13f0b7f933f924de7f296fb9f32ecd1504bf6aa5e3b9e336475be75ae
|
||||||
|
size 89320
|
@ -1,7 +1,15 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Nov 28 10:01:56 UTC 2019 - Ralf Haferkamp <rhafer@suse.com>
|
||||||
|
|
||||||
|
- Update to 2.2.0 (bsc#1157960)
|
||||||
|
- Update go version and dependencies
|
||||||
|
- Fix usage with RMT and SMT
|
||||||
|
- parse the /etc/products.d/*.prod files
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Jun 19 13:45:28 UTC 2019 - Sascha Grunert <sgrunert@suse.com>
|
Wed Jun 19 13:45:28 UTC 2019 - Sascha Grunert <sgrunert@suse.com>
|
||||||
|
|
||||||
- Update to 2.1.0 (bsc#1138731)
|
- Update to 2.1.0 (bsc#1138731, bsc#1154247)
|
||||||
- Fix function comments based on best practices from Effective Go
|
- Fix function comments based on best practices from Effective Go
|
||||||
- Interacting with SCC behind proxy and SMT
|
- Interacting with SCC behind proxy and SMT
|
||||||
|
|
||||||
|
@ -20,7 +20,7 @@
|
|||||||
%global zypp_path /usr/lib/zypp/plugins/services
|
%global zypp_path /usr/lib/zypp/plugins/services
|
||||||
|
|
||||||
Name: %{project}
|
Name: %{project}
|
||||||
Version: 2.1.0
|
Version: 2.2.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Provides access to repositories inside containers
|
Summary: Provides access to repositories inside containers
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
|
Loading…
Reference in New Issue
Block a user