From 0806bb5b1da65f1469fb5ac79408bc37dab9a381 Mon Sep 17 00:00:00 2001 From: David Tardon Date: Tue, 18 May 2021 14:05:00 +0200 Subject: [PATCH] Drop superfluous Recommends: libcryptsetup systemd-cryptsetup and systemd-veritysetup link with libcryptsetup, so this dependency is already in Requires. (Well, not in bootstrap mode, but I'm pretty sure we don't want to publish rpms built in bootstrap mode, so it shouldn't matter.) --- systemd.spec | 6 ------ 1 file changed, 6 deletions(-) diff --git a/systemd.spec b/systemd.spec index 5b91e60..1e138e5 100644 --- a/systemd.spec +++ b/systemd.spec @@ -191,8 +191,6 @@ Conflicts: %{name}-standalone-sysusers < %{version}-%{release}^ Obsoletes: %{name}-standalone-sysusers < %{version}-%{release}^ # Recommends to replace normal Requires deps for stuff that is dlopen()ed -Recommends: libcryptsetup.so.12()(64bit) -Recommends: libcryptsetup.so.12(CRYPTSETUP_2.0)(64bit) Recommends: libidn2.so.0()(64bit) Recommends: libidn2.so.0(IDN2_0.0.0)(64bit) Recommends: libpcre2-8.so.0()(64bit) @@ -293,10 +291,6 @@ Requires: kbd Provides: u2f-hidraw-policy = 1.0.2-40 Obsoletes: u2f-hidraw-policy < 1.0.2-40 -# Recommends to replace normal Requires deps for stuff that is dlopen()ed -Recommends: libcryptsetup.so.12()(64bit) -Recommends: libcryptsetup.so.12(CRYPTSETUP_2.0)(64bit) - %description udev This package contains systemd-udev and the rules and hardware database needed to manage device nodes. This package is necessary on physical