From 64fe5df205115f612d72f97ce5f30ee8ea08f03cf15db9f5799c6b10d5668d5f Mon Sep 17 00:00:00 2001 From: Daniel Garcia Date: Wed, 19 Oct 2022 11:27:56 +0000 Subject: [PATCH] - Fix sitelib in files section OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-adapt-parser?expand=0&rev=17 --- python-adapt-parser.changes | 5 +++++ python-adapt-parser.spec | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/python-adapt-parser.changes b/python-adapt-parser.changes index c11c245..d41ece6 100644 --- a/python-adapt-parser.changes +++ b/python-adapt-parser.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Oct 19 11:27:15 UTC 2022 - Daniel Garcia + +- Fix sitelib in files section + ------------------------------------------------------------------- Wed Oct 19 10:59:31 UTC 2022 - Daniel Garcia diff --git a/python-adapt-parser.spec b/python-adapt-parser.spec index 847d364..1a692f0 100644 --- a/python-adapt-parser.spec +++ b/python-adapt-parser.spec @@ -56,7 +56,7 @@ sed -i -s "s/==/>=/" requirements.txt %files %{python_files} %license LICENSE.md %doc README.md SUPPORT.md GETTING_STARTED.md -%{python_sitelib}/python-adapt-parser -%{python_sitelib}/python-adapt-parser-%{version}*-info +%{python_sitelib}/adapt +%{python_sitelib}/adapt_parser-%{version}*-info %changelog