File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 11NAME := tendrl-api
22VERSION := 1.6.3
3- RELEASE := 6
3+ RELEASE := 7
44COMMIT := $(shell git rev-parse HEAD)
55SHORTCOMMIT := $(shell echo $(COMMIT ) | cut -c1-7)
66
Original file line number Diff line number Diff line change 1010
1111Name: %{name }
1212Version: 1.6.3
13- Release: 6 %{?dist }
13+ Release: 7 %{?dist }
1414Summary: Collection of tendrl api extensions
1515Group: Development/Languages
1616License: LGPLv2+
@@ -129,6 +129,9 @@ systemctl enable tendrl-api >/dev/null 2>&1 || :
129129%config(noreplace) %{_sysconfdir }/httpd/conf.d/tendrl.conf
130130
131131%changelog
132+ *
Fri Jul 27 2018 Shirshendu Mukherjee <[email protected] > -
1.6.3-7 133+ - Bugfix for recursion when non-json 'data' attr is present
134+
132135*
Wed Jul 04 2018 Shirshendu Mukherjee <[email protected] > -
1.6.3-6 133136- Restrict username length to 20 chars
134137
You can’t perform that action at this time.
0 commit comments