From 789d7e9f41c09aec5f8f999598ac97a53159a5feca022896622ee53193fa1467 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