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

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