diff --git a/python-ftfy.changes b/python-ftfy.changes index d62d283..9c9084c 100644 --- a/python-ftfy.changes +++ b/python-ftfy.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Apr 23 20:26:25 UTC 2025 - Matej Cepl + +- Add python-ftfy.rpmlintrc properly. + ------------------------------------------------------------------- Wed Apr 23 15:11:54 UTC 2025 - Felix Stegmeier diff --git a/PKGNAME-rpmlintrc b/python-ftfy.rpmlintrc similarity index 100% rename from PKGNAME-rpmlintrc rename to python-ftfy.rpmlintrc diff --git a/python-ftfy.spec b/python-ftfy.spec index e8240f0..35cff21 100644 --- a/python-ftfy.spec +++ b/python-ftfy.spec @@ -24,7 +24,8 @@ Release: 0 Summary: Python module for repairing mis-decoded Unicode text License: MIT URL: https://github.com/rspeer/python-ftfy -Source: https://github.com/rspeer/python-ftfy/archive/refs/tags/v%{version}.tar.gz +Source0: https://github.com/rspeer/python-ftfy/archive/refs/tags/v%{version}.tar.gz +Source99: python-ftfy.rpmlintrc BuildRequires: %{python_module hatchling} BuildRequires: %{python_module pip} BuildRequires: %{python_module setuptools}