Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions products.d/agama-products.changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Jan 23 10:43:32 UTC 2025 - Josef Reidinger <jreidinger@suse.com>

- Set installation labels for SLES and SLES4SAP
(gh#agama-project/agama#1937)

-------------------------------------------------------------------
Mon Jan 20 10:36:19 UTC 2025 - Imobach Gonzalez Sosa <igonzalezsosa@suse.com>

Expand Down
9 changes: 9 additions & 0 deletions products.d/sles_160.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,15 @@ translations:
bulutta ve uçta iş açısından kritik iş yüklerini çalıştırır.
software:
installation_repositories: []
installation_labels:
- label: SLES160-x86_64
archs: x86_64
- label: SLES160-arch64
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I checked the requirements and it looks correct, but that missing a is confusing to me.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think it is to be consistent with S4SAP and there it reach limit of 15 chars...good part is that users won't see this

archs: aarch64
- label: SLES160-s390x
archs: s390
- label: SLES160-ppc64
archs: ppc

mandatory_patterns:
- base_traditional
Expand Down
7 changes: 7 additions & 0 deletions products.d/sles_sap_160.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,13 @@ translations:
description:
software:
installation_repositories: []
installation_labels:
- label: S4SAP160-x86_64
archs: x86_64
- label: S4SAP160-arch64
archs: aarch64
- label: S4SAP160-ppc64
archs: ppc

mandatory_patterns:
- base_traditional
Expand Down