- Update to version 0.0.0~git.a083a1f:

* Add Product.IsEmpty()
  * Add unit test for token auth
  * Add obs workflow to be able to use it as CI
  * add files to build rpm
  * Add more zypper operations
  * Unexport api functions
  * Add --cleanup CLI action
  * Add listing of installed services via zypper
  * Change zypperRun args to take a slice of strings
  * Fix printInformation() outputs

OBS-URL: https://build.opensuse.org/package/show/systemsmanagement:SCC/suseconnect-ng?expand=0&rev=2
This commit is contained in:
Jan Zerebecki 2021-07-02 12:33:42 +00:00 committed by Git OBS Bridge
parent c176361a09
commit 674bd5a7e2
7 changed files with 31 additions and 13 deletions

View File

@ -12,6 +12,7 @@
<param name="versionrewrite-pattern">v(\d+\.\d+\.\d+)</param>
<param name="versionrewrite-replacement">\1</param>
-->
<param name="changesgenerate">enable</param>
<param name="exclude">vendor</param>
</service>
<service name="tar" mode="manual" />
@ -19,13 +20,11 @@
<param name="file">*.tar</param>
<param name="compression">xz</param>
</service>
<!--
<service name="extract_file" mode="manual">
<para name="archive">connect-ng*.tar.xz</param>
<para name="files">suseconnect-ng.spec</para>
<para name="files">suseconnect-ng-rpmlintrc</para>
<param name="archive">connect-ng*.tar.xz</param>
<param name="files">connect-ng-*/suseconnect-ng.spec</param>
<param name="files">connect-ng-*/suseconnect-ng-rpmlintrc</param>
</service>
-->
<service name="set_version" mode="manual">
<param name="file">suseconnect-ng.spec</param>
</service>

4
_servicedata Normal file
View File

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

View File

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

View File

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

View File

@ -1,5 +1,5 @@
name: connect-ng
version: 0.0.0~git.d73f68f
mtime: 1624635740
commit: d73f68f5f951e388511080368d5b17da34b8495a
version: 0.0.0~git.a083a1f
mtime: 1625224247
commit: a083a1fb9f77700ceda4fd5a34ee6950b6d9e470

View File

@ -1,3 +1,18 @@
-------------------------------------------------------------------
Fri Jul 02 12:24:46 UTC 2021 - jzerebecki@suse.com
- Update to version 0.0.0~git.a083a1f:
* Add Product.IsEmpty()
* Add unit test for token auth
* Add obs workflow to be able to use it as CI
* add files to build rpm
* Add more zypper operations
* Unexport api functions
* Add --cleanup CLI action
* Add listing of installed services via zypper
* Change zypperRun args to take a slice of strings
* Fix printInformation() outputs
-------------------------------------------------------------------
Fri Jun 25 17:45:10 UTC 2021 - Jan Zerebecki <jzerebecki@suse.com>

View File

@ -16,10 +16,10 @@
#
%global provider_prefix github.com/SUSE/connect-ng
%global import_path %{provider_prefix}
%global import_path %{provider_prefix}
Name: suseconnect-ng
Version: 0.0.0~git.d73f68f
Version: 0.0.0~git.a083a1f
Release: 0
URL: https://github.com/SUSE/connect-ng
License: LGPL-2.1-or-later