Accepting request 1156921 from home:bnavigator:branches:devel:openSUSE:Factory:rpmlint

- Also fix the runtime requirement syntax

OBS-URL: https://build.opensuse.org/request/show/1156921
OBS-URL: https://build.opensuse.org/package/show/devel:openSUSE:Factory:rpmlint/rpmlint?expand=0&rev=1130
This commit is contained in:
Filippo Bonazzi 2024-03-11 13:25:32 +00:00 committed by Git OBS Bridge
parent 2f624dd003
commit 5a384f4794
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Mar 11 12:15:52 UTC 2024 - Ben Greiner <code@bnavigator.de>
- Also fix the runtime requirement syntax
-------------------------------------------------------------------
Sun Mar 10 12:48:45 UTC 2024 - Ben Greiner <code@bnavigator.de>

View File

@ -75,7 +75,7 @@ Requires: python3-pyenchant
Requires: python3-python-magic
Requires: python3-pyxdg
Requires: python3-rpm
%if 0%{?python3_version_nodots < 311}
%if 0%{?python3_version_nodots} < 311
Requires: python3-tomli
%endif
Requires: python3-tomli-w