Blame SOURCES/mcelog-patch-f8f1490cb.patch

bef633
From: Prarit Bhargava <prarit@redhat.com>
bef633
bef633
Subject: Document .os_release in README
bef633
bef633
commit f8f1490cb2c6754aa108779e04fa2f099e394895
bef633
Author: Andi Kleen <ak@linux.intel.com>
bef633
Date:   Mon May 22 09:38:47 2017 -0700
bef633
bef633
    Document .os_release in README
bef633
    
bef633
    Signed-off-by: Andi Kleen <ak@linux.intel.com>
bef633
bef633
diff --git a/README.md b/README.md
bef633
index 7e848a598e40ee4ef7162bbad8c1280d001b9dbd..d47928ff614934730105c314aef1c7a084e16a6a 100644
bef633
--- a/README.md
bef633
+++ b/README.md
bef633
@@ -55,6 +55,10 @@ error predictive failure analysis) require a continuously running daemon.
bef633
 You can run mcelog from systemd or similar daemons. An example systemd unit
bef633
 file is in `mcelog.service`.
bef633
 
bef633
+By default mcelog reports its version as the git tag. This can be overridden
bef633
+by setting up a .os_release file in the source directory. A build system
bef633
+could write the OS version to this file to mark the binary.
bef633
+
bef633
 ### For older distributions using init scripts
bef633
 
bef633
 Please install an init script by default that runs mcelog in daemon mode.