Add missing requires

This commit is contained in:
wangdi 2023-03-14 09:19:23 +08:00
parent d4424bfd7e
commit d83f3c92c6

View File

@ -1,6 +1,6 @@
Name: ansible-runner-service Name: ansible-runner-service
Version: 1.0.7 Version: 1.0.7
Release: 2 Release: 3
License: ASL 2.0 License: ASL 2.0
Summary: RESTful API for ansible/ansible_runner execution Summary: RESTful API for ansible/ansible_runner execution
Source0: https://github.com/ansible/%{name}/archive/%{name}-%{version}.tar.gz Source0: https://github.com/ansible/%{name}/archive/%{name}-%{version}.tar.gz
@ -8,8 +8,20 @@ Patch0: ovirt_log.patch
Patch1: wsgi.patch Patch1: wsgi.patch
BuildArch: noarch BuildArch: noarch
BuildRequires: systemd python3-devel python3-setuptools BuildRequires: systemd python3-devel python3-setuptools
Requires: python3-flask-restful python3-ansible-runner Requires: ansible
Requires: logrotate
Requires: openssl
Requires: openssh
Requires: openssh-clients
Requires: policycoreutils-python-utils Requires: policycoreutils-python-utils
Requires: python3
Requires: python3-ansible-runner
Requires: python3-pyOpenSSL
Requires: python3-netaddr
Requires: python3-notario
Requires: python3-flask
Requires: python3-flask-restful
Requires: python3-psutil
%global _description %{expand: %global _description %{expand:
This package provides the Ansible Runner Service source files. Ansible runner service exposes a REST API interface on top of the functionality provided by ansible and ansible_runner. This package provides the Ansible Runner Service source files. Ansible runner service exposes a REST API interface on top of the functionality provided by ansible and ansible_runner.
@ -50,6 +62,9 @@ semanage fcontext -a -t httpd_log_t -s system_u /var/log/ovirt-engine/ansible-ru
%doc README.md %doc README.md
%changelog %changelog
* Tue Mar 14 2023 wangdi <wangdi@kylinos.cn> - 1.0.7-3
- Add missing requires
* Tue Aug 23 2022 jiangxinyu <jiangxinyu@kylinos.cn> - 1.0.7-2 * Tue Aug 23 2022 jiangxinyu <jiangxinyu@kylinos.cn> - 1.0.7-2
- Add requires to provide the semanage command - Add requires to provide the semanage command