diff options
author | Jeremy Katz <katzj@redhat.com> | 2004-09-21 20:17:36 +0000 |
---|---|---|
committer | Jeremy Katz <katzj@redhat.com> | 2004-09-21 20:17:36 +0000 |
commit | 5cc48d6851f1f07263bdbb9365e3dc50f24b69d7 (patch) | |
tree | 205439a9336d63aec0878d37e574844a7f1a8f7d /Makefile.inc | |
parent | 76a938a1e392c8a880057aca446e94debe01c9ce (diff) | |
download | anaconda-5cc48d6851f1f07263bdbb9365e3dc50f24b69d7.tar.gz anaconda-5cc48d6851f1f07263bdbb9365e3dc50f24b69d7.tar.xz anaconda-5cc48d6851f1f07263bdbb9365e3dc50f24b69d7.zip |
start converting build targets to work with dist cvs. revert back to
old make src target. get rid of snap*, move to anaconda.spec instead
of .spec.in (build to include bumped version + changelog)
Diffstat (limited to 'Makefile.inc')
-rw-r--r-- | Makefile.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.inc b/Makefile.inc index 6185d8828..feba7a056 100644 --- a/Makefile.inc +++ b/Makefile.inc @@ -1,8 +1,8 @@ # # define destination locations # -VERSION = 10.0.3 -RELEASE = 0 +VERSION=$(shell awk '/Version:/ { print $$2 }' anaconda.spec) +RELEASE=$(shell awk '/Release:/ { print $$2 }' anaconda.spec) TIMESTAMP := $(shell date "+.%Y%m%d%H%M%S") SNAPRELEASE := $(RELEASE)$(TIMESTAMP) |