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 @@
-------------------------------------------------------------------
Tue Apr 22 14:27:59 UTC 2025 - Knut Anderssen <[email protected]>

- Add NetworkManager-config-server package to SLES 16.0 and
SLES_SAP 16.0 as mandatory (bsc#1241224, bsc#1224868).

-------------------------------------------------------------------
Tue Apr 22 14:14:53 UTC 2025 - Imobach Gonzalez Sosa <[email protected]>

Expand Down
2 changes: 2 additions & 0 deletions products.d/sles_160.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,8 @@ software:
- gnome
mandatory_packages:
- NetworkManager
# bsc#1241224, bsc#1224868 avoid probe DHCP over all ethernet devices and ignore carrier
- NetworkManager-config-server
Copy link
Contributor

Choose a reason for hiding this comment

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

I would like to add comment here with reason why it is there ( link to bugzilla is enough for me ). It will help with future introspection...Also should it be in Leap16?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Not requested so far, @lkocman? what do you think?

- sudo-policy-wheel-auth-self # explicit wheel group policy to conform new auth model
optional_packages: null
base_product: SLES
Expand Down
2 changes: 2 additions & 0 deletions products.d/sles_sap_160.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ software:
- sles_sap_gui
mandatory_packages:
- NetworkManager
# bsc#1241224, bsc#1224868 avoid probe DHCP over all ethernet devices and ignore carrier
- NetworkManager-config-server
- sudo-policy-wheel-auth-self # explicit wheel group policy to conform new auth model
optional_packages: null
base_product: SLES_SAP
Expand Down