Skip to content

Commit

Permalink
Use specific flavor of openSUSE-repos (#1424)
Browse files Browse the repository at this point in the history
## Problem

* It does seem that we might have a problem with openSUSE-repos, in case
that we do not specify given flavor
This is an PR to make sure flavor is explicitly listed.

* Add openSUSE-repos also to MicroOS

```
lkocman@localhost:~> rpm -q --provides openSUSE-repos-Leap
openSUSE-repos
openSUSE-repos-Leap = 20240516.5431918-lp156.1.2
openSUSE-repos-Leap(x86-64) = 20240516.5431918-lp156.1.2
```
  • Loading branch information
imobachgs authored Jul 2, 2024
2 parents a526f31 + e81cd36 commit 3ad4efd
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 2 deletions.
6 changes: 6 additions & 0 deletions products.d/agama-products-opensuse.changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Jul 2 13:54:15 UTC 2024 - Lubos Kocman <lubos.kocman@suse.com>

- Use specific flavor of openSUSE-repos for each distro
(gh#openSUSE/agama#1424).

-------------------------------------------------------------------
Tue Jul 2 11:33:36 UTC 2024 - Imobach Gonzalez Sosa <igonzalezsosa@suse.com>

Expand Down
2 changes: 1 addition & 1 deletion products.d/leap_160.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ software:
- office
mandatory_packages:
- NetworkManager
- openSUSE-repos
- openSUSE-repos-Leap
optional_packages: null
base_product: openSUSE

Expand Down
1 change: 1 addition & 0 deletions products.d/microos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@ software:
- microos_ra_verifier
mandatory_packages:
- NetworkManager
- openSUSE-repos-MicroOS
optional_packages: null
base_product: MicroOS

Expand Down
2 changes: 1 addition & 1 deletion products.d/tumbleweed.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ software:
- office
mandatory_packages:
- NetworkManager
- openSUSE-repos
- openSUSE-repos-Tumbleweed
optional_packages: null
base_product: openSUSE

Expand Down

0 comments on commit 3ad4efd

Please sign in to comment.