From 873866aafc51e826f41e33f8533fc8ed092767e8 Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Fri, 9 Jan 2015 12:35:50 -0500 Subject: [PATCH] Apply the DEBUG patch --- samba.spec | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/samba.spec b/samba.spec index 782590c..a567299 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 3 +%define main_release 4 %define samba_version 4.2.0 %define talloc_version 2.1.1 @@ -204,6 +204,10 @@ BuildRequires: ldb-tools %filter_setup } + +### Patches +Patch0001: samba-4.2.0rc3-fix_debug_macro.patch + ### SAMBA %description Samba is the standard Windows interoperability suite of programs for Linux and Unix. @@ -591,6 +595,7 @@ and use CTDB instead. %prep %setup -q -n samba-%{version}%{pre_release} +%patch0001 -p1 %build %global _talloc_lib ,talloc,pytalloc,pytalloc-util @@ -1834,6 +1839,9 @@ rm -rf %{buildroot} %endif # with_clustering_support %changelog +* Fri Jan 09 2015 Stephen Gallagher 4.2.0-0.4.rc3 +- Apply the DEBUG patch + * Fri Jan 09 2015 Andreas Schneider - 4.2.0-0.3.rc3 - Fix issues with conflicting DEBUG macros.