From 75b549c3d706e6d730bd322565bfc8be6f88c72babcb089c0d0a16fa5b0ffb7a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Wed, 4 Jun 2025 08:05:05 +0000 Subject: [PATCH] fix some rpm warnings OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyLibravatar?expand=0&rev=9 --- python-pyLibravatar.spec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/python-pyLibravatar.spec b/python-pyLibravatar.spec index 08cf811..c5b7944 100644 --- a/python-pyLibravatar.spec +++ b/python-pyLibravatar.spec @@ -27,6 +27,7 @@ BuildRequires: %{python_module pip} BuildRequires: %{python_module py3dns} BuildRequires: %{python_module setuptools} BuildRequires: %{python_module wheel} +BuildRequires: dos2unix BuildRequires: fdupes BuildRequires: python-rpm-macros Requires: python-py3dns @@ -39,6 +40,7 @@ avatar hosting service from within Python applications. %prep %setup -q -n pyLibravatar-%{version} +dos2unix *.txt %build %pyproject_wheel