> 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. I've had some cases where the source rpm (bugzilla component) results in numerous binary rpms and sometimes the connections aren't so obvious at first. For example, note the Name vs. the Source RPM with: $ rpm -qif /usr/lib/python2.7/site-packages/imgcreate/fs.py Name : python-imgcreate Epoch : 1 Version : 18.15 Release : 1.fc18 Architecture: x86_64 Install Date: Wed 24 Apr 2013 11:47:37 AM EDT Group : System Environment/Base Size : 285483 License : GPLv2 Signature : RSA/SHA256, Fri 05 Apr 2013 01:34:00 AM EDT, Key ID ff01125cde7f38bd Source RPM : livecd-tools-18.15-1.fc18.src.rpm Build Date : Wed 03 Apr 2013 01:55:56 PM EDT Build Host : buildvm-13.phx2.fedoraproject.org Relocations : (not relocatable) Packager : Fedora Project Vendor : Fedora Project URL : http://git.fedorahosted.org/git/livecd Summary : Python modules for building system images Description : Python modules that can be used for building images for things like live image or appliances. -- John Florian
-- devel mailing list devel@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/devel