Accepting request 944951 from home:bnavigator:branches:devel:languages:python:jupyter

- Do not build on SLE/Leap <= 15

OBS-URL: https://build.opensuse.org/request/show/944951
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-nbclient?expand=0&rev=27
This commit is contained in:
Benjamin Greiner 2022-01-08 20:13:05 +00:00 committed by Git OBS Bridge
parent e8acbb7c03
commit 011dd1855d
2 changed files with 10 additions and 0 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sat Jan 8 20:11:58 UTC 2022 - Ben Greiner <code@bnavigator.de>
- Do not build on SLE/Leap <= 15
-------------------------------------------------------------------
Sun Nov 21 17:25:17 UTC 2021 - Ben Greiner <code@bnavigator.de>

View File

@ -23,6 +23,11 @@
%else
%define psuffix %{nil}
%bcond_with test
%if 0%{suse_version} < 1550
# The requirements are not available in the correct versions
# remove this if you see the :flavor build succeeding
ExclusiveArch: donotbuild
%endif
%endif
%if 0%{?suse_version} > 1500