resolves: #717484 - Enable profiling data support.
This commit is contained in:
parent
7d1a612333
commit
0fc9d86f52
10
samba.spec
10
samba.spec
@ -1,7 +1,7 @@
|
|||||||
# Set --with testsuite or %bcond_without to run the Samba torture testsuite.
|
# Set --with testsuite or %bcond_without to run the Samba torture testsuite.
|
||||||
%bcond_with testsuite
|
%bcond_with testsuite
|
||||||
|
|
||||||
%define main_release 5
|
%define main_release 6
|
||||||
|
|
||||||
%define samba_version 4.1.0
|
%define samba_version 4.1.0
|
||||||
%define talloc_version 2.0.8
|
%define talloc_version 2.0.8
|
||||||
@ -28,6 +28,8 @@
|
|||||||
%global with_internal_ntdb 1
|
%global with_internal_ntdb 1
|
||||||
%global with_internal_ldb 0
|
%global with_internal_ldb 0
|
||||||
|
|
||||||
|
%global with_profiling 1
|
||||||
|
|
||||||
%global with_mitkrb5 1
|
%global with_mitkrb5 1
|
||||||
%global with_dc 0
|
%global with_dc 0
|
||||||
|
|
||||||
@ -508,6 +510,9 @@ LDFLAGS="-Wl,-z,relro,-z,now" \
|
|||||||
--with-cluster-support \
|
--with-cluster-support \
|
||||||
--enable-old-ctdb \
|
--enable-old-ctdb \
|
||||||
%endif
|
%endif
|
||||||
|
%if %with_profiling
|
||||||
|
--with-profiling-data \
|
||||||
|
%endif
|
||||||
%if %{with testsuite}
|
%if %{with testsuite}
|
||||||
--enable-selftest \
|
--enable-selftest \
|
||||||
%endif
|
%endif
|
||||||
@ -1465,6 +1470,9 @@ rm -rf %{buildroot}
|
|||||||
%{_mandir}/man7/winbind_krb5_locator.7*
|
%{_mandir}/man7/winbind_krb5_locator.7*
|
||||||
|
|
||||||
%changelog
|
%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
|
* Thu Aug 22 2013 - Guenther Deschner <gdeschner@redhat.com> - 2:4.1.0-0.5
|
||||||
- resolves: #996160 - Fix winbind with trusted domains.
|
- resolves: #996160 - Fix winbind with trusted domains.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user