- Add temporary patch temporarily-disable-SystemdTmpfilesCheck.patch.

OBS-URL: https://build.opensuse.org/package/show/devel:openSUSE:Factory:rpmlint/rpmlint?expand=0&rev=911
This commit is contained in:
Martin Liška 2022-05-20 06:40:43 +00:00 committed by Git OBS Bridge
parent faf5bae3b3
commit 938d5d730f
3 changed files with 19 additions and 0 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri May 20 06:40:19 UTC 2022 - Martin Liška <mliska@suse.cz>
- Add temporary patch temporarily-disable-SystemdTmpfilesCheck.patch.
-------------------------------------------------------------------
Fri May 20 06:22:26 UTC 2022 - mliska@suse.cz

View File

@ -30,6 +30,8 @@ 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

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