0001-Prevent-access-times-from-changing-resulting-gzip-md.patch 720 B

12345678910111213141516171819202122232425
  1. From da668e5bf1a721797361ab866d09913ee8e157c4 Mon Sep 17 00:00:00 2001
  2. From: Jeremy Puhlman <jpuhlman@mvista.com>
  3. Date: Sat, 22 Feb 2020 04:37:04 +0000
  4. Subject: [PATCH] Prevent access times from changing resulting gzip md5sum
  5. Upstream-Status: Pending
  6. https://github.com/ipmitool/ipmitool/pull/186
  7. ---
  8. doc/Makefile.am | 2 +-
  9. 1 file changed, 1 insertion(+), 1 deletion(-)
  10. diff --git a/doc/Makefile.am b/doc/Makefile.am
  11. index b792762..2c52ce6 100644
  12. --- a/doc/Makefile.am
  13. +++ b/doc/Makefile.am
  14. @@ -59,5 +59,5 @@ install:
  15. ${INSTALL_DATA_SH} iuser.8 ${manto}
  16. ${INSTALL_DATA_SH} iseltime.8 ${manto}
  17. ${INSTALL_DATA_SH} bmclanpet.mib ${datato}
  18. - cd ${manto}; gzip -f *.8
  19. + cd ${manto}; gzip -nf *.8
  20. --
  21. 2.13.3