https://bugzilla.redhat.com/show_bug.cgi?id=831895 Terje Røsten <terjeros@xxxxxxxxxxxx> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |terjeros@xxxxxxxxxxxx --- Comment #1 from Terje Røsten <terjeros@xxxxxxxxxxxx> --- a) Requires: perl-Regexp-Common Requires: perl-Algorithm-Diff # Stop trying to find the optional Win32::File dep. AutoReq: no Please redo this, see https://fedoraproject.org/wiki/Packaging:Perl#Filtering_Requires_and_Provides https://fedoraproject.org/wiki/Packaging:AutoProvidesAndRequiresFiltering#Perl b) mkdir -p %{buildroot}/%{_bindir} cp %{SOURCE0} %{buildroot}/%{_bindir}/%{name} chmod +x %{buildroot}/%{_bindir}/%{name} can be done in one line: install -D -m 0755 %{SOURCE0} %{buildroot}/%{_bindir}/%{name} c) Any license file available? -- 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