forked from pool/pagure
- Backport patches to fix issues after 5.14.1 release (https://pagure.io/pagure/pull-request/5486)
+ fix(5.14.x): Use '==' instead of 'is' in template if condition because to work with old Jinja2 versions + fix(oidc): Edge case, avoid 'KeyError' after pagure update if a cached session is used + Patch: 5486.patch OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm/pagure?expand=0&rev=62
This commit is contained in:
parent
d36328043e
commit
6c247e2800
@ -1,9 +1,10 @@
|
|||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri May 31 23:06:38 UTC 2024 - Dominik Wombacher <dominik@wombacher.cc>
|
Sun Jun 2 09:16:20 UTC 2024 - Dominik Wombacher <dominik@wombacher.cc>
|
||||||
|
|
||||||
- Backport patches to fix issues after 5.14.1 release (https://pagure.io/pagure/pull-request/5486)
|
- Backport patches to fix issues after 5.14.1 release (https://pagure.io/pagure/pull-request/5486)
|
||||||
- fix(5.14.x): Use '==' instead of 'is' in template if condition because to work with old Jinja2 versions
|
+ fix(5.14.x): Use '==' instead of 'is' in template if condition because to work with old Jinja2 versions
|
||||||
- fix(oidc): Edge case, avoid 'KeyError' after pagure update if a cached session is used
|
+ fix(oidc): Edge case, avoid 'KeyError' after pagure update if a cached session is used
|
||||||
|
+ Patch: 5486.patch
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun May 26 20:11:46 UTC 2024 - Georg Pfuetzenreuter <mail+rpm@georg-pfuetzenreuter.net>
|
Sun May 26 20:11:46 UTC 2024 - Georg Pfuetzenreuter <mail+rpm@georg-pfuetzenreuter.net>
|
||||||
|
@ -40,16 +40,14 @@ Source1: https://raw.githubusercontent.com/fedora-infra/python-fedora/471
|
|||||||
# SUSE-specific README providing a quickstart guide
|
# SUSE-specific README providing a quickstart guide
|
||||||
Source10: pagure-README.SUSE
|
Source10: pagure-README.SUSE
|
||||||
|
|
||||||
# fix(5.14.x): Use '==' instead of 'is' in template if condition because to work with older Jinja2 versions
|
|
||||||
# fix(oidc): Edge case, avoid 'KeyError' after pagure update if a cached session is used
|
|
||||||
# https://pagure.io/pagure/pull-request/5486
|
|
||||||
Patch0001: 5486.patch
|
|
||||||
|
|
||||||
# Backports from upstream
|
# Backports from upstream
|
||||||
|
|
||||||
# SUSE-specific fixes
|
# SUSE-specific fixes
|
||||||
## Change the defaults in the example config to match packaging
|
## Change the defaults in the example config to match packaging
|
||||||
Patch1000: pagure-5.0-default-example-cfg.patch
|
Patch1000: pagure-5.0-default-example-cfg.patch
|
||||||
|
# PATCH-FIX-UPSTREAM 5486.patch https://pagure.io/pagure/pull-request/5486 dominik@wombacher.cc -- Use '==' instead of 'is' in template if condition because to work with older Jinja2 versions. Edge case, avoid 'KeyError' after pagure update if a cached session is used.
|
||||||
|
Patch1001: 5486.patch
|
||||||
|
|
||||||
|
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user