- update to 2.4.0:

* Fix docker build example for non-SLE hosts
  * Minor fixes to --help and README
  * Improve documentation when building with podman on non-SLE host
  * Add flag --log-credentials-errors
  * Add GitHub actions
  * Remove vendor/ dir
  * Cleanup tests
  * Update capture to the 1.0.0 release
  * Bump cli to 2.34.4
  * Update cli to 2.23.5
  * Add dependabot
  * Use URL.Redacted() to avoid security scanner warning
  * Regcode fix

OBS-URL: https://build.opensuse.org/package/show/Virtualization:containers/container-suseconnect?expand=0&rev=10
This commit is contained in:
Dirk Mueller 2022-12-06 14:05:41 +00:00 committed by Git OBS Bridge
parent f01b8af8ca
commit 11096660b3
6 changed files with 36 additions and 12 deletions

View File

@ -4,13 +4,15 @@
<param name="scm">git</param>
<param name="filename">container-suseconnect</param>
<param name="exclude">.git</param>
<param name="versionformat">git.%H</param>
<param name="versionformat">2.3.0</param>
<param name="revision">v2.3.0</param>
<param name="versionformat">2.4.0</param>
<param name="revision">v2.4.0</param>
</service>
<service mode="disabled" name="recompress">
<param name="file">*.tar</param>
<param name="compression">bz2</param>
<param name="compression">zst</param>
</service>
<service mode="disabled" name="set_version"/>
<service mode="disabled" name="go_modules">
<param name="compression">zst</param>
</service>
</services>

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:175a9a9171c4e6e02a1db5a7de6b3458a9f920b90a14b464772a2d90df448209
size 98408

BIN
container-suseconnect-2.4.0.tar.zst (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -1,3 +1,21 @@
-------------------------------------------------------------------
Tue Dec 6 14:04:56 UTC 2022 - Dirk Müller <dmueller@suse.com>
- update to 2.4.0:
* Fix docker build example for non-SLE hosts
* Minor fixes to --help and README
* Improve documentation when building with podman on non-SLE host
* Add flag --log-credentials-errors
* Add GitHub actions
* Remove vendor/ dir
* Cleanup tests
* Update capture to the 1.0.0 release
* Bump cli to 2.34.4
* Update cli to 2.23.5
* Add dependabot
* Use URL.Redacted() to avoid security scanner warning
* Regcode fix
-------------------------------------------------------------------
Sat Mar 27 08:18:08 UTC 2021 - Dirk Müller <dmueller@suse.com>

View File

@ -22,15 +22,17 @@
%global zypp_services %{zypp_path}/services
%global zypp_urlresolver %{zypp_path}/urlresolver
Name: %{project}
Version: 2.3.0
Version: 2.4.0
Release: 0
Summary: Provides access to repositories inside containers
License: Apache-2.0
Group: Development/Languages/Other
URL: https://%{import_path}
Source0: %{project}-%{version}.tar.bz2
Source1: container-suseconnect-rpmlintrc
Source0: %{project}-%{version}.tar.zst
Source1: vendor.tar.zst
Source2: container-suseconnect-rpmlintrc
BuildRequires: golang-packaging
BuildRequires: zstd
BuildRequires: libzypp > 9.34
Requires: libzypp > 9.34
%{go_provides}
@ -41,10 +43,9 @@ container-suseconnect gives access to package repositories inside containers
using the host machine entitlements.
%prep
%setup -q -n %{project}-%{version}
%setup -q -n %{project}-%{version} -a1
%build
export GO111MODULE=off
%{goprep} %{import_path}
%{gobuild} cmd/container-suseconnect

BIN
vendor.tar.zst (Stored with Git LFS) Normal file

Binary file not shown.