> [root@sphinx local]# rpm -ivh samba-2.0.5a-3mdk.src.rpm
> samba
##################################################
> [root@sphinx local]# rpm -ql samba-2.0.5a-3mdk.src.rpm
> package samba-2.0.5a-3mdk.src.rpm is not installed

Well, that will never work, whether it is an src.rpm or not. When you do
rpm -q, it looks for the name of the package wich is not the name of the rpm
file.
Try something like:
rpm -ql samba
OR
rpm -qa | grep samba

OR to look even if you have not installed it
rpm -qpl samba-2.0.5a-3mdk.src.rpm

Now, I never used src rpm so I don't know if there is any difference. But I
suppose it is the same.

Fabien Deschodt




Reply via email to