From 5f92e87a9d2a28bc615ffe2945bba1b2966665e57da588811f41b5bc7128dcf3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrian=20Schr=C3=B6ter?= Date: Mon, 13 Jun 2016 12:49:12 +0000 Subject: [PATCH] Accepting request 400955 from home:Marcus_H:branches:openSUSE:Tools - make a noarch package if suse_version >= 1120 (since 1120 python noarch packages are supported) OBS-URL: https://build.opensuse.org/request/show/400955 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/osc?expand=0&rev=221 --- osc.changes | 6 ++++++ osc.spec | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/osc.changes b/osc.changes index f2fa073..759eeae 100644 --- a/osc.changes +++ b/osc.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri Jun 10 12:09:42 UTC 2016 - suse-tux@gmx.de + +- make a noarch package if suse_version >= 1120 (since 1120 python + noarch packages are supported) + ------------------------------------------------------------------- Mon Apr 11 08:50:29 UTC 2016 - adrian@suse.de diff --git a/osc.spec b/osc.spec index 2c475d6..3043583 100644 --- a/osc.spec +++ b/osc.spec @@ -48,7 +48,7 @@ Requires: python-elementtree BuildRequires: python-xml Requires: python-xml %endif -%if 0%{?suse_version} <= 1110 +%if 0%{?suse_version} >= 1120 BuildArch: noarch %endif %if 0%{?suse_version} > 1000