From 35a7006c92623961b0eb4cf6eea939deb327f375 Mon Sep 17 00:00:00 2001 From: fenlason Date: Tue, 9 Nov 2004 21:39:32 +0000 Subject: [PATCH] Fix docs. --- samba.spec | 13 ++++++++++++- sources | 1 + 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/samba.spec b/samba.spec index 9fc3219..42b839c 100644 --- a/samba.spec +++ b/samba.spec @@ -3,7 +3,7 @@ Summary: The Samba SMB server. Name: samba Version: 3.0.8 -Release: 2 +Release: 3 Epoch: 0 License: GNU GPL Version 2 Group: System Environment/Daemons @@ -22,6 +22,8 @@ Source5: smb.init Source6: samba.pamd Source7: smbprint Source8: winbind.init +# Oops. This won't be needed for 3.0.9 +Source9: http://samba.org/~samba-bugs/docs/samba-docs-latest.tar.bz2 # Don't depend on Net::LDAP Source999: filter-requires-samba.sh @@ -104,6 +106,10 @@ cp %{SOURCE6} packaging/RedHat/ cp %{SOURCE7} packaging/RedHat/ cp %{SOURCE8} packaging/RedHat/winbind.init +rm -r docs +tar xjf %{SOURCE9} +mv samba-docs-build-277 docs + %patch1 -p1 -b .smbw %patch2 -p1 -b .pipedir %patch3 -p1 -b .logfiles @@ -458,6 +464,11 @@ fi #%lang(ja) %{_mandir}/ja/man8/smbpasswd.8* %changelog +* Tue Nov 9 2004 Jay Fenlason 3.0.8-3 +- Include the corrected docs tarball, and use it instead of the + obsolete docs from the upstream 3.0.8 tarball. +- Update the logfiles patch to work with the updated docs. + * Mon Nov 8 2004 Jay Fenlason 3.0.8-2 - New upstream version fixes CAN-2004-0930. This obsoletes the disable-sendfile, salt, signing-shortkey and fqdn patches. diff --git a/sources b/sources index c960c2d..0641955 100644 --- a/sources +++ b/sources @@ -1 +1,2 @@ 7088483c858ac362d302acc0c2a1d431 samba-3.0.8.tar.gz +f44d43bb6494338cf4bda3ea6c297588 samba-docs-latest.tar.bz2