diff options
author | Aravinda VK <avishwan@redhat.com> | 2019-02-21 11:25:55 +0530 |
---|---|---|
committer | Amar Tumballi <amarts@redhat.com> | 2019-02-25 15:30:19 +0000 |
commit | cd68f7b88b9a2c9a4e4ff9fca61517384e54130a (patch) | |
tree | a3ce6f600e594e024c601aeef1c61669c51278a6 /glusterfs.spec.in | |
parent | b2081cd8856a725c89c4d97b1399c589780b467a (diff) |
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 <avishwan@redhat.com>
Diffstat (limited to 'glusterfs.spec.in')
-rw-r--r-- | glusterfs.spec.in | 5 |
1 files changed, 4 insertions, 1 deletions
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 <avishwan@redhat.com> +- Renamed events package to gfevents + * Thu Feb 21 2019 Jiffin Tony Thottan <jthottan@redhat.com> - Obsoleting gluster-gnfs package |