From 39c6fe7d44003f1869a371b5c2062971c4595fb6 Mon Sep 17 00:00:00 2001 From: Alexander Bokovoy Date: Wed, 26 Sep 2018 09:44:42 +0300 Subject: [PATCH] Add CTDB examples with a config migration script --- samba.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/samba.spec b/samba.spec index 2297d01..4b53e71 100644 --- a/samba.spec +++ b/samba.spec @@ -6,7 +6,7 @@ # ctdb is enabled by default, you can disable it with: --without clustering %bcond_without clustering -%define main_release 1 +%define main_release 2 %define samba_version 4.9.1 %define talloc_version 2.1.14 @@ -2939,6 +2939,7 @@ fi %if %with_clustering_support %files -n ctdb %doc ctdb/README +%doc ctdb/doc/examples # Obsolete %config(noreplace, missingok) %{_sysconfdir}/sysconfig/ctdb @@ -3815,6 +3816,9 @@ fi %endif # with_clustering_support %changelog +* Wed Sep 26 2018 Alexander Bokovoy - 4.9.1-2 +- Package ctdb/doc/examples + * Mon Sep 24 2018 Andreas Schneider - 4.9.1-1 - Update to Samba 4.9.1