From: Dmitry Eremin Date: Mon, 8 Dec 2014 15:25:45 +0000 (+0300) Subject: LU-6001 build: cleanup build scripts after reorganization X-Git-Tag: 2.7.51~57 X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=commitdiff_plain;h=f1a01a403bcb9b0c412cdfcd7b22b083c2c8507d;hp=f1a01a403bcb9b0c412cdfcd7b22b083c2c8507d LU-6001 build: cleanup build scripts after reorganization After passing a few configuration parameters in "--with/--without" option to rpmbuild some code become useless. Don't pass options through configure_args that can be passed through rpmbuild options. This allows to avoid unexpected behavior during the build from source rpm. Change module-dist-hook: target according coding guidelines. Remove obsolete liblustre.{a,so} from .spec file that were actually removed in commit cdfbc722f4d63d3ed3740cbb549062f712010d90. Don't add the version of kernel to .src.rpm. Signed-off-by: Dmitry Eremin Change-Id: Ib5f50d257b5d95efe9c45d1865f9dab9ccc3c19a Reviewed-on: http://review.whamcloud.com/12987 Reviewed-by: Bob Glossman Tested-by: Jenkins Tested-by: Maloo Reviewed-by: James Simmons Reviewed-by: Oleg Drokin ---