From 44e2360b82ddb4956cb6de20881e6c715ecf48b71e66d6c2dfae53ccdca4d959 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Tue, 10 Jun 2025 07:32:10 +0000 Subject: [PATCH] fix files OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyjavaproperties?expand=0&rev=7 --- python-pyjavaproperties.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/python-pyjavaproperties.spec b/python-pyjavaproperties.spec index 3c50923..7550788 100644 --- a/python-pyjavaproperties.spec +++ b/python-pyjavaproperties.spec @@ -58,7 +58,8 @@ sed -i '/^#!/d' pyjavaproperties.py pyjavaproperties_test.py %files %{python_files} %license LICENSE %doc README.rst CHANGELOG.txt -%{python_sitelib}/pyjavaproperties +%{python_sitelib}/pyjavaproperties.py %{python_sitelib}/pyjavaproperties-%{version}*-info +%pycache_only %{python_sitelib}/__pycache__/pyjavaproperties* %changelog