From 93b162301ba36c28fa6780b4c4921d75983fa16a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= Date: Thu, 9 Sep 2021 19:47:48 +0200 Subject: [PATCH] Require util-linux-core instead of util-linux The dep is for blkid, which is now in util-linux-core. --- lvm2.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lvm2.spec b/lvm2.spec index 387d2f1..39346eb 100644 --- a/lvm2.spec +++ b/lvm2.spec @@ -623,7 +623,7 @@ Version: %{device_mapper_version} License: GPLv2 URL: https://www.sourceware.org/dm/ Requires: device-mapper-libs = %{?epoch}:%{device_mapper_version}-%{release} -Requires: util-linux >= %{util_linux_version} +Requires: util-linux-core >= %{util_linux_version} Requires: systemd >= %{systemd_version} # We need dracut to install required udev rules if udev_sync # feature is turned on so we don't lose required notifications.