diff --git a/libblockdev.spec b/libblockdev.spec index 17a6fbfa7a5839ecb4fe6705b17967c2bada109b..ae98eb2674217a4afc8ef4f8e45c5cb95f762691 100644 --- a/libblockdev.spec +++ b/libblockdev.spec @@ -3,7 +3,7 @@ Name: libblockdev Version: 2.26 -Release: 3 +Release: 4 Summary: libblockdev is a C library supporting GObject introspection for manipulation of block devices License: LGPLv2+ URL: https://github.com/storaged-project/libblockdev @@ -24,7 +24,6 @@ BuildRequires: cryptsetup-devel kmod-devel libxslt glib2-doc gtk-doc python3-dev BuildRequires: autoconf-archive Requires: btrfs-progs device-mapper device-mapper-multipath lvm2 mdadm Requires: device-mapper-persistent-data lvm2-dbusd >= 2.02.156 ndctl gdisk util-linux -Recommends: vdo Provides: %{name}-utils%{?_isa} %{name}-utils Obsoletes: %{name}-utils < %{version} @@ -167,6 +166,9 @@ find %{buildroot} -type f -name "*.la" | xargs %{__rm} %changelog +* Tue Jan 2 2024 liyanan - 2.26-4 +- remove require vdo + * Wed Mar 22 2023 wangzhiqiang - 2.26-3 - remove require dmraid and kmod-kvdo