I'm a little confused with RPM package naming.
When I do:
vickey@tb:/usr/include$ rpm -qf event.h
libevent-devel-2.0.10-2.fc15.i686
And:
vickey@tb:/usr/include$ repoquery --list libevent-devel.i686
/usr/bin/event_rpcgen.py
/usr/include/evdns.h
/usr/include/event.h
....
....
Here in the second code box /usr/include/event.h is provided by libevent-devel.i686 but a query in the first code box shows that it belongs to the package libevent-devel-2.0.10-2.fc15.i686.
Does package manager use these aliases?
repoquery -f /usr/include/event.h
interesting as well. – jsbillings Aug 08 '12 at 15:38