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

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