diff options
author | CoprDistGit <infra@openeuler.org> | 2023-06-20 09:36:40 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-06-20 09:36:40 +0000 |
commit | aea14c13b62a7548090c9dc1f370ab66e627269e (patch) | |
tree | bb58f177d80bc5d559643008eeeb58902784f116 | |
parent | 37776ea622b4224571de8c67500c5bb4bb669712 (diff) |
automatic import of copr-frontend
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | copr-frontend.spec | 11 | ||||
-rw-r--r-- | sources | 2 |
3 files changed, 7 insertions, 7 deletions
@@ -3,3 +3,4 @@ /copr-frontend-git-35.2003ae3.tar.gz /copr-frontend-1.199.tar.gz /copr-frontend-git-7629.1f0da47.tar.gz +/copr-frontend-git-7629.a938735.tar.gz diff --git a/copr-frontend.spec b/copr-frontend.spec index 7bb620a..9d38240 100644 --- a/copr-frontend.spec +++ b/copr-frontend.spec @@ -49,7 +49,7 @@ Name: copr-frontend Version: 1.200 -Release: 1.git.7629.1f0da47%{?dist} +Release: 1.git.7629.a938735%{?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.1f0da47.tar.gz +Source0: copr-frontend-git-7629.a938735.tar.gz BuildArch: noarch @@ -90,7 +90,6 @@ BuildRequires: python3dist(flask-caching) %else BuildRequires: python3-flask-cache %endif - BuildRequires: python3dist(flask-openid) BuildRequires: python3dist(flask-sqlalchemy) BuildRequires: python3dist(sqlalchemy-utils) @@ -120,7 +119,7 @@ BuildRequires: python3-yaml BuildRequires: python3-backoff BuildRequires: redis BuildRequires: modulemd-tools >= 0.6 -BuildRequires: python3-authlib +BuildRequires: python3dist(authlib) %endif Requires: crontabs @@ -180,7 +179,7 @@ Requires: python3-ldap Requires: python3-backoff Requires: js-jquery-ui Requires: modulemd-tools >= 0.6 -Requires: python3-authlib +Requires: python3dist(authlib) Provides: bundled(bootstrap-combobox) = 1.1.6 Provides: bundled(bootstrap-select) = 1.5.4 @@ -234,7 +233,7 @@ custom %{name}-flavor package. %prep -%setup -q -n copr-frontend-git-7629.1f0da47 +%setup -q -n copr-frontend-git-7629.a938735 %build @@ -1 +1 @@ -d6f06b9a69535fccd0080a5b5ba08bf1 copr-frontend-git-7629.1f0da47.tar.gz +f3b528f64d080f99f2098d31cb655d0e copr-frontend-git-7629.a938735.tar.gz |