Hello community, here is the log from the commit of package osc for openSUSE:Factory checked in at 2016-06-25 02:21:25 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/osc (Old) and /work/SRC/openSUSE:Factory/.osc.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "osc" Changes: -------- --- /work/SRC/openSUSE:Factory/osc/osc.changes 2016-04-12 19:38:34.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.osc.new/osc.changes 2016-06-25 02:22:09.000000000 +0200 @@ -1,0 +2,6 @@ +Fri Jun 10 12:09:42 UTC 2016 - [email protected] + +- make a noarch package if suse_version >= 1120 (since 1120 python + noarch packages are supported) + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ osc.spec ++++++ --- /var/tmp/diff_new_pack.xR7a8p/_old 2016-06-25 02:22:10.000000000 +0200 +++ /var/tmp/diff_new_pack.xR7a8p/_new 2016-06-25 02:22:10.000000000 +0200 @@ -32,7 +32,7 @@ Requires: python-urlgrabber %endif BuildRequires: python-devel -%if 0%{?mandriva_version} +%if 0%{?mandriva_version} || 0%{?mageia} BuildRequires: python-rpm Requires: python-rpm %else @@ -48,7 +48,7 @@ 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 @@ -64,6 +64,9 @@ Recommends: obs-service-format_spec_file Recommends: obs-service-source_validator %endif +%else +# non-suse +BuildArch: noarch %endif # needed for storing credentials in kwallet/gnome-keyring %if 0%{?suse_version} > 1000 || 0%{?mandriva_version} || 0%{?mdkversion} @@ -77,7 +80,7 @@ BuildRequires: python-elementtree Requires: python-elementtree %endif -%if 0%{?suse_version}%{?mandriva_version} +%if 0%{?suse_version} || 0%{?mandriva_version} || 0%{?mageia} BuildRequires: python-m2crypto Requires: python-m2crypto > 0.19 %else
