X-Git-Url: https://git.tld-linux.org/?p=packages%2Frpm-tld-macros.git;a=blobdiff_plain;f=macros.tld;fp=macros.tld;h=f3e511961a96bd7a08adda481438b8e578234330;hp=fb3ea2c08a46d96f8bdf5f26390f3ae5097680fe;hb=2dad0bf9a370813b9c10acc48f5f225810cf3ab3;hpb=b106c6255d7374b16c6eaad3d41e5dd2c9d63377 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