6
0

Accepting request 482345 from devel:languages:python:singlespec

- remove spurious warnings about "unknown arguments" (by making ALL
  possible arguments known)
- fix a bug with %python_clone not working without
  %python_install_alternative being used
- in %python_files, detect and emit an error if %python_subpackages
  is not used

OBS-URL: https://build.opensuse.org/request/show/482345
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:Factory/python-rpm-macros?expand=0&rev=35
This commit is contained in:
Jan Matejek
2017-03-23 18:14:03 +00:00
committed by Git OBS Bridge
parent c86dae63d2
commit 7978b8b3f7
4 changed files with 14 additions and 4 deletions

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Thu Mar 23 17:08:46 UTC 2017 - jmatejek@suse.com
- remove spurious warnings about "unknown arguments" (by making ALL
possible arguments known)
- fix a bug with %python_clone not working without
%python_install_alternative being used
- in %python_files, detect and emit an error if %python_subpackages
is not used
-------------------------------------------------------------------
Mon Mar 13 16:05:15 UTC 2017 - jmatejek@suse.com