SHA256
1
0
forked from pool/rpmlint
Martin Liška 2022-05-21 13:02:03 +00:00 committed by Git OBS Bridge
parent 938d5d730f
commit bef5b0875a
2 changed files with 0 additions and 14 deletions

View File

@ -30,8 +30,6 @@ License: GPL-2.0-or-later
URL: https://github.com/rpm-software-management/rpmlint
Source0: rpmlint-%{version}.tar.xz
Patch0: disable-flake.patch
# FIXME: remove
Patch1: temporarily-disable-SystemdTmpfilesCheck.patch
BuildRequires: fdupes
BuildRequires: python3-setuptools
BuildArch: noarch

View File

@ -1,12 +0,0 @@
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",
]