28 lines
1.0 KiB
Diff
28 lines
1.0 KiB
Diff
From b9fa8ad1eb45c7df04c72dcf8585c3e79fa14303 Mon Sep 17 00:00:00 2001
|
|
From: Adam Williamson <awilliam@redhat.com>
|
|
Date: Wed, 10 Mar 2021 17:20:00 -0800
|
|
Subject: [PATCH] runtime-cleanup: don't wipe /usr/bin/report-cli (#1937550)
|
|
|
|
We need it for reporting things!
|
|
|
|
Signed-off-by: Adam Williamson <awilliam@redhat.com>
|
|
---
|
|
share/templates.d/99-generic/runtime-cleanup.tmpl | 1 -
|
|
1 file changed, 1 deletion(-)
|
|
|
|
diff --git a/share/templates.d/99-generic/runtime-cleanup.tmpl b/share/templates.d/99-generic/runtime-cleanup.tmpl
|
|
index 17ce1648..724c4592 100644
|
|
--- a/share/templates.d/99-generic/runtime-cleanup.tmpl
|
|
+++ b/share/templates.d/99-generic/runtime-cleanup.tmpl
|
|
@@ -282,7 +282,6 @@ removefrom psmisc /usr/share/locale/*
|
|
removefrom python3-kickstart /usr/lib/python*/site-packages/pykickstart/locale/*
|
|
removefrom readline /usr/${libdir}/libhistory*
|
|
removefrom libreport /usr/share/locale/*
|
|
-removefrom libreport-cli /usr/bin/*
|
|
removefrom rdma-core /etc/rdma/mlx4.conf
|
|
removefrom rpm /usr/bin/* /usr/share/locale/*
|
|
removefrom rsync /etc/*
|
|
--
|
|
2.30.1
|
|
|