Comment # 5 on bug 1207419 from
(In reply to Frederic Crozat from comment #4)
> (In reply to Fabian Vogt from comment #1)
> > The -rpiwifi subpackage is wicked-specific and only needed on systems with
> > wicked. If NetworkManager is used, jeos-firstboot does not need it.
> > 
> > In which way is this subpackage an issue?
> 
> It will cause an issue when we enable installcheck on the repository, as
> soon as we drop wicked from SUSE:ALP

You could add it to the whitelist.

Or do you really want something like:

%if 0%{?alp_version}
%exclude %{_datadir}/jeos-firstboot/modules/raspberrywifi
%else
%files rpiwifi
%{_datadir}/jeos-firstboot/modules/raspberrywifi
%fi

Wicked isn't used on TW by default anymore either, so we could use
0%{?suse_version} > 1500.


You are receiving this mail because: