diff options
Diffstat (limited to 'glusterfs.spec.in')
-rw-r--r-- | glusterfs.spec.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/glusterfs.spec.in b/glusterfs.spec.in index 8325b44c409..78970964172 100644 --- a/glusterfs.spec.in +++ b/glusterfs.spec.in @@ -1054,6 +1054,9 @@ fi %dir %attr(0755,-,-) %{_sharedstatedir}/glusterd/hooks/1/start/post %dir %attr(0755,-,-) %{_sharedstatedir}/glusterd/hooks/1/stop %dir %attr(0755,-,-) %{_sharedstatedir}/glusterd/hooks/1/stop/pre +#snap_scheduler +install -p -m 0744 extras/snap_scheduler/snap_scheduler.py %{_sbindir}/ +install -p -m 0744 extras/snap_scheduler/gcron.py %{_sbindir}/ %ghost %attr(0644,-,-) %config(noreplace) %{_sharedstatedir}/glusterd/glusterd.info %ghost %attr(0600,-,-) %{_sharedstatedir}/glusterd/options @@ -1101,6 +1104,9 @@ fi * Tue Mar 03 2015 Aravinda VK <avishwan@redhat.com> - Included glusterfind files as part of server package. +* Sun Mar 1 2015 Avra Sengupta <asengupt@redhat.com> +- Added installation of snap-scheduler + * Thu Feb 26 2015 Kaleb S. KEITHLEY <kkeithle@redhat.com> - enable cmocka unittest support only when asked for (#1067059) |