14
0

iso-c-90.patch added to fix building on SLE12-SP3

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-systemd?expand=0&rev=14
This commit is contained in:
Johannes Weberhofer
2017-11-06 18:16:16 +00:00
committed by Git OBS Bridge
parent d8e65497e0
commit 4b7d586e73
3 changed files with 25 additions and 0 deletions

View File

@@ -26,6 +26,8 @@ License: LGPL-2.1+
Group: Development/Languages/Python
Url: https://github.com/systemd/python-systemd
Source: https://github.com/systemd/%{name}/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
# PATCH-FIX-OPENSUSE iso-c-90.patch makes the building iso-c-90 compatible to allow building on SLE12 SP3
Patch1: iso-c-90.patch
# PATCH-FIX-OPENSUSE exclude-tests-on-obs.patch removes a test when running tests at OBS. Should be removed as soon as OBS is fixed
Patch100: exclude-tests-on-obs.patch
BuildRequires: %{python_module devel}
@@ -62,6 +64,7 @@ Documentation and help files for python-systemd.
%prep
%setup -q
%patch1 -p1
%patch100 -p1
%build