From a5ba4ba5457b5e5f4b0f5b9e39550da5213d637a937c3a7aa76af2f635bf8fd2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Li=C5=A1ka?= Date: Mon, 23 May 2022 09:52:21 +0000 Subject: [PATCH] Fix patch. OBS-URL: https://build.opensuse.org/package/show/devel:openSUSE:Factory:rpmlint/rpmlint?expand=0&rev=916 --- disable-SystemdTmpfilesCheck.patch | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/disable-SystemdTmpfilesCheck.patch b/disable-SystemdTmpfilesCheck.patch index 473a0f4..3624c53 100644 --- a/disable-SystemdTmpfilesCheck.patch +++ b/disable-SystemdTmpfilesCheck.patch @@ -0,0 +1,15 @@ + configs/openSUSE/opensuse.toml | 1 - + 1 file changed, 1 deletion(-) + +diff --git a/configs/openSUSE/opensuse.toml b/configs/openSUSE/opensuse.toml +index b57e1fdb..f818f661 100644 +--- a/configs/openSUSE/opensuse.toml ++++ b/configs/openSUSE/opensuse.toml +@@ -21,7 +21,6 @@ Checks = [ + "KMPPolicyCheck", + "PolkitCheck", + "SystemdInstallCheck", +- "SystemdTmpfilesCheck", + "SUIDPermissionsCheck", + "WorldWritableCheck", + ]