From 7da8a2ec4ca6d3c105d4b36964fec21901992cd6 Mon Sep 17 00:00:00 2001 From: Jarrod Johnson Date: Tue, 26 Apr 2022 08:16:12 -0400 Subject: [PATCH] Properly stage the license file for osdeploy --- confluent_osdeploy/buildrpm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/confluent_osdeploy/buildrpm b/confluent_osdeploy/buildrpm index 9d7ff45f..89b9ebbc 100755 --- a/confluent_osdeploy/buildrpm +++ b/confluent_osdeploy/buildrpm @@ -5,7 +5,8 @@ if [ "$NUMCOMMITS" != "$VERSION" ]; then fi sed -e "s/#VERSION#/$VERSION/" confluent_osdeploy.spec.tmpl > confluent_osdeploy.spec cd .. -tar Jcvf confluent_osdeploy.tar.xz confluent_osdeploy LICENSE +cp ../LICENSE . +tar Jcvf confluent_osdeploy.tar.xz confluent_osdeploy mv confluent_osdeploy.tar.xz ~/rpmbuild/SOURCES/ cd - mkdir -p el9bin/opt/confluent/bin