]> TLD Linux GIT Repositories - packages/rpm-tld-macros.git/commitdiff
- remove tmpfiles check macro completly
authorMarcin Krol <hawk@tld-linux.org>
Sat, 20 Mar 2021 10:02:02 +0000 (11:02 +0100)
committerMarcin Krol <hawk@tld-linux.org>
Sat, 20 Mar 2021 10:02:02 +0000 (11:02 +0100)
macros.tld

index fb3ea2c08a46d96f8bdf5f26390f3ae5097680fe..f3e511961a96bd7a08adda481438b8e578234330 100644 (file)
@@ -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