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=576023 --- Comment #22 from Hans de Goede <hdegoede@xxxxxxxxxx> 2010-07-19 02:55:51 EDT --- Hi Michael, Almost there :) Needs work: -missing BuildRequires gengetopt -you are not applying Patch3 anywhere -Now the %{_datadir}/uvcdynctrl/data and the %{_datadir}/uvcdynctrl/data/046d directories are unowned. If you want to list each file under the dir explicitly, you need to also list all dirs, iow you need to use: %dir %{_datadir}/uvcdynctrl %dir %{_datadir}/uvcdynctrl/data %dir %{_datadir}/uvcdynctrl/data/046d %{_datadir}/uvcdynctrl/data/046d/logitech.xml but as said before instead you can also put just the following in %files: %{_datadir}/uvcdynctrl note that this time there is no %dir in front of it! When you list a dir this way rpmbuild will make the rpm own the dir, and put all files and dirs below it in the rpm. Regards, Hans -- 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. _______________________________________________ package-review mailing list package-review@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/package-review