Comment # 4 on bug 1165922 from
(In reply to Dominique Leuenberger from comment #3)
> so seems like here OBS would need to inject newly:
> 
> > ports/zSystems/update/tumbleweed -> ../../../repositories/openSUSE:/Factory:/Update/zSystems/ 
> 
> 
> (as an alias to
> http://download.opensuse.org/repositories/openSUSE:/Factory:/Update/zSystems/
> - which is already published by now)

Hi Dominique,

Isn't that what this line is doing?
https://github.com/SergioAtSUSE/skelcd-control-openSUSE/blob/master/package/skelcd-control-openSUSE.spec#L139
```
sed -i -e
"s,http://download.opensuse.org/update/tumbleweed/,http://download.opensuse.org/ports/$ports_arch/update/tumbleweed/,"
%{buildroot}%{?skelcdpath}/CD1/control.xml
```

So, is the problem just a case sensitive issue?
```
     %ifarch s390x
        ports_arch="zsystems"
    %endif
```
s/zsystems/zSystems/


You are receiving this mail because: