Apply the DEBUG patch
This commit is contained in:
parent
5e5f8378f9
commit
873866aafc
10
samba.spec
10
samba.spec
@ -6,7 +6,7 @@
|
|||||||
# ctdb is enabled by default, you can disable it with: --without clustering
|
# ctdb is enabled by default, you can disable it with: --without clustering
|
||||||
%bcond_without clustering
|
%bcond_without clustering
|
||||||
|
|
||||||
%define main_release 3
|
%define main_release 4
|
||||||
|
|
||||||
%define samba_version 4.2.0
|
%define samba_version 4.2.0
|
||||||
%define talloc_version 2.1.1
|
%define talloc_version 2.1.1
|
||||||
@ -204,6 +204,10 @@ BuildRequires: ldb-tools
|
|||||||
%filter_setup
|
%filter_setup
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
### Patches
|
||||||
|
Patch0001: samba-4.2.0rc3-fix_debug_macro.patch
|
||||||
|
|
||||||
### SAMBA
|
### SAMBA
|
||||||
%description
|
%description
|
||||||
Samba is the standard Windows interoperability suite of programs for Linux and Unix.
|
Samba is the standard Windows interoperability suite of programs for Linux and Unix.
|
||||||
@ -591,6 +595,7 @@ and use CTDB instead.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n samba-%{version}%{pre_release}
|
%setup -q -n samba-%{version}%{pre_release}
|
||||||
|
%patch0001 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%global _talloc_lib ,talloc,pytalloc,pytalloc-util
|
%global _talloc_lib ,talloc,pytalloc,pytalloc-util
|
||||||
@ -1834,6 +1839,9 @@ rm -rf %{buildroot}
|
|||||||
%endif # with_clustering_support
|
%endif # with_clustering_support
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Jan 09 2015 Stephen Gallagher <sgallagh@redhat.com> 4.2.0-0.4.rc3
|
||||||
|
- Apply the DEBUG patch
|
||||||
|
|
||||||
* Fri Jan 09 2015 Andreas Schneider <asn@redhat.com> - 4.2.0-0.3.rc3
|
* Fri Jan 09 2015 Andreas Schneider <asn@redhat.com> - 4.2.0-0.3.rc3
|
||||||
- Fix issues with conflicting DEBUG macros.
|
- Fix issues with conflicting DEBUG macros.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user