- Update to version 0.0.1~git16.8a5d48c:

* Add extensions hints for readonly root fs
  * Make the connect package an internal package
  * Document debug output destination difference
  * Add status value constants
  * Add rollback CLI option
  * Fix callHTTP() so connections are reused
  * Fix list-extensions format
  * Fix error from zypper refresh

OBS-URL: https://build.opensuse.org/package/show/systemsmanagement:SCC/suseconnect-ng?expand=0&rev=9
This commit is contained in:
Jan Zerebecki 2021-07-19 10:03:53 +00:00 committed by Git OBS Bridge
parent 87e87c115d
commit 8cec69b1f9
5 changed files with 22 additions and 7 deletions

View File

@ -1,4 +1,4 @@
<servicedata>
<service name="tar_scm">
<param name="url">https://github.com/SUSE/connect-ng.git</param>
<param name="changesrevision">a5f168aec0f6b371b72fa02f8579e778b015351d</param></service></servicedata>
<param name="changesrevision">8a5d48ca6171827361fe4904419b32201a427496</param></service></servicedata>

View File

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

View File

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

View File

@ -1,3 +1,16 @@
-------------------------------------------------------------------
Mon Jul 19 10:01:54 UTC 2021 - jzerebecki@suse.com
- Update to version 0.0.1~git16.8a5d48c:
* Add extensions hints for readonly root fs
* Make the connect package an internal package
* Document debug output destination difference
* Add status value constants
* Add rollback CLI option
* Fix callHTTP() so connections are reused
* Fix list-extensions format
* Fix error from zypper refresh
-------------------------------------------------------------------
Mon Jul 12 21:43:19 UTC 2021 - jzerebecki@suse.com

View File

@ -15,11 +15,12 @@
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
%global provider_prefix github.com/SUSE/connect-ng
%global import_path %{provider_prefix}
Name: suseconnect-ng
Version: 0.0.1~git0.a5f168a
Version: 0.0.1~git16.8a5d48c
Release: 0
URL: https://github.com/SUSE/connect-ng
License: LGPL-2.1-or-later
@ -27,8 +28,8 @@ Summary: Utility to register a system with the SUSE Customer Center
Group: System/Management
Source: connect-ng-%{version}.tar.xz
Source1: %name-rpmlintrc
BuildRequires: golang-packaging
BuildRequires: go >= 1.16
BuildRequires: golang-packaging
Conflicts: SUSEConnect
%description
@ -71,7 +72,7 @@ find %_builddir/..
rm -rf %buildroot/usr/share/go
%check
%gotest github.com/SUSE/connect-ng/connect
%gotest github.com/SUSE/connect-ng/internal/connect
%files
%license LICENSE LICENSE.LGPL
@ -80,3 +81,4 @@ rm -rf %buildroot/usr/share/go
%_bindir/SUSEConnect
%_sbindir/SUSEConnect
%changelog