https://bugzilla.redhat.com/show_bug.cgi?id=1018588 --- Comment #4 from Christopher Meng <cickumqt@xxxxxxxxx> --- Drop-by comments: 1. Remove old stuffs: BuildRoot rm -rf %{buildroot} %clean %defattr(-,root,root,-) 2. I don't think you need to preserve: ### Patches ### ### Dependencies ### Requires: krb5-libs >= 1.11.2 ### Build Dependencies ### Unless you have plenty of files. 3. autoreconf -f -i --> autoreconf -fiv (verbose?) 4. install -m644 --> install -pm644 5. You install it as perm 644, so drop this: %attr(0644,root,root) %config(noreplace) /%{_sysconfdir}/gss/mech.ntlmssp --> %config(noreplace) %{_sysconfdir}/gss/mech.ntlmssp And remove that slash. -- 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