Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=492479 --- Comment #7 from Christian Krause <chkr@xxxxxxxxxxx> 2009-04-15 17:13:34 EDT --- (In reply to comment #2) > Spec URL: > http://fedora.mkdir.name/packages/razertool-0.0.7/razertool.spec > > SRPM URL: > http://fedora.mkdir.name/packages/razertool-0.0.7/razertool-0.0.7-2.fc10.src.rpm > > I fixed the pixmaps issue. Thanks! Yes, that fixed the problem. A minor issue has leaked in with the latest fix: Since you've used %{_datadir}/%{name}/* to package the files in /usr/share/razertool/*, only the contents of the directory but not the directory itself is packaged. This lead to an directory which isn't owned by any package: rpm -qf /usr/share/razertool file /usr/share/razertool is not owned by any package The fix is quite easy, just use %{_datadir}/%{name}/ or %{_datadir}/%{name} to package the complete directory. Just for completness: please also removed the unused line: #rm -rf %{buildroot}%{_datadir}/%{name}/ from the spec file. ;-) -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. _______________________________________________ Fedora-package-review mailing list Fedora-package-review@xxxxxxxxxx http://www.redhat.com/mailman/listinfo/fedora-package-review