Re: [RESEND][PATCH] tools/power: Don't make man pages executable

2018-01-28 Thread Len Brown
Applied. thanks! -Len On Tue, Dec 19, 2017 at 11:02 PM, Laura Abbott wrote: > rpm-lint flagged these as being executable: > > kernel-tools.x86_64: W: spurious-executable-perm > /usr/share/man/man8/turbostat.8.gz > kernel-tools.x86_64: W: spurious-executable-perm > /usr/share/man/man8/x86_ener

[RESEND][PATCH] tools/power: Don't make man pages executable

2017-12-19 Thread Laura Abbott
rpm-lint flagged these as being executable: kernel-tools.x86_64: W: spurious-executable-perm /usr/share/man/man8/turbostat.8.gz kernel-tools.x86_64: W: spurious-executable-perm /usr/share/man/man8/x86_energy_perf_policy.8.gz Fix this Signed-off-by: Laura Abbott --- Resent for linux-pm cc ---