From 1459f9ec6a7fd62780dae9230c4a5d625a8a7a9a Mon Sep 17 00:00:00 2001 From: Jiri Moskovcak Date: Fri, 4 Jun 2010 09:29:20 +0200 Subject: make test-rpm work even before lunch :) - "date %k" doesn't return the time in the two digits format before 12:00pm --- Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.am b/Makefile.am index 60e66c8d..080a7bf5 100644 --- a/Makefile.am +++ b/Makefile.am @@ -16,11 +16,11 @@ srpm: dist rpmbuild $(RPM_DIRS) -bs abrt.spec test-rpm: dist - rpmbuild --define "_buildid `date +%G%m%d%k%M%S`" \ + rpmbuild --define "_buildid `date +%G%m%d%H%M%S`" \ $(RPM_DIRS) -ba abrt.spec test-srpm: dist - rpmbuild --define "_buildid `date +%G%m%d%k%M%S`" \ + rpmbuild --define "_buildid `date +%G%m%d%H%M%S`" \ $(RPM_DIRS) -bs abrt.spec scratch-build: srpm -- cgit