From b6ba2d8b09a60e30abc2ad576bc5fb5126d16ccb Mon Sep 17 00:00:00 2001 From: "Jeroen van Meeuwen (Kolab Systems)" Date: Fri, 4 Nov 2011 11:39:51 +0000 Subject: Merge stash - no changes --- Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 7b52297..d9bd36f 100644 --- a/Makefile.am +++ b/Makefile.am @@ -44,9 +44,9 @@ tarball: make dist ChangeLog: - (GIT_DIR=.git git log > .changelog.tmp && mv .changelog.tmp ChangeLog; rm -f .changelog.tmp) || (touch ChangeLog; echo 'git directory not found: installing possibly empty changelog.' >&2) + (GIT_DIR=.git git log $(PACKAGE)-$(VERSION) > .changelog.tmp && mv .changelog.tmp ChangeLog; rm -f .changelog.tmp) || (touch ChangeLog; echo 'git directory not found: installing possibly empty changelog.' >&2) -srpm: ChangeLog dist +srpm: ChangeLog tarball @rpmbuild -ts $(PACKAGE)-$(VERSION).tar.gz rpm: srpm -- cgit v1.1