14
0

- Add patch use_python3_interpreter_in_tests.diff:

* Call python3, not python.
- Actually run the testsuite. 
- Fix the Summary, and run fdupes to fix the most egregious rpmlint issues.
- Stop using %{python_sitelib}/*.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-securesystemslib?expand=0&rev=3
This commit is contained in:
2023-03-27 05:47:50 +00:00
committed by Git OBS Bridge
parent 0ef3b18d06
commit af767bd1f1
2 changed files with 35 additions and 15 deletions

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Mon Mar 27 05:47:20 UTC 2023 - Steve Kowalik <steven.kowalik@suse.com>
- Add patch use_python3_interpreter_in_tests.diff:
* Call python3, not python.
- Actually run the testsuite.
- Fix the Summary, and run fdupes to fix the most egregious rpmlint issues.
- Stop using %{python_sitelib}/*.
-------------------------------------------------------------------
Fri Dec 10 12:14:29 UTC 2021 - Adrian Schröter <adrian@suse.de>