Bug 991980

Summary: Leap 42.2 invalid update repo for ppc64le
Product: [openSUSE] openSUSE Distribution Reporter: Michel Normand <normand>
Component: InstallationAssignee: Matthias Brugger <mbrugger>
Status: VERIFIED FIXED QA Contact: Jiri Srain <jsrain>
Severity: Normal    
Priority: P5 - None CC: coolo, forgotten_ny8t7SHjD_, maintenance, mbrugger
Version: Leap 42.2   
Target Milestone: ---   
Hardware: PowerPC-64   
OS: Other   
Whiteboard:
Found By: --- Services Priority:
Business Priority: Blocker: ---
Marketing QA Status: --- IT Deployment: ---
Bug Depends on: 967666    
Bug Blocks:    

Description Michel Normand 2016-08-03 16:42:32 UTC
Leap 42.2 invalid update repo for ppc64le

+++ This bug is a follow-on of previous Bug #967666 related to Leap 42.1 +++

I installed a ppc64le guest KVM with Leap 42.2 related iso (1)
The repo-update entry reported by zypper lr is:
http://download.opensuse.org/update/leap/42.2/oss/ while expecting
http://download.opensuse.org/ports/update/42.2/ as per bug #967666

(1) http://download.opensuse.org/ports/ppc/distribution/leap/42.2-Current/iso/openSUSE-Leap-42.2-DVD-ppc64le-Build0092-Media.iso
(2)
===
$sudo zypper lr -d
# | Alias             | Name                            | Enabled | GPG Check | Refresh | Priority | Type   | URI                                                                            | Service 
--+-------------------+---------------------------------+---------+-----------+---------+----------+--------+--------------------------------------------------------------------------------+-------- 
1 | openSUSE-42.2-0   | openSUSE-42.2-0                 | Yes     | (r ) Yes  | No      |   99     | yast2  | cd:///?devices=/dev/disk/by-id/scsi-0QEMU_QEMU_CD-ROM_drive-scsi0-0-0-4        | 
2 | repo-debug        | openSUSE-Leap-42.2-Debug        | No      | ----      | Yes     |   99     | NONE   | http://download.opensuse.org/ports/ppc/debug/distribution/leap/42.2/repo/oss/  | 
3 | repo-debug-update | openSUSE-Leap-42.2-Update-Debug | No      | ----      | Yes     |   99     | NONE   | http://download.opensuse.org/ports/ppc/debug/update/leap/42.2/oss              | 
4 | repo-oss          | openSUSE-Leap-42.2-Oss          | Yes     | (r ) Yes  | Yes     |   99     | yast2  | http://download.opensuse.org/ports/ppc/distribution/leap/42.2/repo/oss/        | 
5 | repo-source       | openSUSE-Leap-42.2-Source       | No      | ----      | Yes     |   99     | NONE   | http://download.opensuse.org/ports/ppc/source/distribution/leap/42.2/repo/oss/ | 
6 | repo-update       | openSUSE-Leap-42.2-Update       | Yes     | (r ) Yes  | Yes     |   99     | rpm-md | http://download.opensuse.org/update/leap/42.2/oss/ 
===
Comment 1 Matthias Brugger 2016-08-03 17:22:02 UTC
This holds for arm64 as well.
Comment 2 Bernhard Wiedemann 2016-08-03 18:00:55 UTC
This is an autogenerated message for OBS integration:
This bug (991980) was mentioned in
https://build.opensuse.org/request/show/416769 42.2 / skelcd-control-openSUSE
Comment 3 Matthias Brugger 2016-08-09 16:43:08 UTC
Should be fixed with:
https://github.com/yast/skelcd-control-openSUSE/pull/53
Comment 4 Michel Normand 2016-08-24 07:41:27 UTC
(In reply to Matthias Brugger from comment #3)
> Should be fixed with:
> https://github.com/yast/skelcd-control-openSUSE/pull/53

It took some time to have this above code change integrated in related ppc64le iso; This was not available in Build0111, but is validated with Build0112 (2)

The detailed zypper lr output (2) is the expected one.

(1) http://download.opensuse.org/ports/ppc/distribution/leap/42.2-Current/iso/openSUSE-Leap-42.2-NET-ppc64le-Build0112-Media.iso

(2) 
===
$zypper lr -d
# | Alias             | Name                            | Enabled | GPG Check | Refresh | Priority | Type   | URI                                                                            | Service
--+-------------------+---------------------------------+---------+-----------+---------+----------+--------+--------------------------------------------------------------------------------+--------
1 | openSUSE-42.2-0   | openSUSE-42.2-0                 | Yes     | (r ) Yes  | Yes     |   99     | yast2  | http://download.opensuse.org/ports/ppc/distribution/leap/42.2/repo/oss/        |
2 | repo-debug        | openSUSE-Leap-42.2-Debug        | No      | ----      | Yes     |   99     | NONE   | http://download.opensuse.org/ports/ppc/debug/distribution/leap/42.2/repo/oss/  |
3 | repo-debug-update | openSUSE-Leap-42.2-Update-Debug | No      | ----      | Yes     |   99     | NONE   | http://download.opensuse.org/ports/ppc/debug/update/leap/42.2/oss              |
4 | repo-source       | openSUSE-Leap-42.2-Source       | No      | ----      | Yes     |   99     | NONE   | http://download.opensuse.org/ports/ppc/source/distribution/leap/42.2/repo/oss/ |
5 | repo-update       | openSUSE-Leap-42.2-Update       | Yes     | ( p) Yes  | Yes     |   99     | rpm-md | http://download.opensuse.org/ports/update/42.2/                                |
===