From c15c906113457a80a22ac02b9cd27f8629c369fe Mon Sep 17 00:00:00 2001 From: Neha Gupta Date: Fri, 15 Jun 2018 14:45:10 +0530 Subject: [PATCH] rel_prep/1.6.3-4 Signed-off-by: Neha Gupta --- Makefile | 2 +- tendrl-ui.spec | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 556aedc7..6c8457d6 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ # store the current working directory NAME := tendrl-ui VERSION := 1.6.3 -RELEASE := 3 +RELEASE := 4 COMMIT := $(shell git rev-parse HEAD) SHORTCOMMIT := $(shell echo $(COMMIT) | cut -c1-7) diff --git a/tendrl-ui.spec b/tendrl-ui.spec index 7496e96d..6d82deb3 100644 --- a/tendrl-ui.spec +++ b/tendrl-ui.spec @@ -1,6 +1,6 @@ Name: tendrl-ui Version: 1.6.3 -Release: 3%{?dist} +Release: 4%{?dist} BuildArch: noarch Summary: GUI for Tendrl License: LGPLv2+ @@ -37,6 +37,9 @@ cp -a ./dist/* $RPM_BUILD_ROOT/%{_localstatedir}/www/tendrl/ %license LICENSE %changelog +* Fri Jun 15 2018 Neha Gupta - 1.6.3-4 +- Bugfixes (https://github.com/Tendrl/ui/milestone/7) + * Tue May 29 2018 Neha Gupta - 1.6.3-3 - Bugfixes (https://github.com/Tendrl/ui/milestone/6)