Fix tevent incompatibility issue
resolves: 1375973
This commit is contained in:
parent
e1db6e2ff0
commit
b5ac765019
1597
samba-4.5-fix_tevent_abi_issues.patch
Normal file
1597
samba-4.5-fix_tevent_abi_issues.patch
Normal file
File diff suppressed because it is too large
Load Diff
@ -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 2
|
%define main_release 3
|
||||||
|
|
||||||
%define samba_version 4.5.0
|
%define samba_version 4.5.0
|
||||||
%define talloc_version 2.1.8
|
%define talloc_version 2.1.8
|
||||||
@ -107,6 +107,8 @@ Source6: samba.pamd
|
|||||||
Source200: README.dc
|
Source200: README.dc
|
||||||
Source201: README.downgrade
|
Source201: README.downgrade
|
||||||
|
|
||||||
|
Patch0: samba-4.5-fix_tevent_abi_issues.patch
|
||||||
|
|
||||||
BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
|
BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
|
||||||
|
|
||||||
Requires(pre): /usr/sbin/groupadd
|
Requires(pre): /usr/sbin/groupadd
|
||||||
@ -689,6 +691,8 @@ and use CTDB instead.
|
|||||||
%prep
|
%prep
|
||||||
%setup -q -n samba-%{version}%{pre_release}
|
%setup -q -n samba-%{version}%{pre_release}
|
||||||
|
|
||||||
|
%patch0 -p1 -b .samba-4.5-fix_tevent_abi_issues.patch
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%global _talloc_lib ,talloc,pytalloc,pytalloc-util
|
%global _talloc_lib ,talloc,pytalloc,pytalloc-util
|
||||||
%global _tevent_lib ,tevent,pytevent
|
%global _tevent_lib ,tevent,pytevent
|
||||||
@ -1997,6 +2001,9 @@ rm -rf %{buildroot}
|
|||||||
%endif # with_clustering_support
|
%endif # with_clustering_support
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Oct 17 2016 Andreas Schneider <asn@redhat.com> - 4.5.0-3
|
||||||
|
- resolves: 1375973 - Fix tevent incompatibility issue
|
||||||
|
|
||||||
* Wed Sep 14 2016 Guenther Deschner <gdeschner@redhat.com> - 4.5.0-2
|
* Wed Sep 14 2016 Guenther Deschner <gdeschner@redhat.com> - 4.5.0-2
|
||||||
- Fix smbspool alternatives handling during samba-client uninstall
|
- Fix smbspool alternatives handling during samba-client uninstall
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user