Fix manpage correctness.

resolves: #948509

Guenther
This commit is contained in:
Günther Deschner 2013-11-19 16:22:26 +01:00
parent 3a15751af7
commit 0682cb8494
2 changed files with 4252 additions and 1 deletions

4246
samba-4.1.2-doc.patch Normal file

File diff suppressed because it is too large Load Diff

View File

@ -1,7 +1,7 @@
# Set --with testsuite or %bcond_without to run the Samba torture testsuite.
%bcond_with testsuite
%define main_release 2
%define main_release 3
%define samba_version 4.1.1
%define talloc_version 2.0.8
@ -88,6 +88,7 @@ Source201: README.downgrade
Patch0: samba-4.1.1-Fix-memset-in-ntdb.patch
Patch1: samba-4.1.0-upn.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)
@ -493,6 +494,7 @@ module necessary to communicate to the Winbind Daemon
%patch0 -p1 -b .samba-4.1.1-Fix-memset-in-ntdb.patch
%patch1 -p1 -b .samba-4.1.0-upn.patch
%patch2 -p1 -b .samba-4.1.2-fix_strict_aliasing.patch
%patch3 -p1 -b .samba-4.1.2-doc.patch
%build
%global _talloc_lib ,talloc,pytalloc,pytalloc-util
@ -1544,6 +1546,9 @@ rm -rf %{buildroot}
%{_mandir}/man8/pam_winbind.8*
%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
- related: #884169 - Fix strict aliasing warnings.