!5 [sync] PR-4: add shadow requires
From: @openeuler-sync-bot Reviewed-by: @jxy_git Signed-off-by: @jxy_git
This commit is contained in:
commit
51c057ef80
@ -1,6 +1,6 @@
|
|||||||
Name: ovirt-imageio
|
Name: ovirt-imageio
|
||||||
Version: 2.1.1
|
Version: 2.1.1
|
||||||
Release: 1
|
Release: 2
|
||||||
Summary: oVirt imageio
|
Summary: oVirt imageio
|
||||||
|
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
@ -79,6 +79,7 @@ BuildRequires: systemd
|
|||||||
# NOTE: keep in sync with automation/check.packages
|
# NOTE: keep in sync with automation/check.packages
|
||||||
Requires: %{name}-common = %{version}-%{release}
|
Requires: %{name}-common = %{version}-%{release}
|
||||||
Requires: python3-systemd
|
Requires: python3-systemd
|
||||||
|
Requires: shadow
|
||||||
|
|
||||||
%description daemon
|
%description daemon
|
||||||
Daemon providing image transfer service on oVirt hosts.
|
Daemon providing image transfer service on oVirt hosts.
|
||||||
@ -135,6 +136,8 @@ if systemctl is-active ovirt-imageio-daemon.service >/dev/null; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Sep 17 2021 wutao <wutao61@huawei.com> - 2.1.1-2
|
||||||
|
- add shadow requires to solve install daemon failed
|
||||||
|
|
||||||
* Tue Jul 6 2021 chenjian <chenjian@kylinos.cn> 2.1.1-1
|
* Tue Jul 6 2021 chenjian <chenjian@kylinos.cn> 2.1.1-1
|
||||||
- Init package
|
- Init package
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user