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