On Fri, 2015-10-23 at 18:19 -0600, Orion Poplawski wrote:
> Got this is a resent koji rawhide build:
> 
> DEBUG util.py:393:  No matching package to install: '/bin/csh'
> 
> I'm assuming this is a quirk of dnf now being the default, but needs
> to 
> get fixed.

There is no /bin/csh in the package, only /usr/bin/csh . /bin is a
symlink to /usr/bin , so you can call /bin/csh and it'll work, but
/bin/csh does not exist in the package. Thus it does not provide it.
Requires should always use /usr/bin or /usr/sbin .
-- 
Adam Williamson
Fedora QA Community Monkey
IRC: adamw | Twitter: AdamW_Fedora | XMPP: adamw AT happyassassin . net
http://www.happyassassin.net


-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct

Reply via email to