diff --git a/Changelog b/Changelog index cf4cbbed..d1629115 100644 --- a/Changelog +++ b/Changelog @@ -1,3 +1,8 @@ +* Tue Feb 13 2007 Jesse Keating +- Fix part of the patch from Essien +- Add Contributors to the Authors file +- Adjust the Makefile so that srpm doesn't cause a tag + * Mon Feb 12 2007 Jesse Keating - Add new Make targets (Essien Ita Essien) - Add runtime flags for doing specific stages of the compose (Essien Ita Essien) diff --git a/Makefile b/Makefile index 8e01e6c5..ba0a1b26 100644 --- a/Makefile +++ b/Makefile @@ -17,7 +17,7 @@ tag: @hg tag -m "$(HGTAG)" $(HGTAG) # @hg push -archive: tag +archive: @rm -rf ${PKGNAME}-$(VERSION)/ @python setup.py sdist > /dev/null @echo "The archive is in dist/${PKGNAME}-$(VERSION).tar.gz" @@ -27,7 +27,7 @@ srpm: archive @rpmbuild -bs ${PKGRPMFLAGS} ${PKGNAME}.spec @echo "The srpm is in $(SRPM)" -rpm: archive +rpm: archive tag @rpmbuild --clean -bb ${PKGRPMFLAGS} ${PKGNAME}.spec @echo "The rpm is in $(RPM)"