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
This commit is contained in:
Matej Cepl 2020-12-03 06:41:20 +00:00 committed by Git OBS Bridge
parent 254fae6ad9
commit 285ddaed04
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Dec 3 03:11:35 UTC 2020 - Benjamin Greiner <code@bnavigator.de>
- 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 <dmueller@suse.com>

View File

@ -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