commit | 5a7733b0b728bb4900bdeed12fef22651ce0ab58 | [log] [tgz] |
---|---|---|
author | Olaf Hering <olaf@aepfle.de> | Thu Apr 03 15:47:34 2014 +0200 |
committer | Paolo Bonzini <pbonzini@redhat.com> | Tue May 20 16:14:29 2014 +0200 |
tree | 30bf77d88f9dce9e893da4ca3d9277ad487701cc | |
parent | f2564d88fe7949bdb5ca4ad652282c28b3da6210 [diff] |
megasas: remove buildtime strings Using __DATE__ or __TIME__ in binary pkgs changes the checksum of compiled binaries if they get rebuilt, even if there are no other source changes. Replace the dynamic strings with some equally informative static strings. Signed-off-by: Olaf Hering <olaf@aepfle.de> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>