resolves: #717484 - Enable profiling data support.
authorAndreas Schneider <asn@redhat.com>
Wed, 4 Sep 2013 12:56:30 +0000 (14:56 +0200)
committerAndreas Schneider <asn@redhat.com>
Wed, 4 Sep 2013 12:56:30 +0000 (14:56 +0200)
samba.spec

index 1bd564fb4178d9012de03b150ade6c2efe97b795..307c798610c6d414b68e44d240c279e893956c27 100644 (file)
@@ -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 <asn@redhat.com> - 2:4.1.0-0.6
+- resolves: #717484 - Enable profiling data support.
+
 * Thu Aug 22 2013 - Guenther Deschner <gdeschner@redhat.com> - 2:4.1.0-0.5
 - resolves: #996160 - Fix winbind with trusted domains.