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
This commit is contained in:
Adrian Schröter 2016-06-13 12:49:12 +00:00 committed by Git OBS Bridge
parent 3684f0d1fa
commit 5f92e87a9d
2 changed files with 7 additions and 1 deletions

View File

@ -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

View File

@ -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