kdemultimedia-3.2.2-2 obsoletes juk, but is not built with it. This will probably go away in FC3 if juk will be built. Trivial patch for the record: --- kdemultimedia.spec~ 2004-05-05 18:10:23.000000000 +0300 +++ kdemultimedia.spec 2004-06-01 22:51:46.262586660 +0300 @@ -87,7 +87,9 @@ Obsoletes: koncd Obsoletes: kscd Obsoletes: aktion +%if %{juk} Obsoletes: juk +%endif Provides: %{name}-libs Provides: %{name}-brahms
the reason why i have added the "Obsoletes: juk" in the spec file, is that if someone wants to rebuild kdemultimedia with juk and has installed juk as separate package on machine before, it should work for them.
That's fine /iff/ kdemultimedia is built with juk. But the current package as provided in FC2 is *not* built with it. Currently the "Obsoletes: juk" as set in the FC2 package causes problems with external juk packages, ie. they are obsoleted and thus removed by this package, but there's no replacement provided -> loss of functionality. juk should be only obsoleted if it is built, that is what the patch in my initial submission does.
it's fixed in kdemultimedia-3.2.2-3 or newer. Thanks