From 1866836749c2a12ae50abd109429da072ebe05ba Mon Sep 17 00:00:00 2001 From: Kaleb S KEITHLEY Date: Tue, 12 Apr 2016 11:35:38 -0400 Subject: packaging: additional dirs and files in /var/lib/glusterd/ Add the missing /var/lib/glusterd files and dirs found by downstream testing. Use a loop to create hook dirs instead of open-coding. Merge the %ghost and non-ghost dirs in -server %files section for easier maintenance. Eliminate a benign warning for enabling non-existent glusterfsd.{init,service} which is only relevant to Fedora builds Don't reject glusterfs.spec.in changes because of long lines Change-Id: I5802175d729e0168eea879a2a61626b0b73d77c8 BUG: 1326410 Signed-off-by: Kaleb S KEITHLEY Reviewed-on: http://review.gluster.org/13981 Smoke: Gluster Build System NetBSD-regression: NetBSD Build System CentOS-regression: Gluster Build System Reviewed-by: Raghavendra Talur Reviewed-by: Jeff Darcy --- extras/checkpatch.pl | 2 ++ 1 file changed, 2 insertions(+) (limited to 'extras') diff --git a/extras/checkpatch.pl b/extras/checkpatch.pl index 874f8f901b0..dee070c8c7c 100755 --- a/extras/checkpatch.pl +++ b/extras/checkpatch.pl @@ -2083,6 +2083,8 @@ sub process { "Use of $flag is deprecated, please use \`$replacement->{$flag} instead.\n" . $herecurr) if ($replacement->{$flag}); } +# check we are in .spec file, then ignore this hunk + next if ($realfile eq "glusterfs.spec.in"); # check we are in a valid source file if not then ignore this hunk next if ($realfile !~ /\.(h|c|pl|py|l|y|sh|in)$/); -- cgit