From eff624faa42e6a5bd47c2c0e8d06b2f65a149960bad17515160b98f406a724a7 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Tue, 5 Nov 2024 13:16:42 +0000 Subject: [PATCH] Fix %%files OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-attrs?expand=0&rev=53 --- python-attrs.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/python-attrs.spec b/python-attrs.spec index 3d9c0fe..700af08 100644 --- a/python-attrs.spec +++ b/python-attrs.spec @@ -90,7 +90,8 @@ python-attrs is the successor to python-characterstic %files %{python_files} %license LICENSE %doc CHANGELOG.md README.md -%{python_sitelib}/attr* +%{python_sitelib}/attr +%{python_sitelib}/attrs %{python_sitelib}/attrs-%{version}*-info %endif