(In reply to Nicolas Chauvet from comment #47) > (In reply to Miro Hrončok from comment #46) > > The builds are failing: > > > > http://koji.rpmfusion.org/koji/taskinfo?taskID=151088 > > http://koji.rpmfusion.org/koji/taskinfo?taskID=151158 > > http://koji.rpmfusion.org/koji/taskinfo?taskID=151369 > Missing -lavcodec or else somewhere. Will look. > > Nevertheless there's one more thing: Even if the freeworld value is flipped > > to 1, the Name of the (source) package remains chromium, which might be > > problematic. Would you accept a change that would do: > > > > > > %if %{freeworld} > > Name: chromium%{chromium_channel}-libs-media-freeworld > > %else > > Name: chromium%{chromium_channel} > > %endif > I would simplify with chromium%{chromium_channel}%{?freeworld:-%{freeworld}} That would do, I guess.