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=728006 --- Comment #4 from Nathan Owe <ndowens04@xxxxxxxxx> 2011-08-03 23:03:46 EDT --- install -d -m 755 $RPM_BUILD_ROOT/%{_bindir} install -d -m 755 $RPM_BUILD_ROOT/%{_mandir}/man1 install -m 755 %{name} $RPM_BUILD_ROOT/%{_bindir} install -m 644 %{name}.1 $RPM_BUILD_ROOT/%{_mandir}/man1 instead do: install -d $RPM_BUILD_ROOT/%{_bindir} install -d $RPM_BUILD_ROOT/%{_mandir}/man1 install -m755 %{name} $RPM_BUILD_ROOT/%{_bindir}/%{name} install -m644 %{name}.1 $RPM_BUILD_ROOT/%{_mandir}/man1/%{name}.1 SPEC: http://pastebin.com/cpmd7BNd Above is one I updated. Also if you are not going to release this package for EPEL or RHEL then you can remove: BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) %clean section and also the defattr(-root,root-) -- 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