From 5a384f47943c062d395df088308f7468ef5ea271d98ad0fff8f87a43ce38956c Mon Sep 17 00:00:00 2001 From: Filippo Bonazzi Date: Mon, 11 Mar 2024 13:25:32 +0000 Subject: [PATCH] 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 --- rpmlint.changes | 5 +++++ rpmlint.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/rpmlint.changes b/rpmlint.changes index 54d8e62..a503c0b 100644 --- a/rpmlint.changes +++ b/rpmlint.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Mar 11 12:15:52 UTC 2024 - Ben Greiner + +- Also fix the runtime requirement syntax + ------------------------------------------------------------------- Sun Mar 10 12:48:45 UTC 2024 - Ben Greiner diff --git a/rpmlint.spec b/rpmlint.spec index 5f90e36..e3e0f6e 100644 --- a/rpmlint.spec +++ b/rpmlint.spec @@ -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