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