diff --git a/installation-images-SLES.changes b/installation-images-SLES.changes index 6235a3d..35c0913 100644 --- a/installation-images-SLES.changes +++ b/installation-images-SLES.changes @@ -10,6 +10,11 @@ Mon May 30 08:56:21 UTC 2016 - snwint@suse.com - module.config: add macsec - 14.246 +------------------------------------------------------------------- +Mon May 23 14:11:23 UTC 2016 - lnussel@suse.de + +- disable i586 on Leap + ------------------------------------------------------------------- Thu May 19 07:45:21 UTC 2016 - snwint@suse.com diff --git a/installation-images-SLES.spec b/installation-images-SLES.spec index 46634c6..ad75326 100644 --- a/installation-images-SLES.spec +++ b/installation-images-SLES.spec @@ -34,8 +34,11 @@ %bcond_with xen %bcond_with xenkmp -%if %theme == SLES +# no i586 in Leap +%if %suse_version == 1315 ExcludeArch: %ix86 +%endif +%if %theme == SLES BuildRequires: sle12-desktop-migration BuildRequires: sles-release BuildRequires: sles-release-MINI diff --git a/installation-images-openSUSE.changes b/installation-images-openSUSE.changes index 6235a3d..35c0913 100644 --- a/installation-images-openSUSE.changes +++ b/installation-images-openSUSE.changes @@ -10,6 +10,11 @@ Mon May 30 08:56:21 UTC 2016 - snwint@suse.com - module.config: add macsec - 14.246 +------------------------------------------------------------------- +Mon May 23 14:11:23 UTC 2016 - lnussel@suse.de + +- disable i586 on Leap + ------------------------------------------------------------------- Thu May 19 07:45:21 UTC 2016 - snwint@suse.com diff --git a/installation-images-openSUSE.spec b/installation-images-openSUSE.spec index 8704451..1b4e6bb 100644 --- a/installation-images-openSUSE.spec +++ b/installation-images-openSUSE.spec @@ -34,8 +34,11 @@ %bcond_with xen %bcond_with xenkmp -%if %theme == SLES +# no i586 in Leap +%if %suse_version == 1315 ExcludeArch: %ix86 +%endif +%if %theme == SLES BuildRequires: sle12-desktop-migration BuildRequires: sles-release BuildRequires: sles-release-MINI