Accepting request 343169 from home:edogawa

This fixes the building of the python-protobuf subpackage for Leap. Please make this available via the main distro update repos, if possible

OBS-URL: https://build.opensuse.org/request/show/343169
OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/protobuf?expand=0&rev=38
This commit is contained in:
Martin Pluskal 2015-11-09 13:08:52 +00:00 committed by Git OBS Bridge
parent 488210a4c5
commit 5c6042cc23
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Nov 6 08:32:15 UTC 2015 - edogawa@aon.at
- tweak spec to build python bindings for Leap 42.1
-------------------------------------------------------------------
Wed Jul 29 09:56:31 UTC 2015 - dimstar@opensuse.org

View File

@ -37,7 +37,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
%else
%bcond_with protobuf_java
%endif
%if 0%{?suse_version} > 1210 && 0%{?suse_version} != 1315
%if 0%{?suse_version} > 1210 && !0%{?sles_version}
%bcond_without protobuf_python
%else
%bcond_with protobuf_python