Add 60.ganesha to what gets installed by make install as well as by the RPM
[sahlberg/ctdb.git] / packaging / RPM / ctdb.spec.in
index 8f5577943b4bc08977794d54df786e975de63fb4..2b58e20ebb4a78e40309270b82a418a2d3dff56d 100644 (file)
@@ -3,7 +3,7 @@ Name: ctdb
 Summary: Clustered TDB
 Vendor: Samba Team
 Packager: Samba Team <samba@samba.org>
-Version: 1.2.11
+Version: 1.2.13
 Release: 1GITHASH
 Epoch: 0
 License: GNU GPL version 3
@@ -107,6 +107,7 @@ rm -rf $RPM_BUILD_ROOT
 %{_sysconfdir}/ctdb/events.d/41.httpd
 %{_sysconfdir}/ctdb/events.d/50.samba
 %{_sysconfdir}/ctdb/events.d/60.nfs
+%{_sysconfdir}/ctdb/events.d/60.ganesha
 %{_sysconfdir}/ctdb/events.d/62.cnfs
 %{_sysconfdir}/ctdb/events.d/70.iscsi
 %{_sysconfdir}/ctdb/events.d/91.lvs
@@ -142,6 +143,11 @@ development libraries for ctdb
 %{_libdir}/libctdb.a
 
 %changelog
+* Fri Dec 3 2010 : Version 1.2.13
+ - Fix a bug with the script autostart feature.
+   Dont try to start samba during the init event
+* Mon Nov 29 2010 : Version 1.2.12
+ - If we are no longer natgw master, tell winbind to recycle the socket.
 * Mon Nov 22 2010 : Version 1.2.11
  - Fix bugs in the evenstcripts where we are supposed to automatically
    start/stop services when CTDB_MANAGES_* changes, and we were not.