From 7792d0f96a589115c3d01a5367c4b68c88f11422 Mon Sep 17 00:00:00 2001 From: jackie_wu Date: Fri, 17 Sep 2021 14:52:02 +0800 Subject: [PATCH] add shadow require --- ovirt-imageio.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ovirt-imageio.spec b/ovirt-imageio.spec index 348979e..8615d78 100644 --- a/ovirt-imageio.spec +++ b/ovirt-imageio.spec @@ -1,6 +1,6 @@ Name: ovirt-imageio Version: 2.1.1 -Release: 1 +Release: 2 Summary: oVirt imageio License: GPLv2+ @@ -79,6 +79,7 @@ BuildRequires: systemd # NOTE: keep in sync with automation/check.packages Requires: %{name}-common = %{version}-%{release} Requires: python3-systemd +Requires: shadow %description daemon Daemon providing image transfer service on oVirt hosts. @@ -135,6 +136,8 @@ if systemctl is-active ovirt-imageio-daemon.service >/dev/null; then fi %changelog +* Fri Sep 17 2021 wutao - 2.1.1-2 +- add shadow requires to solve install daemon failed * Tue Jul 6 2021 chenjian 2.1.1-1 - Init package