[PATCH 2/3] Add release number to the result of getAnacondaVersion

Vratislav Podzimek vpodzime at redhat.com
Wed Apr 3 11:13:52 UTC 2013


python-meh can make use of it and it only adds a piece of information to logs.

Signed-off-by: Vratislav Podzimek <vpodzime at redhat.com>
---
 pyanaconda/isys/Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pyanaconda/isys/Makefile.am b/pyanaconda/isys/Makefile.am
index 35e9206..adffcbb 100644
--- a/pyanaconda/isys/Makefile.am
+++ b/pyanaconda/isys/Makefile.am
@@ -25,7 +25,7 @@ ISYS_SRCS = devices.c lang.c \
 
 dist_noinst_HEADERS = *.h
 
-ISYS_CFLAGS = -DVERSION='"$(PACKAGE_VERSION)"' \
+ISYS_CFLAGS = -DVERSION='"$(PACKAGE_VERSION)-$(PACKAGE_RELEASE)"' \
               $(NETWORKMANAGER_CFLAGS) $(LIBNL_CFLAGS) $(LIBNM_GLIB_CFLAGS) \
               $(SELINUX_CFLAGS)
 ISYS_LIBS   = $(RESOLV_LIBS) $(ZLIB_LIBS) \
-- 
1.7.11.7



More information about the anaconda-patches mailing list