summaryrefslogtreecommitdiff
path: root/copr-frontend.spec
diff options
context:
space:
mode:
Diffstat (limited to 'copr-frontend.spec')
-rw-r--r--copr-frontend.spec14
1 files changed, 9 insertions, 5 deletions
diff --git a/copr-frontend.spec b/copr-frontend.spec
index 9d38240..ab57c21 100644
--- a/copr-frontend.spec
+++ b/copr-frontend.spec
@@ -49,7 +49,7 @@
Name: copr-frontend
Version: 1.200
-Release: 1.git.7629.a938735%{?dist}
+Release: 1.git.7629.cbd177a%{?dist}
Summary: Frontend for Copr
License: GPL-2.0-or-later
@@ -58,7 +58,7 @@ URL: https://github.com/fedora-copr/copr
# Source is created by:
# git clone %%url && cd copr
# tito build --tgz --tag %%name-%%version-%%release
-Source0: copr-frontend-git-7629.a938735.tar.gz
+Source0: copr-frontend-git-7629.cbd177a.tar.gz
BuildArch: noarch
@@ -97,6 +97,7 @@ BuildRequires: python3dist(pylibravatar)
BuildRequires: python3dist(wtforms) >= 2.2.1
BuildRequires: python3dist(flask-wtf)
BuildRequires: python3-flask-whooshee
+BuildRequires: python3-flask-restx
BuildRequires: python3-gobject
BuildRequires: python3-html2text
BuildRequires: python3-html5-parser
@@ -116,7 +117,8 @@ BuildRequires: python3-sphinxcontrib-httpdomain
BuildRequires: python3-whoosh
BuildRequires: python3-ldap
BuildRequires: python3-yaml
-BuildRequires: python3-backoff
+BuildRequires: python3-backoff >= 1.9.0
+BuildRequires: python3-pygal
BuildRequires: redis
BuildRequires: modulemd-tools >= 0.6
BuildRequires: python3dist(authlib)
@@ -158,6 +160,7 @@ Requires: python3dist(xstatic-datatables)
Requires: python3dist(xstatic-patternfly)
Requires: python3dist(xstatic-bootstrap-scss)
Requires: python3-flask-whooshee
+Requires: python3-flask-restx
Requires: python3-gobject
Requires: python3-html2text
Requires: python3-html5-parser
@@ -176,7 +179,8 @@ Requires: python3-requests
Requires: python3-templated-dictionary
Requires: python3-zmq
Requires: python3-ldap
-Requires: python3-backoff
+Requires: python3-backoff >= 1.9.0
+Requires: python3-pygal
Requires: js-jquery-ui
Requires: modulemd-tools >= 0.6
Requires: python3dist(authlib)
@@ -233,7 +237,7 @@ custom %{name}-flavor package.
%prep
-%setup -q -n copr-frontend-git-7629.a938735
+%setup -q -n copr-frontend-git-7629.cbd177a
%build