On Thu, 13 Feb 2014 17:21:51 +0000, Frank Murphy wrote:

> yum install --releasever=20 zikula # I'm on F20 but just to be sure.
> installing below:
> http://fpaste.org/76965/
> 
> # updatedb
> 
> locate zikula:
> http://fpaste.org/76969/

$ yum -y install zikula
…
$ rpm -qf /usr/share/zikula /usr/share/zikula/*|uniq -c
      4 zikula-1.2.3-5.fc19.noarch
      1 file /usr/share/zikula/docs is not owned by any package
     19 zikula-1.2.3-5.fc19.noarch

That's a packaging mistake. If /usr/share/zikula/docs is left behind,
RPM cannot remove the parent dir.

Same here. Symlinks in there, which don't get removed, and that blocks
all parent dirs:

# rpm -qf /usr/share/zikula/includes/classes/*
file /usr/share/zikula/includes/classes/adodb is not owned by any package
file /usr/share/zikula/includes/classes/php-gettext is not owned by any package
file /usr/share/zikula/includes/classes/SimplePie is not owned by any package
file /usr/share/zikula/includes/classes/Smarty is not owned by any package

-> http://bugz.fedoraproject.org/zikula
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org

Reply via email to