Skip to content

Commit

Permalink
spec: Fix dependency on libblockdev-s390
Browse files Browse the repository at this point in the history
We are a noarch package so we cannot have architecture-specific
dependencies. "Recommends" ignores missing packages so we can
ignore that libblockdev-s390 is available only on s390x.
  • Loading branch information
vojtechtrefny committed Oct 8, 2024
1 parent 705a80e commit 648f4f4
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions python-blivet.spec
Original file line number Diff line number Diff line change
Expand Up @@ -72,10 +72,7 @@ Recommends: libblockdev-mpath >= %{libblockdevver}
Recommends: libblockdev-nvme >= %{libblockdevver}
Recommends: libblockdev-part >= %{libblockdevver}
Recommends: libblockdev-swap >= %{libblockdevver}

%ifarch s390 s390x
Recommends: libblockdev-s390 >= %{libblockdevver}
%endif

Requires: python3-bytesize >= %{libbytesizever}
Requires: util-linux >= %{utillinuxver}
Expand Down

0 comments on commit 648f4f4

Please sign in to comment.