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

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