File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed
Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff 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-------------------------------------------------------------------
1516Wed Mar 4 16:48:14 UTC 2026 - Felix Schnizlein <fschnizlein@suse.com>
Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ import (
1010
1111// Product as defined from SCC's API.
1212type 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
You can’t perform that action at this time.
0 commit comments