From bef5b0875a62635276c5b9093a07e26b33d041176a739c44ccb01b30fe46c34e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Li=C5=A1ka?= Date: Sat, 21 May 2022 13:02:03 +0000 Subject: [PATCH] Remove temporary patch. OBS-URL: https://build.opensuse.org/package/show/devel:openSUSE:Factory:rpmlint/rpmlint?expand=0&rev=912 --- rpmlint.spec | 2 -- temporarily-disable-SystemdTmpfilesCheck.patch | 12 ------------ 2 files changed, 14 deletions(-) delete mode 100644 temporarily-disable-SystemdTmpfilesCheck.patch 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", - ]