!15 [sync] PR-14: Add requires to provide the semanage command

From: @openeuler-sync-bot 
Reviewed-by: @jxy_git 
Signed-off-by: @jxy_git
This commit is contained in:
openeuler-ci-bot 2022-08-23 02:47:03 +00:00 committed by Gitee
commit d4424bfd7e
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -1,6 +1,6 @@
Name: ansible-runner-service Name: ansible-runner-service
Version: 1.0.7 Version: 1.0.7
Release: 1 Release: 2
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,6 +8,8 @@ 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: policycoreutils-python-utils
%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.
@ -48,5 +50,8 @@ 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 Aug 23 2022 jiangxinyu <jiangxinyu@kylinos.cn> - 1.0.7-2
- Add requires to provide the semanage command
* Wed Aug 25 2021 huanghaitao <huanghaitao8@huawei.com> - 1.0.7-1 * Wed Aug 25 2021 huanghaitao <huanghaitao8@huawei.com> - 1.0.7-1
- package init - package init