On Thu, 13 Feb 2014 14:10:46 +0000, Frank Murphy wrote:

> I do a lot of testing,
> and have noticed there can be extras in
> despite pkgs owning files\folders
> 
> eg. yum install zikula
> ymu erase zikula

typo here?

> updatedb
> ~$ locate zikula
> /etc/zikula
> /usr/share/zikula
> /usr/share/zikula/docs
> /usr/share/zikula/includes
> /usr/share/zikula/includes/classes
> /usr/share/zikula/includes/classes/SimplePie
> /usr/share/zikula/includes/classes/Smarty
> /usr/share/zikula/includes/classes/adodb
> /usr/share/zikula/includes/classes/php-gettext
> 
> your left with bits of zikula
> thats just one than come to mind.

If verified with "rpm -qf …" and "rpmls …" and no other installed package
includes those directories either, that would be a packaging mistake and
should be reported in bugzilla. A so-called "unowned directory", i.e. a
directory entry missing in the package's spec file %files list(s).

However, when looking up

  http://pkgs.fedoraproject.org/cgit/zikula.git/plain/zikula.spec

I find

  %files

  %defattr(-,root,root,-)
  %doc docs/*
  %{_datadir}/%{name}

and the last line includes /usr/share/zikula and everything in it, so
no idea what package version you refer to.
-- 
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