summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitignore1
-rw-r--r--copr-frontend.spec18
-rw-r--r--sources2
3 files changed, 10 insertions, 11 deletions
diff --git a/.gitignore b/.gitignore
index 9ede016..82f29d5 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
/copr-frontend-git-7629.f0d3d2e.tar.gz
/copr-frontend-git-7629.11129e7.tar.gz
+/copr-frontend-git-7629.19ca6bb.tar.gz
diff --git a/copr-frontend.spec b/copr-frontend.spec
index a6ff4ed..4f77085 100644
--- a/copr-frontend.spec
+++ b/copr-frontend.spec
@@ -1,7 +1,5 @@
%bcond_without check
-%if 0%{?fedora} < 32 && !0%{?openEuler}
-%bcond_without doc
-%endif
+%bcond_with doc
# https://fedoraproject.org/wiki/Packaging:Guidelines#Packaging_of_Additional_RPM_Macros
%global macrosdir %(d=%{_rpmconfigdir}/macros.d; [ -d $d ] || d=%{_sysconfdir}/rpm; echo $d)
@@ -49,7 +47,7 @@
Name: copr-frontend
Version: 1.200
-Release: 1.git.7629.11129e7%{?dist}
+Release: 1.git.7629.19ca6bb%{?dist}
Summary: Frontend for Copr
License: GPL-2.0-or-later
@@ -58,7 +56,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.11129e7.tar.gz
+Source0: copr-frontend-git-7629.19ca6bb.tar.gz
BuildArch: noarch
@@ -81,7 +79,7 @@ BuildRequires: python3dist(blinker)
BuildRequires: python3dist(beautifulsoup4)
BuildRequires: python3dist(copr-common) >= %copr_common_version
BuildRequires: python3dist(email-validator)
-BuildRequires: python3dist(python-dateutil)
+BuildRequires: python3dist(python-dateutil)
BuildRequires: python3dist(decorator)
BuildRequires: python3dist(flask)
BuildRequires: python3dist(templated-dictionary)
@@ -138,7 +136,7 @@ Requires: python3dist(commonmark)
Requires: python3dist(alembic)
Requires: python3dist(blinker)
Requires: python3dist(copr-common) >= %copr_common_version
-Requires: python3dist(python-dateutil)
+Requires: python3dist(python-dateutil)
Requires: python3dist(email-validator)
Requires: python3dist(flask)
Requires: python3dist(flask-caching)
@@ -153,7 +151,7 @@ Requires: python3dist(html5-parser)
Requires: python3dist(humanize)
Requires: python3dist(lxml)
Requires: python3dist(markdown)
-Requires: python3dist(mod_wsgi)
+Requires: python3dist(mod-wsgi)
Requires: python3dist(munch)
Requires: python3dist(netaddr)
Requires: python3dist(python-openid-teams)
@@ -166,7 +164,7 @@ Requires: python3dist(requests)
Requires: python3dist(sqlalchemy-utils)
Requires: python3dist(templated-dictionary)
Requires: python3dist(wtforms) >= 2.2.1
-Requires: python3dist(zmq)
+Requires: python3dist(pyzmq)
Requires: python3dist(python-ldap)
Requires: python3dist(backoff) >= 1.9.0
Requires: python3dist(pygal)
@@ -229,7 +227,7 @@ custom %{name}-flavor package.
%prep
-%setup -q -n copr-frontend-git-7629.11129e7
+%setup -q -n copr-frontend-git-7629.19ca6bb
%build
diff --git a/sources b/sources
index e626e00..ce29e32 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-7c5a54c06d7fec9c9f21b7fa6c19e485 copr-frontend-git-7629.11129e7.tar.gz
+fec3b9495d83797a58ea5f60a0333800 copr-frontend-git-7629.19ca6bb.tar.gz