Accepting request 1074142 from systemsmanagement:SCC
Automatic submission by obs-autosubmit OBS-URL: https://build.opensuse.org/request/show/1074142 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/suseconnect-ng?expand=0&rev=18
This commit is contained in:
commit
0dcfd638ea
@ -1,4 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/SUSE/connect-ng.git</param>
|
||||
<param name="changesrevision">17a79019a857c17bd114523b699f2ba97da398a8</param></service></servicedata>
|
||||
<param name="changesrevision">472bdddd7894f8ddbf002143d472b5052a84d633</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4eef84bfa8978149b3f7f86512a7ada1814e4b5420d26c2c07d140a299581cb4
|
||||
size 78256
|
3
connect-ng-1.1.0~git0.e3c41e60892e.tar.xz
Normal file
3
connect-ng-1.1.0~git0.e3c41e60892e.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:22eeb2ba64f8849ae967054cc6ce33686ca49d27bc57cf0850d28d809d2fcde3
|
||||
size 78948
|
@ -1,3 +1,24 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 17 10:34:15 UTC 2023 - msabate@suse.com
|
||||
|
||||
- Update to version 1.1.0~git0.e3c41e60892e:
|
||||
* Bump to v1.1.0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 14 10:10:09 UTC 2023 - msabate@suse.com
|
||||
|
||||
- Update to version 1.0.0~git23.406b219ccc9e:
|
||||
* Added MemTotal detection for HwInfo
|
||||
* move 'ExcludeArch' out of the if block
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 08 10:44:59 UTC 2023 - tschmidt@suse.com
|
||||
|
||||
- Update to version 1.0.0~git19.b225bc3:
|
||||
* Make keepalive on SUMA systems exit without error (bsc#1207876)
|
||||
* Update README.md
|
||||
* Add deactivate API to ruby bindings (bsc#1202705)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 13 12:57:16 UTC 2022 - tschmidt@suse.com
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package suseconnect-ng
|
||||
#
|
||||
# Copyright (c) 2022 SUSE LLC
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -23,11 +23,11 @@
|
||||
%bcond_with hwinfo
|
||||
|
||||
Name: suseconnect-ng
|
||||
Version: 1.0.0~git14.17a7901
|
||||
Version: 1.1.0~git0.e3c41e60892e
|
||||
Release: 0
|
||||
URL: https://github.com/SUSE/connect-ng
|
||||
License: LGPL-2.1-or-later
|
||||
Summary: Utility to register a system with the SUSE Customer Center
|
||||
License: LGPL-2.1-or-later
|
||||
Group: System/Management
|
||||
Source: connect-ng-%{version}.tar.xz
|
||||
Source1: %name-rpmlintrc
|
||||
@ -42,10 +42,10 @@ BuildRequires: go >= 1.16
|
||||
BuildRequires: ruby-devel
|
||||
BuildRequires: zypper
|
||||
|
||||
ExcludeArch: %ix86 s390 ppc64
|
||||
%if %{with hwinfo}
|
||||
%global test_hwinfo_args -test-hwinfo
|
||||
|
||||
ExcludeArch: %ix86 s390 ppc64
|
||||
# packages required only for hwinfo tests
|
||||
%ifarch ia64 x86_64 %arm aarch64
|
||||
BuildRequires: dmidecode
|
||||
@ -56,8 +56,8 @@ BuildRequires: s390-tools
|
||||
BuildRequires: systemd
|
||||
%endif
|
||||
|
||||
Obsoletes: SUSEConnect < 1.0.0
|
||||
Provides: SUSEConnect = 1.0.0
|
||||
Obsoletes: SUSEConnect < 1.1.0
|
||||
Provides: SUSEConnect = 1.1.0
|
||||
Obsoletes: zypper-migration-plugin < 0.99
|
||||
Provides: zypper-migration-plugin = 0.99
|
||||
Obsoletes: zypper-search-packages-plugin < 0.99
|
||||
@ -95,8 +95,8 @@ replaced SUSEConnect.
|
||||
|
||||
%package -n libsuseconnect
|
||||
Summary: C interface to suseconnect-ng
|
||||
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
|
||||
Group: System/Management
|
||||
Requires: suseconnect-ng
|
||||
|
||||
%description -n libsuseconnect
|
||||
|
Loading…
x
Reference in New Issue
Block a user