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
7 changes: 7 additions & 0 deletions products.d/agama-products.changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Fri Nov 8 11:58:49 UTC 2024 - Lubos Kocman <lubos.kocman@suse.com>

- Add installation_labels for Leap 16.0
Let's keep TW style format for now
(gh#agama-project/agama/#1740)

-------------------------------------------------------------------
Thu Nov 07 18:25:49 UTC 2024 - Gustavo Yokoyama Ribeiro <gyribeiro@suse.com>

Expand Down
10 changes: 9 additions & 1 deletion products.d/leap_160.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,15 @@ translations:
software:
installation_repositories:
- url: https://download.opensuse.org/distribution/leap/16.0/repo/oss

installation_labels:
- label: openSUSE-Leap-DVD-x86_64
archs: x86_64
- label: openSUSE-Leap-DVD-aarch64
archs: aarch64
- label: openSUSE-Leap-DVD-s390x
archs: s390
- label: openSUSE-Leap-DVD-ppc64le
archs: ppc
mandatory_patterns:
- enhanced_base # only pattern that is shared among all roles on Leap
optional_patterns: null # no optional pattern shared
Expand Down