diff options
| author | CoprDistGit <infra@openeuler.org> | 2023-03-31 08:02:47 +0000 | 
|---|---|---|
| committer | CoprDistGit <infra@openeuler.org> | 2023-03-31 08:02:47 +0000 | 
| commit | f9807a8e6cd2e2bdeabdfa781335f3b1c6aa705a (patch) | |
| tree | 59c96c628fdce052cc6ead7569a68657f1765ede | |
| parent | c0e42783c29154cdd46423fea3e611acd69bde7c (diff) | |
automatic import of copr-backend
| -rw-r--r-- | copr-backend.spec | 6 | 
1 files changed, 3 insertions, 3 deletions
diff --git a/copr-backend.spec b/copr-backend.spec index 79915d6..50ef523 100644 --- a/copr-backend.spec +++ b/copr-backend.spec @@ -85,6 +85,7 @@ Requires:   python3-dateutil  %if !0%{?openEuler}  Requires:   python3-fedmsg  Requires:   python3-copr-messaging +Requires:   python3-novaclient  %endif  Requires:   python3-filelock  Requires:   python3-gobject @@ -92,7 +93,6 @@ Requires:   python3-humanize  Requires:   python3-jinja2  Requires:   python3-munch  Requires:   python3-netaddr -Requires:   python3-novaclient  Requires:   python3-packaging  Requires:   python3-pytz  Requires:   python3-requests @@ -189,8 +189,8 @@ cp -a conf/logstash/copr_backend.conf %{buildroot}%{_pkgdocdir}/examples/%{_sysc  cp -a docs/build/html %{buildroot}%{_pkgdocdir}/  # check need non-root user -#%check -#./run_tests.sh -vv --no-cov +%check +./run_tests.sh -vv --no-cov  %pre  getent group copr >/dev/null || groupadd -r copr  | 
