From d062acc7b3889b4e3af55f76664ba1613a1b1b9e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=BCnther=20Deschner?= Date: Tue, 28 May 2019 12:15:15 +0200 Subject: [PATCH] Add missing /etc/ctdb/events/legacy directory Guenther --- samba.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/samba.spec b/samba.spec index 0a0d0dd..45959ec 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 0 +%define main_release 1 %define samba_version 4.10.4 %define talloc_version 2.1.16 @@ -2574,6 +2574,7 @@ fi # CTDB scripts, no config files # script with executable bit means activated %dir %{_sysconfdir}/ctdb/events +%dir %{_sysconfdir}/ctdb/events/legacy %dir %{_sysconfdir}/ctdb/events/notification %{_sysconfdir}/ctdb/events/notification/README @@ -3431,6 +3432,9 @@ fi %endif # with_clustering_support %changelog +* Tue May 28 2019 Guenther Deschner - 4.10.4-1 +- Add missing /etc/ctdb/events/legacy directory + * Wed May 22 2019 Guenther Deschner - 4.10.4-0 - Update to Samba 4.10.4