On 06/08/17 at 06:44pm, Bhupesh Sharma wrote:
This patch fixes the whitespace errors reported by 'rpmlint' or 'fedpkg lint' when they are run on kexec-tools srpm:
kexec-tools.spec:242: W: mixed-use-of-spaces-and-tabs (spaces: line 107, tab: line 242)
Signed-off-by: Bhupesh Sharma bhsharma@redhat.com
kexec-tools.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/kexec-tools.spec b/kexec-tools.spec index 37b797305574..7c6c37a47bde 100644 --- a/kexec-tools.spec +++ b/kexec-tools.spec @@ -104,8 +104,8 @@ binary and ancillary utilities that together form the userspace component of the kernel's kexec feature.
%package anaconda-addon -Summary: Kdump configuration anaconda addon -Requires: anaconda >= 21.33 +Summary: Kdump configuration anaconda addon +Requires: anaconda >= 21.33 %description anaconda-addon Kdump anaconda addon
-- 2.7.4 _______________________________________________ kexec mailing list -- kexec@lists.fedoraproject.org To unsubscribe send an email to kexec-leave@lists.fedoraproject.org
Acked-by: Dave Young dyoung@redhat.com
Thanks Dave