Skip to content

Commit

Permalink
conditionally require ultramarine-appstream-metadata on plasma
Browse files Browse the repository at this point in the history
  • Loading branch information
lleyton committed May 6, 2024
1 parent d345a6b commit 5d7aa30
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions ultramarine/release/ultramarine-release.spec
Original file line number Diff line number Diff line change
Expand Up @@ -317,6 +317,11 @@ Provides: system-release-product
# package must provide it. This Recommends: pulls in
# ultramarine-release-identity-cinnamon if nothing else is already doing so.
Recommends: ultramarine-release-identity-kde
# Appstream metadata used by KDE Discover for system upgrades since we introduced this mid-cycle.
# Updating the comps won't push it to existing systems until they major upgrade.
# Therefore for 39, we we'll add a conditional requires to the release package
# This should be removed post 39
Requires: (ultramarine-appstream-metadata if plasma-discover)
%description kde
Provides a base package for Ultramarine KDE configurations.

Expand Down Expand Up @@ -356,6 +361,11 @@ Provides: system-release-product
# package must provide it. This Recommends: pulls in
# ultramarine-release-identity-cinnamon if nothing else is already doing so.
Recommends: ultramarine-release-identity-atomic-kde
# Appstream metadata used by KDE Discover for system upgrades since we introduced this mid-cycle.
# Updating the comps won't push it to existing systems until they major upgrade.
# Therefore for 39, we we'll add a conditional requires to the release package
# This should be removed post 39
Requires: (ultramarine-appstream-metadata if plasma-discover)
%description atomic-kde
Provides a base package for Ultramarine Atomic KDE configurations.

Expand Down

0 comments on commit 5d7aa30

Please sign in to comment.