Accepting request 1099075 from systemsmanagement:SCC

Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/1099075
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/suseconnect-ng?expand=0&rev=20
This commit is contained in:
Ana Guerrero 2023-07-19 17:10:01 +00:00 committed by Git OBS Bridge
commit d27243699a
5 changed files with 25 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">f42b4b2a060e4235acf8f6b9e236abd12f088b98</param></service></servicedata>
<param name="changesrevision">abd0fec5d4a4b9ddd5eb25a9f18a1968b4dc8164</param></service></servicedata>

View File

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

View File

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

View File

@ -1,3 +1,17 @@
-------------------------------------------------------------------
Mon Jul 10 09:51:29 UTC 2023 - tschmidt@suse.com
- Update to version 1.2.0~git0.abd0fec:
* enhance docs for package testing
* fix provides to be compatible with yast2-registration on SLE15SP3 and lower
-------------------------------------------------------------------
Fri Jul 07 12:28:43 UTC 2023 - tschmidt@suse.com
- Update to version 1.1.0~git4.9156496:
* Fixed `provides` to work with yast2-registration on SLE15 < SP4 (bsc#1212799)
* Improve error message if product set more than once
-------------------------------------------------------------------
Wed Jun 07 06:11:07 UTC 2023 - msabate@suse.com

View File

@ -23,11 +23,11 @@
%bcond_with hwinfo
Name: suseconnect-ng
Version: 1.1.0~git2.f42b4b2a060e
Version: 1.2.0~git0.abd0fec
Release: 0
URL: https://github.com/SUSE/connect-ng
Summary: Utility to register a system with the SUSE Customer Center
License: LGPL-2.1-or-later
Summary: Utility to register a system with the SUSE Customer Center
Group: System/Management
Source: connect-ng-%{version}.tar.xz
Source1: %name-rpmlintrc
@ -95,8 +95,8 @@ replaced SUSEConnect.
%package -n libsuseconnect
Summary: C interface to suseconnect-ng
# the CLI is not used by libsuseconnect but it has the same dependencies and it's easier to keep one list above
Group: System/Management
# the CLI is not used by libsuseconnect but it has the same dependencies and it's easier to keep one list above
Requires: suseconnect-ng
%description -n libsuseconnect
@ -107,6 +107,10 @@ suseconnect-ng functions.
Summary: Ruby bindings for libsuseconnect library
Group: System/Management
Requires: libsuseconnect
# Adding the rubygem provides, to work as a drop-in replacement for Ruby SUSEConnect on SLE15<SP4
%if (0%{?sle_version} > 0 && 0%{?sle_version} < 150400)
Provides: rubygem(ruby:2.5.0:suse-connect)
%endif
%description -n suseconnect-ruby-bindings
This package provides bindings needed to use libsuseconnect from Ruby scripts.