]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
spec: Adjust librbd / librados dependency names
authorFabiano Fidêncio <fidencio@redhat.com>
Sat, 7 Dec 2019 15:35:24 +0000 (16:35 +0100)
committerFabiano Fidêncio <fidencio@redhat.com>
Wed, 11 Dec 2019 12:07:14 +0000 (13:07 +0100)
librbd1-devel and librados2-devel have their package name changed to
librbd-devel and librados-devel on all the supported Fedora versions and
CentOS / RHEL 8.

For more info about this change, please, refer to the following page:
https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/8/html-single/considerations_in_adopting_rhel_8/index

Signed-off-by: Fabiano Fidêncio <fidencio@redhat.com>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
libvirt.spec.in

index 5955dd6f5a71e355f9dcef02b59207ba9def9d67..01f28e62d67ab8338f2610a57f2ab79e589dc563 100644 (file)
@@ -335,9 +335,14 @@ BuildRequires: device-mapper-devel
 # For XFS reflink clone support
 BuildRequires: xfsprogs-devel
 %if %{with_storage_rbd}
+%if 0%{?fedora} || 0%{?rhel} > 7
+BuildRequires: librados-devel
+BuildRequires: librbd-devel
+%else
 BuildRequires: librados2-devel
 BuildRequires: librbd1-devel
 %endif
+%endif
 %if %{with_storage_gluster}
 BuildRequires: glusterfs-api-devel >= 3.4.1
 BuildRequires: glusterfs-devel >= 3.4.1