Blame SOURCES/0001-fix-remove-PathExists-condition-from-unit.patch

394940
From 7caac84ed4119ff6013585d187720dff3fdd73fe Mon Sep 17 00:00:00 2001
394940
From: Link Dupont <link@sub-pop.net>
394940
Date: Mon, 31 Jan 2022 10:53:04 -0500
394940
Subject: [PATCH] fix: remove PathExists condition from unit
394940
394940
The PathExists= directive in the Path section of the
394940
insights-client-results.path unit is unnecessary.
394940
394940
Fixes: RHBZ#2022191
394940
(cherry picked from commit ec3502eaef144838bec85dfed497de7a404a66bf)
394940
---
394940
 data/systemd/insights-client-results.path.in | 1 -
394940
 1 file changed, 1 deletion(-)
394940
394940
diff --git a/data/systemd/insights-client-results.path.in b/data/systemd/insights-client-results.path.in
394940
index be53998..928296b 100644
394940
--- a/data/systemd/insights-client-results.path.in
394940
+++ b/data/systemd/insights-client-results.path.in
394940
@@ -13,7 +13,6 @@ Documentation=man:insights-client(8)
394940
 PartOf=insights-client.timer
394940
 
394940
 [Path]
394940
-PathExists=@pkgsysconfdir@/.lastupload
394940
 PathModified=@pkgsysconfdir@/.lastupload
394940
 
394940
 [Install]