From 5e985ab28c5d4b9ba6e67c31d9a5bf58f684e7c6 Mon Sep 17 00:00:00 2001 From: Vojtech Trefny Date: Oct 01 2020 14:09:22 +0000 Subject: Do not build VDO plugin --- diff --git a/libblockdev.spec b/libblockdev.spec index 69c7edf..814bc8b 100644 --- a/libblockdev.spec +++ b/libblockdev.spec @@ -15,7 +15,7 @@ %define with_part 1 %define with_fs 1 %define with_nvdimm 1 -%define with_vdo 1 +%define with_vdo 0 %define with_gi 1 %define with_escrow 1 %define with_dmraid 1 @@ -125,7 +125,7 @@ Name: libblockdev Version: 2.24 -Release: 6%{?dist} +Release: 7%{?dist} Summary: A library for low-level manipulation with block devices License: LGPLv2+ URL: https://github.com/storaged-project/libblockdev @@ -989,6 +989,9 @@ find %{buildroot} -type f -name "*.la" | xargs %{__rm} %files plugins-all %changelog +* Thu Oct 01 2020 Vojtech Trefny - 2.24-7 +- Do not build VDO plugin + * Thu Sep 17 2020 Vojtech Trefny - 2.24-6 - exec: Fix setting locale for util calls