From cd68f7b88b9a2c9a4e4ff9fca61517384e54130a Mon Sep 17 00:00:00 2001 From: Aravinda VK Date: Thu, 21 Feb 2019 11:25:55 +0530 Subject: eventsapi: Fix Python3 compatibility issues - Fixed Relative import and non-package import related issues. - socketserver import issues fix - Renamed installed directory name to `gfevents` from `events`(To avoid any issues with other global libs) Fixes: bz#1679406 Change-Id: I3dc38bc92b23387a6dfbcc0ab8283178235bf756 Signed-off-by: Aravinda VK --- glusterfs.spec.in | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'glusterfs.spec.in') diff --git a/glusterfs.spec.in b/glusterfs.spec.in index 205b51d4bbc..1d6dd99fb1b 100644 --- a/glusterfs.spec.in +++ b/glusterfs.spec.in @@ -1374,7 +1374,7 @@ exit 0 %dir %{_sharedstatedir}/glusterd %dir %{_sharedstatedir}/glusterd/events %dir %{_libexecdir}/glusterfs - %{_libexecdir}/glusterfs/events + %{_libexecdir}/glusterfs/gfevents %{_libexecdir}/glusterfs/peer_eventsapi.py* %{_sbindir}/glustereventsd %{_sbindir}/gluster-eventsapi @@ -1387,6 +1387,9 @@ exit 0 %endif %changelog +* Sun Feb 24 2019 Aravinda VK +- Renamed events package to gfevents + * Thu Feb 21 2019 Jiffin Tony Thottan - Obsoleting gluster-gnfs package -- cgit