Le jeudi 16 mai 2013 à 14:44 -0400, john.flor...@dart.biz a écrit :
> > From: Adam Williamson <awill...@redhat.com> 
> > > How do I determine what component to file a bug against? I guess I
> > > have to find the package that caused these .service files to be
> > > installed?
> > 
> > Yes. 'rpm -qf /lib/systemd/system/foo.service'.
> 
> I'd actually suggest doing: 
> 
> rpm -qif /lib/systemd/system/foo.service 
> 
> ... and noting the source rpm. 

For the sake of over optimisation :
$ rpm --queryformat '%{SOURCERPM}\n' -qf /lib/systemd/system/foo.service
foo-1.2-7.fc19.src.rpm

-- 
Michael Scherer

-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel

Reply via email to