parent
3a15751af7
commit
0682cb8494
4246
samba-4.1.2-doc.patch
Normal file
4246
samba-4.1.2-doc.patch
Normal file
File diff suppressed because it is too large
Load Diff
@ -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 2
|
%define main_release 3
|
||||||
|
|
||||||
%define samba_version 4.1.1
|
%define samba_version 4.1.1
|
||||||
%define talloc_version 2.0.8
|
%define talloc_version 2.0.8
|
||||||
@ -88,6 +88,7 @@ Source201: README.downgrade
|
|||||||
Patch0: samba-4.1.1-Fix-memset-in-ntdb.patch
|
Patch0: samba-4.1.1-Fix-memset-in-ntdb.patch
|
||||||
Patch1: samba-4.1.0-upn.patch
|
Patch1: samba-4.1.0-upn.patch
|
||||||
Patch2: samba-4.1.2-fix_strict_aliasing.patch
|
Patch2: samba-4.1.2-fix_strict_aliasing.patch
|
||||||
|
Patch3: samba-4.1.2-doc.patch
|
||||||
|
|
||||||
BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
|
BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
|
||||||
|
|
||||||
@ -493,6 +494,7 @@ module necessary to communicate to the Winbind Daemon
|
|||||||
%patch0 -p1 -b .samba-4.1.1-Fix-memset-in-ntdb.patch
|
%patch0 -p1 -b .samba-4.1.1-Fix-memset-in-ntdb.patch
|
||||||
%patch1 -p1 -b .samba-4.1.0-upn.patch
|
%patch1 -p1 -b .samba-4.1.0-upn.patch
|
||||||
%patch2 -p1 -b .samba-4.1.2-fix_strict_aliasing.patch
|
%patch2 -p1 -b .samba-4.1.2-fix_strict_aliasing.patch
|
||||||
|
%patch3 -p1 -b .samba-4.1.2-doc.patch
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%global _talloc_lib ,talloc,pytalloc,pytalloc-util
|
%global _talloc_lib ,talloc,pytalloc,pytalloc-util
|
||||||
@ -1544,6 +1546,9 @@ rm -rf %{buildroot}
|
|||||||
%{_mandir}/man8/pam_winbind.8*
|
%{_mandir}/man8/pam_winbind.8*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Nov 18 2013 - Guenther Deschner <gdeschner@redhat.com> - 4.1.1-3
|
||||||
|
- resolves: #948509 - Fix manpage correctness.
|
||||||
|
|
||||||
* Fri Nov 15 2013 - Andreas Schneider <asn@redhat.com> - 4.1.1-2
|
* Fri Nov 15 2013 - Andreas Schneider <asn@redhat.com> - 4.1.1-2
|
||||||
- related: #884169 - Fix strict aliasing warnings.
|
- related: #884169 - Fix strict aliasing warnings.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user