From 5e87b3ef66cd18eacfc196aba9e0a238f4ccdcaf82e073f864e018bd7ca9af46 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Tue, 19 Jan 2021 07:34:47 +0000 Subject: [PATCH] Accepting request 864223 from home:jayvdb:branches:devel:languages:python - Fix bare words in spec, no longer supported OBS-URL: https://build.opensuse.org/request/show/864223 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-kitchen?expand=0&rev=14 --- python-kitchen.changes | 5 +++++ python-kitchen.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/python-kitchen.changes b/python-kitchen.changes index af433cc..7ed02b9 100644 --- a/python-kitchen.changes +++ b/python-kitchen.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Jan 19 06:35:00 UTC 2021 - John Vandenberg + +- Fix bare words in spec, no longer supported + ------------------------------------------------------------------- Wed Sep 9 12:53:34 UTC 2020 - pgajdos@suse.com diff --git a/python-kitchen.spec b/python-kitchen.spec index aae25bd..9410daf 100644 --- a/python-kitchen.spec +++ b/python-kitchen.spec @@ -54,7 +54,7 @@ sed -i '1s/^#!.*//' kitchen2/kitchen/pycompat24/base64/_base64.py %check export LANG='en_US.UTF8' %{python_expand # run test -%if $python == python2 +%if "$python" == "python2" pushd kitchen2 %else pushd kitchen3