diff options
author | François Andriot <albator78@libertysurf.fr> | 2015-11-06 22:58:52 +0100 |
---|---|---|
committer | François Andriot <albator78@libertysurf.fr> | 2015-11-06 22:58:52 +0100 |
commit | 10d8be91c9ba6a6360c6ac9ee818408c42c0663b (patch) | |
tree | 0e031e1bcdb92464df31fae42277ac2901637326 /redhat/Makefile.r14 | |
parent | 83ce89c88e6c8ccbff7fd65fbaa2c87d706feb28 (diff) | |
download | tde-packaging-10d8be91c9ba6a6360c6ac9ee818408c42c0663b.tar.gz tde-packaging-10d8be91c9ba6a6360c6ac9ee818408c42c0663b.zip |
RPM packaging: updates dependencies for 14.0.2
Diffstat (limited to 'redhat/Makefile.r14')
-rw-r--r-- | redhat/Makefile.r14 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/redhat/Makefile.r14 b/redhat/Makefile.r14 index f9e894c98..71f42c3da 100644 --- a/redhat/Makefile.r14 +++ b/redhat/Makefile.r14 @@ -1,7 +1,7 @@ SHELL := /bin/bash PACKAGING_DIR := $(shell cd ..; pwd) PATH := $(PATH):$(shell pwd)/build -TDE_VERSION := 14.0.0 +TDE_VERSION := 14.0.2 buildpkg = \ @echo "Now processing '$(1)' [from $(PACKAGING_DIR)]."; \ |