diff --git a/python-gobject.changes b/python-gobject.changes index 8c0de3f..5165964 100644 --- a/python-gobject.changes +++ b/python-gobject.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Thu May 18 20:15:06 UTC 2017 - dimstar@opensuse.org + +- Once again filter typelib(Gtk) dependency out of python2-gobject: + it's not possible to use multiple __requires_exclude_from + statements in the specfile, thus change the filter to be valid + for python2 and python3 at the same time. + ------------------------------------------------------------------- Wed Apr 19 14:34:42 UTC 2017 - zaitor@opensuse.org diff --git a/python-gobject.spec b/python-gobject.spec index 962c3ec..3457f23 100644 --- a/python-gobject.spec +++ b/python-gobject.spec @@ -20,8 +20,7 @@ # This figures in an error message %global __requires_exclude typelib\\(%%namespaces\\) -%global __requires_exclude_from ^%{python2_sitearch}/gi/__init__.py$ -%global __requires_exclude_from ^%{python3_sitearch}/gi/__init__.py$ +%global __requires_exclude_from ^%{python2_sitearch}/gi/__init__.py|%{python3_sitearch}/gi/__init__.py$ Name: python-gobject %define _name pygobject