From 285ddaed04e0c23a7220009ecb7f5c9fffb89e18601796eb8c33e1aa1bac88f5 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Thu, 3 Dec 2020 06:41:20 +0000 Subject: [PATCH] Accepting request 852788 from home:bnavigator:branches:devel:languages:python - Use correct sitelib macro in files section for multiple flavors gh#openSUSE/python-rpm-macros#66 OBS-URL: https://build.opensuse.org/request/show/852788 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cmd2?expand=0&rev=78 --- python-cmd2.changes | 6 ++++++ python-cmd2.spec | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/python-cmd2.changes b/python-cmd2.changes index 0cb274f..cee9666 100644 --- a/python-cmd2.changes +++ b/python-cmd2.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Dec 3 03:11:35 UTC 2020 - Benjamin Greiner + +- Use correct sitelib macro in files section for multiple flavors + gh#openSUSE/python-rpm-macros#66 + ------------------------------------------------------------------- Thu Nov 26 09:24:47 UTC 2020 - Dirk Mueller diff --git a/python-cmd2.spec b/python-cmd2.spec index cdf3bfc..a6096ac 100644 --- a/python-cmd2.spec +++ b/python-cmd2.spec @@ -96,6 +96,6 @@ rm -v tests/test_transcript.py tests/test_parsing.py tests/test_cmd2.py %files %{python_files} %license LICENSE %doc CHANGELOG.md README.md -%{python3_sitelib}/* +%{python_sitelib}/* %changelog