On Sat, Mar 15, 2014 at 12:08:43PM -0700, Adam Williamson wrote:
> 
> I'm sure Michael knows, but as the topic's come up, for anyone who's
> unaware, you can find the source RPM name for any binary RPM just from
> the 'rpm -qi' output:
> 
> [root@adam vms]# rpm -qi python-imgcreate
> Name        : python-imgcreate
> Epoch       : 1
> Version     : 20.4
> ...
> Source RPM  : livecd-tools-20.4-1.fc21.src.rpm

If you want something fancier but more specific you may try this:-)

$ rpm -q --qf '%{sourcerpm}\n' python-imgcreate
livecd-tools-20.4-1.fc21.src.rpm

   M.
-- 
test mailing list
test@lists.fedoraproject.org
To unsubscribe:
https://admin.fedoraproject.org/mailman/listinfo/test

Reply via email to