diff --git a/ansible-runner-service.spec b/ansible-runner-service.spec index 5e51c15..ff503c9 100644 --- a/ansible-runner-service.spec +++ b/ansible-runner-service.spec @@ -1,6 +1,6 @@ Name: ansible-runner-service Version: 1.0.7 -Release: 1 +Release: 2 License: ASL 2.0 Summary: RESTful API for ansible/ansible_runner execution Source0: https://github.com/ansible/%{name}/archive/%{name}-%{version}.tar.gz @@ -8,6 +8,7 @@ Patch0: ovirt_log.patch Patch1: wsgi.patch BuildArch: noarch BuildRequires: systemd python3-devel python3-setuptools +Requires: python3-flask-restful python3-ansible-runner %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. @@ -48,5 +49,8 @@ semanage fcontext -a -t httpd_log_t -s system_u /var/log/ovirt-engine/ansible-ru %doc README.md %changelog +* Wed Oct 13 2021 Ge Wang - 1.0.7-2 +- Add install require + * Wed Aug 25 2021 huanghaitao - 1.0.7-1 - package init