From 7ccfee7db0410271dff3b9eb590deab538ffa894 Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Thu, 4 Mar 2021 15:46:23 -0500 Subject: [PATCH] Spec: fix line-length for rpmlint Signed-off-by: Stephen Gallagher --- nodejs-packaging.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/nodejs-packaging.spec b/nodejs-packaging.spec index 7362081..87c7533 100644 --- a/nodejs-packaging.spec +++ b/nodejs-packaging.spec @@ -42,7 +42,8 @@ nodejs-packaging-bundler bundles a node.js application node_module dependencies It gathers the application tarball. It generates a runtime (prod) tarball with runtime node_module dependencies It generates a testing (dev) tarball with node_module dependencies for testing -It generates a bundled licence file that gets the licenses in the runtime dependency tarball +It generates a bundled license file that gets the licenses in the runtime +dependency tarball %prep pushd %{_topdir}/BUILD