From 2dad0bf9a370813b9c10acc48f5f225810cf3ab3 Mon Sep 17 00:00:00 2001 From: Marcin Krol Date: Sat, 20 Mar 2021 11:02:02 +0100 Subject: [PATCH] - remove tmpfiles check macro completly --- macros.tld | 9 --------- 1 file changed, 9 deletions(-) diff --git a/macros.tld b/macros.tld index fb3ea2c..f3e5119 100644 --- a/macros.tld +++ b/macros.tld @@ -82,7 +82,6 @@ %{__spec_install_post_chrpath}\ %{__spec_install_post_compress_modules}\ %{__spec_install_post_check_so}\ -%{__spec_install_post_check_tmpfiles}\ %{__spec_install_post_check_shebangs}\ %{__spec_install_post_compress_docs}\ %{__spec_install_post_py_hardlink}\ @@ -949,14 +948,6 @@ __spec_install_post_check_execstack() { \ %{!?no_install_post_check_execstack:return $fail;} \ }; __spec_install_post_check_execstack }} -#----------------------------------------------------------------- -# Do not verify if each directory under /var/run contains -# tmpfiles.d configuration. TLD Linux doesn't use tmpfiles.d. -# -%no_install_post_check_tmpfiles 1 -# -%__spec_install_post_check_tmpfiles %{nil} - #----------------------------------------------------------------- # Verify that scripts have reasonable shebangs # Test spec: see "test/spec_install_post_check_shebangs" branch on packages/test.spec -- 2.44.0