* [PATCH] kexec-tools: Use the build date for package release
@ 2010-03-29 11:52 Ameya Palande
2010-03-29 21:59 ` Simon Horman
0 siblings, 1 reply; 2+ messages in thread
From: Ameya Palande @ 2010-03-29 11:52 UTC (permalink / raw)
To: kexec; +Cc: horms
kexec built from git HEAD shows release date as 13th August 2009, which is not
correct. Instead of that use the build date as release date.
Signed-off-by: Ameya Palande <ameya.palande@nokia.com>
---
configure.ac | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/configure.ac b/configure.ac
index f3994a3..fcf50e4 100644
--- a/configure.ac
+++ b/configure.ac
@@ -9,7 +9,7 @@ AC_CONFIG_AUX_DIR(./config)
AC_CONFIG_HEADERS([include/config.h])
AC_LANG(C)
-AC_DEFINE_UNQUOTED(PACKAGE_DATE, "13th August 2009",
+AC_DEFINE_UNQUOTED(PACKAGE_DATE, "`date '+%d %B %Y'`",
[Define to the release date of this package])
--
1.6.3.3
_______________________________________________
kexec mailing list
kexec@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/kexec
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] kexec-tools: Use the build date for package release
2010-03-29 11:52 [PATCH] kexec-tools: Use the build date for package release Ameya Palande
@ 2010-03-29 21:59 ` Simon Horman
0 siblings, 0 replies; 2+ messages in thread
From: Simon Horman @ 2010-03-29 21:59 UTC (permalink / raw)
To: Ameya Palande; +Cc: kexec
On Mon, Mar 29, 2010 at 02:52:58PM +0300, Ameya Palande wrote:
> kexec built from git HEAD shows release date as 13th August 2009, which is not
> correct. Instead of that use the build date as release date.
Thanks, applied.
_______________________________________________
kexec mailing list
kexec@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/kexec
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2010-03-29 22:00 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-03-29 11:52 [PATCH] kexec-tools: Use the build date for package release Ameya Palande
2010-03-29 21:59 ` Simon Horman
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox