Bugzilla – Bug 650130
Update of tomcat6 not possible (cpio: Is a directory)
Last modified: 2010-11-08 14:21:56 UTC
'zypper up --repo factory' fails at tomcat6-6.0.29-2.1 with "unpacking of archive failed on file /etc/tomcat6/Catalina: cpio: rename failed - Is a directory"
Oh dear, an another stupid rpm directory-to-symlink issue. The general fix is use hardlink, but in case of /etc/ -> /var/ it's not possible. Thus I made /etc/tomcat6/Catalina %ghost file and create a likn in the %posttrans script. Fixed in Java:packages and sent to the Factory - sr#51958
Will there be a fixed update for 11.3 as well?
I'm working on port of a workaround for 11.3 too
So let's close it as a DUPLICATE *** This bug has been marked as a duplicate of bug 625415 ***