diff options
author | Matt Wilson <msw@redhat.com> | 2000-08-03 15:34:48 +0000 |
---|---|---|
committer | Matt Wilson <msw@redhat.com> | 2000-08-03 15:34:48 +0000 |
commit | 15de699d8ea9d8d80b9f3fffdb27cc4aa5a12210 (patch) | |
tree | 6c602df5c3fc6b2f4216b783dbf573e12c3e7e80 | |
parent | 96636cdc9061426030e2c999c4f7af4364cb5b94 (diff) | |
download | anaconda-15de699d8ea9d8d80b9f3fffdb27cc4aa5a12210.tar.gz anaconda-15de699d8ea9d8d80b9f3fffdb27cc4aa5a12210.tar.xz anaconda-15de699d8ea9d8d80b9f3fffdb27cc4aa5a12210.zip |
do date tagging
-rw-r--r-- | Makefile | 3 | ||||
-rw-r--r-- | anaconda.spec.in | 2 |
2 files changed, 3 insertions, 2 deletions
@@ -1,6 +1,7 @@ include Makefile.inc VERSION = 7.0 +DATE = $(shell date "+%Y%m%d%H%m") SUBDIRSHD = balkan isys libfdisk collage loader po text-help \ minislang textw utils scripts bootdisk installclasses \ @@ -78,7 +79,7 @@ create-archive: @cd /tmp ; cvs -Q -d $(CVSROOT) export -r HEAD anaconda || echo "Um... export aborted." @cd /tmp/anaconda ; rm isys/modutils/modutils.spec @cd /tmp/anaconda ; rm -rf comps - @cd /tmp/anaconda ; sed -e "s/@@VERSION@@/$(VERSION)/g" < anaconda.spec.in > anaconda.spec + @cd /tmp/anaconda ; sed -e "s/@@VERSION@@/$(VERSION)/g" -e "s/@@DATE@@/$(DATE)/g" < anaconda.spec.in > anaconda.spec @mv /tmp/anaconda /tmp/anaconda-$(VERSION) @cd /tmp ; tar -czSpf anaconda-$(VERSION).tar.gz anaconda-$(VERSION) @rm -rf /tmp/anaconda-$(VERSION) diff --git a/anaconda.spec.in b/anaconda.spec.in index adf443435..b8872b118 100644 --- a/anaconda.spec.in +++ b/anaconda.spec.in @@ -1,6 +1,6 @@ Name: anaconda Version: @@VERSION@@ -Release: 1.003 +Release: 0.@@DATE@@ Copyright: GPL Summary: The Red Hat Linux installer. Group: Applications/System |