Skip to content

Commit 84c11a9

Browse files
authored
Merge pull request #360 from SUSE/fix-libsuseconnect
Add id to pkg/registration/product to allow yast2-registration completing the registration
2 parents 24cab5c + 76f4447 commit 84c11a9

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

build/packaging/suseconnect-ng.changes

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ Thu Mar 12 18:53:13 UTC 2026 - Felix Schnizlein <fschnizlein@suse.com>
1010
- Add expanded metric collection for system vendor/manfacturer
1111
(jsc#TEL-260).
1212
- Removed backport patch: fix-libsuseconnect-and-pci.patch
13+
- Add missing product id to allow yast2-registration to not break (bsc#1257825)
1314

1415
-------------------------------------------------------------------
1516
Wed Mar 4 16:48:14 UTC 2026 - Felix Schnizlein <fschnizlein@suse.com>

pkg/registration/product.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ import (
1010

1111
// Product as defined from SCC's API.
1212
type Product struct {
13+
ID int `json:"id"`
1314
// NOTE: what in SCC's API is called "identifier", it is the "name" in
1415
// zypper's nomenclature, but that's different from SCC's "name". Hence,
1516
// internally we will be consistent with SCC's API and name this attribute

0 commit comments

Comments
 (0)