From 937f158efb6bf3e86d4c77028e5ee4f5f4ec182e8e55fefb347778b88511d753 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Lie?= Date: Thu, 18 May 2017 20:21:56 +0000 Subject: [PATCH] Accepting request 496417 from GNOME:Next - 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. OBS-URL: https://build.opensuse.org/request/show/496417 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/python-gobject?expand=0&rev=83 --- python-gobject.changes | 8 ++++++++ python-gobject.spec | 3 +-- 2 files changed, 9 insertions(+), 2 deletions(-) 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