]> git.pld-linux.org Git - packages/rpm-build-macros.git/commitdiff
- added comment for %skip_post_check_so
authorsparky <sparky@pld-linux.org>
Wed, 20 Oct 2010 10:24:52 +0000 (10:24 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    rpm.macros -> 1.587

rpm.macros

index 5db462b31afa6f4d45aedda7e4c686256e7f84a3..9dc99d283966d0f03ec74ad6f2d3479d99fe4c1d 100644 (file)
@@ -650,6 +650,12 @@ fi; }; __spec_install_post_chrpath } } }
 # and terminate if any found (termination can be turned off by define).
 #%no_install_post_check_so 1
 #%skip_post_check_so libwithunresolvedok.so.*
+#
+# NOTE: define skip_post_check_so only if such library really requires
+#       unresolved symbols and always leave a comment why it is required:
+#      # executable provides symbols foo, bar for those libraries:
+#      %define skip_post_check_so libwithoutfoo.so.* libwithoutbar.so.*
+#
 %__spec_install_post_check_so { \
  __spec_install_post_check_so() { \
     fail=0; \
This page took 0.031853 seconds and 4 git commands to generate.