Skip to content

Commit

Permalink
fix: don't make the root package conflict system-release
Browse files Browse the repository at this point in the history
  • Loading branch information
lleyton committed Oct 8, 2023
1 parent c09dc74 commit af116ff
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions ultramarine/release/ultramarine-release.spec
Original file line number Diff line number Diff line change
Expand Up @@ -54,16 +54,11 @@ BuildArch: noarch
Provides: ultramarine-release = %{version}-%{release}
Provides: ultramarine-release-variant = %{version}-%{release}

# We need to Provides: and Conflicts: system release here and in each
# of the generic-release-$VARIANT subpackages to ensure that only one
# may be installed on the system at a time.
Provides: system-release
Provides: system-release(%{version})
Provides: base-module(platform:f%{version})
Requires: ultramarine-release-common = %{version}-%{release}

Conflicts: system-release

Recommends: ultramarine-release-identity-basic

%description
Expand Down

0 comments on commit af116ff

Please sign in to comment.