Fix dependency on libblockdev-s390
Resolves: RHEL-61187
This commit is contained in:
parent
6d59649470
commit
826b168988
@ -5,7 +5,7 @@ Version: 3.10.0
|
|||||||
|
|
||||||
#%%global prerelease .b2
|
#%%global prerelease .b2
|
||||||
# prerelease, if defined, should be something like .a1, .b1, .b2.dev1, or .c2
|
# prerelease, if defined, should be something like .a1, .b1, .b2.dev1, or .c2
|
||||||
Release: 7%{?prerelease}%{?dist}
|
Release: 8%{?prerelease}%{?dist}
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
License: LGPL-2.1-or-later
|
License: LGPL-2.1-or-later
|
||||||
%global realname blivet
|
%global realname blivet
|
||||||
@ -78,10 +78,7 @@ Recommends: libblockdev-mdraid >= %{libblockdevver}
|
|||||||
Recommends: libblockdev-mpath >= %{libblockdevver}
|
Recommends: libblockdev-mpath >= %{libblockdevver}
|
||||||
Recommends: libblockdev-nvme >= %{libblockdevver}
|
Recommends: libblockdev-nvme >= %{libblockdevver}
|
||||||
Recommends: libblockdev-swap >= %{libblockdevver}
|
Recommends: libblockdev-swap >= %{libblockdevver}
|
||||||
|
|
||||||
%ifarch s390 s390x
|
|
||||||
Recommends: libblockdev-s390 >= %{libblockdevver}
|
Recommends: libblockdev-s390 >= %{libblockdevver}
|
||||||
%endif
|
|
||||||
|
|
||||||
Requires: python3-bytesize >= %{libbytesizever}
|
Requires: python3-bytesize >= %{libbytesizever}
|
||||||
Requires: util-linux >= %{utillinuxver}
|
Requires: util-linux >= %{utillinuxver}
|
||||||
@ -120,6 +117,10 @@ make DESTDIR=%{buildroot} install
|
|||||||
%{python3_sitelib}/*
|
%{python3_sitelib}/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Oct 09 2024 Vojtech Trefny <vtrefny@redhat.com> - 3.10.0-8
|
||||||
|
- Fix dependency on libblockdev-s390
|
||||||
|
Resolves: RHEL-61187
|
||||||
|
|
||||||
* Mon Sep 30 2024 Vojtech Trefny <vtrefny@redhat.com> - 3.10.0-7
|
* Mon Sep 30 2024 Vojtech Trefny <vtrefny@redhat.com> - 3.10.0-7
|
||||||
- Fix checking for NVMe plugin availability
|
- Fix checking for NVMe plugin availability
|
||||||
Resolves: RHEL-45179
|
Resolves: RHEL-45179
|
||||||
|
Loading…
Reference in New Issue
Block a user