Lets change the version in only one place. --- Makefile | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Makefile b/Makefile index 9b15efd..162bd90 100644 --- a/Makefile +++ b/Makefile @@ -8,7 +8,7 @@ PYVER := $(shell python -c "import sys; print sys.version[0:3]") CFLAGS := -g -I/usr/include/python$(PYVER) -Wall -Werror -fPIC LDFLAGS := -shared -VERSION = 0.34 +VERSION := $(shell awk '/Version:/ { print $$2 }' python-pyblock.spec) USESELINUX = 1 dm_LIBS = dmraid z devmapper -- 1.6.0.6 _______________________________________________ Anaconda-devel-list mailing list Anaconda-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/anaconda-devel-list