Skip to content

Commit

Permalink
devel → master: Add Conflicts:, Provides: and Obsoletes: triple (
Browse files Browse the repository at this point in the history
…#95) (#97) …

… with "special" version dependencies (hopefully working as intended).
  • Loading branch information
Olf0 authored Nov 29, 2022
2 parents a21dd98 + 1219460 commit 6b65efa
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion rpm/harbour-storeman-installer.spec
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,10 @@ BuildArch: noarch
BuildRequires: desktop-file-utils
Requires: ssu
# The oldest SailfishOS release Storeman ≥ 0.2.9 compiles for & the oldest available DoD repo at Sailfish-OBS:
Requires: sailfish-version >= 3.1.0
Requires: sailfish-version >= 3.1.0
Conflicts: harbour-storeman
Obsoletes: harbour-storeman = 0.2
Provides: harbour-storeman = 0.3.0~

%define localauthority_dir polkit-1/localauthority/50-local.d
%define hicolor_icons_dir %{_datadir}/icons/hicolor
Expand Down

0 comments on commit 6b65efa

Please sign in to comment.