diff options
author | CoprDistGit <infra@openeuler.org> | 2023-05-17 01:46:07 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-05-17 01:46:07 +0000 |
commit | 3d43a4f602498fd10ace6d632294e423a8b1280d (patch) | |
tree | 8de52255d8863f28e2433ec006eeeabec48080ff | |
parent | 2a861de49f382d6d851451e97c31a03d94078121 (diff) |
automatic import of copr-frontend
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | copr-frontend.spec | 43 | ||||
-rw-r--r-- | sources | 2 |
3 files changed, 32 insertions, 14 deletions
@@ -1 +1,2 @@ /copr-frontend-1.196.tar.gz +/copr-frontend-git-35.a1a3c67.tar.gz diff --git a/copr-frontend.spec b/copr-frontend.spec index 3e513be..debcab6 100644 --- a/copr-frontend.spec +++ b/copr-frontend.spec @@ -48,8 +48,8 @@ } Name: copr-frontend -Version: 1.196 -Release: 1%{?dist} +Version: 1.199 +Release: 1.git.35.a1a3c67%{?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: %name-%version.tar.gz +Source0: copr-frontend-git-35.a1a3c67.tar.gz BuildArch: noarch @@ -73,9 +73,6 @@ BuildRequires: graphviz BuildRequires: python3-devel %if %{with check} -%if !0%{?openEuler} -BuildRequires: fedora-messaging -%endif BuildRequires: python3-alembic BuildRequires: python3-anytree BuildRequires: python3-click @@ -95,7 +92,7 @@ BuildRequires: python3-templated-dictionary %if 0%{?fedora} >= 31 BuildRequires: python3-flask-caching %elif 0%{?openEuler} -BuildRequires: python3-Flask-Caching +BuildRequires: python3-Flask-Cache %else BuildRequires: python3-flask-cache %endif @@ -149,25 +146,25 @@ Requires: redis Requires: %flavor_guard Requires: (copr-selinux if selinux-policy-targeted) -%if !0%{?openEuler} -Requires: fedora-messaging -%endif +Recommends: fedora-messaging Requires: js-jquery Requires: python3-anytree Requires: python3-click -Requires: python3-CommonMark Requires: python3-alembic Requires: python3-blinker Requires: python3-copr-common >= %copr_common_version Requires: python3-dateutil Requires: python3-email-validator Requires: python3-flask -%if 0%{?fedora} >= 31 || 0%{?openEuler} +%if 0%{?fedora} >= 31 Requires: python3-flask-caching +%elif 0%{?openEuler} +BuildRequires: python3-Flask-Cache %else Requires: python3-flask-cache %endif %if 0%{?openEuler} +Requires: python3-commonmark Requires: python3-Flask-OpenID Requires: python3-Flask-SQLAlchemy Requires: python3-SQLAlchemy-Utils @@ -175,6 +172,7 @@ Requires: python3-pyLibravatar Requires: python3-WTForms >= 2.2.1 Requires: python3-Flask-WTF %else +Requires: python3-CommonMark Requires: python3-flask-openid Requires: python3-flask-sqlalchemy Requires: python3-sqlalchemy-utils @@ -260,7 +258,7 @@ custom %{name}-flavor package. %prep -%setup -q +%setup -q -n copr-frontend-git-35.a1a3c67 %build @@ -414,6 +412,25 @@ usermod -L copr-fe %changelog +* Wed Apr 05 2023 Jiri Kyjovsky <j1.kyjovsky@gmail.com> 1.199-1 +- Bump version for release mess + +* Tue Apr 04 2023 Jiri Kyjovsky <j1.kyjovsky@gmail.com> 1.198-1 +- Don't 500 for KRB5_USER_DENYLIST_PATTERNS=None +- Explicitly ask which user checks the permissions +- Make sure user can build in the project before uploading +- Change the whooshee packages field to IDLIST +- Run copr-frontend update-indexes daily + +* Wed Mar 22 2023 Jiri Kyjovsky <j1.kyjovsky@gmail.com> 1.197-1 +- Allow automation (cron) to remove builds +- Allow specifying a KRB5 user denylist +- Fix broken rubygem rebuild page. +- Restrict forking of large projects +- Define some copr-specific environment variables +- Remove libmodulemd1 dependency +- Fix sorting by build time + * Tue Feb 07 2023 Jakub Kadlcik <frostyx@email.cz> 1.196-1 - rawhide_to_release usable index - rawhide_to_release: don't repeatedly query for CoprChroot @@ -1 +1 @@ -fcc156fd79d78e49debee8b62c2bcc88 copr-frontend-1.196.tar.gz +13756b4a66516936ba399cd31909f19c copr-frontend-git-35.a1a3c67.tar.gz |