15
0

Accepting request 664463 from home:jbrownell:branches:devel:languages:python

- Limit SUSE certificate patch to exclude Red Hat platforms since
  the relevant /etc/ssl/ca-bundle.pem does not exist there
  
- %py_compile and %py3_compile macros do not exist on Red Hat;
  substitute them with equivalent %python_exec invocations

OBS-URL: https://build.opensuse.org/request/show/664463
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-certifi?expand=0&rev=32
This commit is contained in:
Tomáš Chvátal
2019-01-14 08:43:18 +00:00
committed by Git OBS Bridge
parent 972f961d2c
commit 150744017c
2 changed files with 28 additions and 4 deletions

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Tue Jan 8 23:55:51 UTC 2019 - Jonathan Brownell <jbrownell@suse.com>
- Limit SUSE certificate patch to exclude Red Hat platforms since
the relevant /etc/ssl/ca-bundle.pem does not exist there
- %py_compile and %py3_compile macros do not exist on Red Hat;
substitute them with equivalent %python_exec invocations
-------------------------------------------------------------------
Tue Dec 4 12:46:35 UTC 2018 - Matej Cepl <mcepl@suse.com>