From 33ffdcd7d434caa6df23d9b476b444d7bc5917b73314b3e9bf824489b5a5f6f3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Wed, 7 Nov 2018 12:35:22 +0000 Subject: [PATCH] Accepting request 646954 from home:mmnelemane:branches:devel:languages:python Fixed error invalid option --# for SLE_12_SP4 OBS-URL: https://build.opensuse.org/request/show/646954 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pbr?expand=0&rev=103 --- python-pbr.changes | 5 +++++ python-pbr.spec | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/python-pbr.changes b/python-pbr.changes index c4c0318..3e00799 100644 --- a/python-pbr.changes +++ b/python-pbr.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Nov 7 11:22:59 UTC 2018 - mmnelemane@suse.com + +- Fix for error "invalid option --#" in SLE_12_SP4 build. + ------------------------------------------------------------------- Mon Oct 15 13:23:36 UTC 2018 - Matej Cepl diff --git a/python-pbr.spec b/python-pbr.spec index 7d9a197..7908314 100644 --- a/python-pbr.spec +++ b/python-pbr.spec @@ -12,7 +12,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via https://bugs.opensuse.org/ +# Please submit bugfixes or comments via http://bugs.opensuse.org/ # @@ -72,6 +72,7 @@ information. %prep %setup -q -n pbr-%{version} %autopatch -p1 + # Get rid of ugly build-time deps that require network: sed -i "s/, 'sphinx\.ext\.intersphinx'//" doc/source/conf.py