From 7610f9b963fa95a874b83c956f837b1096d87372 Mon Sep 17 00:00:00 2001 From: Jarrod Johnson Date: Tue, 15 Dec 2020 15:53:41 -0500 Subject: [PATCH] Clean out .gitignore files Don't leave them laying around installed package. --- confluent_osdeploy/confluent_osdeploy.spec.tmpl | 1 + 1 file changed, 1 insertion(+) diff --git a/confluent_osdeploy/confluent_osdeploy.spec.tmpl b/confluent_osdeploy/confluent_osdeploy.spec.tmpl index ba0984e9..7ff4f88b 100644 --- a/confluent_osdeploy/confluent_osdeploy.spec.tmpl +++ b/confluent_osdeploy/confluent_osdeploy.spec.tmpl @@ -53,6 +53,7 @@ for os in rhvh4 el7 el8 genesis suse15 ubuntu20.04 esxi6 esxi7; do mkdir -p %{buildroot}/opt/confluent/lib/osdeploy/$os/profiles cp ${os}out/addons.* %{buildroot}/opt/confluent/lib/osdeploy/$os/initramfs cp -a $os/profiles/* %{buildroot}/opt/confluent/lib/osdeploy/$os/profiles + find %{buildroot}/opt/confluent/lib/osdeploy/$os/profiles -name .gitignore -exec rm -f {} + done %files