https://bugzilla.rpmfusion.org/show_bug.cgi?id=3345
--- Comment #25 from Jonathan Dieter <jdieter(a)gmail.com> 2015-01-05 14:39:48 CET
---
Created attachment 1383
-->
https://bugzilla.rpmfusion.org/attachment.cgi?id=1383
Patch to convert dirs to symlinks during upgrade
Unfortunately, I've found a major problem when trying to upgrade to this
package. If you attempt to run yum --enablerepo=rpmfusion*updates-testing
update xbmc, you'll get a couple of file conflicts. This is because
/usr/share/xbmc and /usr/lib64/xbmc are directories in the xbmc package, but
symlinks in the kodi package.
Rpm doesn't handle directories turning into symlinks properly, so we have add
some scriptlets to make an update work. See
https://fedoraproject.org/wiki/Packaging:Guidelines#Replacing_a_symlink_t...
and
https://fedoraproject.org/wiki/Packaging:Directory_Replacement#Scriptlet_....
The attached patch applies against the 14.0-1.3 spec and adds the necessary
scriplets.
Apologies for not catching this during the review.
--
Configure bugmail:
https://bugzilla.rpmfusion.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.