Comment # 2 on bug 996498 from
(In reply to Josef Reidinger from comment #1)
> (In reply to Ludwig Nussel from comment #0)
> > SLE removed the yast2-theme container and only left yast2-theme-SLE in SP2.
> > The update crawler therefore doesn't find yast2-theme anymore which is
> > needed for Leap.
> > 
> > Please adjust your jenkins job to submit to 42.2 directly.
> > 
> > For the future it would be nice to get rid of the second yast2-theme-SLE
> > spec file and just build yast2-theme with different binary package content
> > based on %is_opensue
> 
> problem is that both package own directory current:
> 
> https://github.com/yast/yast-theme/blob/master/package/yast2-theme.spec#L69
> and
> https://github.com/yast/yast-theme/blob/master/package/yast2-theme.spec#L94
> 
> I am not aware of any way how to do it in one spec file. If we use
> %is_opensuse then it means we cannot use opensuse branding of SLE and vice
> verse.

%if %{?is_opensuse}
  generate yast2-branding-openSUSE
%else
  generate yast2-theme-SLE
%endif

the latter should probably be changed to yast2-branding-SLE :)

> I can add job to submit theme to 42.2. Question is which branch? master one?

Whatever goes to SP2 atm.


You are receiving this mail because: