]> xenbits.xensource.com Git - libvirt.git/commit
rpm: fix upgrades when RBD is disabled in a new version
authorDaniel P. Berrangé <berrange@redhat.com>
Tue, 19 Mar 2019 15:59:36 +0000 (15:59 +0000)
committerDaniel P. Berrangé <berrange@redhat.com>
Wed, 20 Mar 2019 17:05:23 +0000 (17:05 +0000)
commitfc65c22b73420ca2137baea7a8981d0b9f938cf1
tree3f23aaa086ccaa0eb65c684797370a7122488751
parent8c08a99745ddac9f4055c008e82e68a27ed5093d
rpm: fix upgrades when RBD is disabled in a new version

We previously had to disable RBD on 32-bit platforms since Ceph has
dropped all support for 32-bit. Unfortunately anyone with the RPM
libvirt-daemon-driver-storage-rbd installed on 32-bit now has a
broken upgrade path.

To fix this we must make libvirt-daemon-driver-storage-core
have an Obsoletes: libvirt-daemon-driver-storage-rbd < $VER-$REL

Reviewed-by: Erik Skultety <eskultet@redhat.com>
Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
libvirt.spec.in