1
0

- Remove rpmlint errors:

* Use postun instead of preun for update-alternatives
  * Remove shebang from py files
  * More specific python_sitelib in %files
  * Remove python_module macro definition

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-py-cpuinfo?expand=0&rev=18
This commit is contained in:
2022-11-11 09:45:13 +00:00
committed by Git OBS Bridge
parent 34be5b9f8b
commit 15cb704aab
2 changed files with 15 additions and 4 deletions

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Fri Nov 11 09:43:10 UTC 2022 - Daniel Garcia <daniel.garcia@suse.com>
- Remove rpmlint errors:
* Use postun instead of preun for update-alternatives
* Remove shebang from py files
* More specific python_sitelib in %files
* Remove python_module macro definition
-------------------------------------------------------------------
Wed Nov 9 18:28:08 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>