diff --git a/rpmlint.spec b/rpmlint.spec index 3e05f92..ded4a1c 100644 --- a/rpmlint.spec +++ b/rpmlint.spec @@ -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 diff --git a/temporarily-disable-SystemdTmpfilesCheck.patch b/temporarily-disable-SystemdTmpfilesCheck.patch deleted file mode 100644 index 1cc5817..0000000 --- a/temporarily-disable-SystemdTmpfilesCheck.patch +++ /dev/null @@ -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", - ]