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