From 0fc9d86f52a0e60dc478613b94d58d674392c05e Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Wed, 4 Sep 2013 14:56:30 +0200 Subject: [PATCH] resolves: #717484 - Enable profiling data support. --- samba.spec | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/samba.spec b/samba.spec index 1bd564f..307c798 100644 --- a/samba.spec +++ b/samba.spec @@ -1,7 +1,7 @@ # Set --with testsuite or %bcond_without to run the Samba torture testsuite. %bcond_with testsuite -%define main_release 5 +%define main_release 6 %define samba_version 4.1.0 %define talloc_version 2.0.8 @@ -28,6 +28,8 @@ %global with_internal_ntdb 1 %global with_internal_ldb 0 +%global with_profiling 1 + %global with_mitkrb5 1 %global with_dc 0 @@ -508,6 +510,9 @@ LDFLAGS="-Wl,-z,relro,-z,now" \ --with-cluster-support \ --enable-old-ctdb \ %endif +%if %with_profiling + --with-profiling-data \ +%endif %if %{with testsuite} --enable-selftest \ %endif @@ -1465,6 +1470,9 @@ rm -rf %{buildroot} %{_mandir}/man7/winbind_krb5_locator.7* %changelog +* Wed Sep 04 2013 - Andreas Schneider - 2:4.1.0-0.6 +- resolves: #717484 - Enable profiling data support. + * Thu Aug 22 2013 - Guenther Deschner - 2:4.1.0-0.5 - resolves: #996160 - Fix winbind with trusted domains.