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