Bug 177015

Summary: spec file bugs build dependencies and newer version
Product: [Fedora] Fedora Reporter: Levente Farkas <lfarkas>
Component: sambaAssignee: Simo Sorce <ssorce>
Status: CLOSED RAWHIDE QA Contact: David Lawrence <dkl>
Severity: medium Docs Contact:
Priority: medium    
Version: rawhide   
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2007-03-26 15:14:43 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Levente Farkas 2006-01-05 10:47:11 UTC
Description of problem:
first of all there is a newer 3.0.21a upstream version which fixes many bug so
it'd be useful to update to this version.
another note that autoconf missing from the BuildRequires.
i try to update the spec file, but there are two problems.
samba-3.0.20pre1-smbspool.patch
this seems to me no longer required.
samba-3.0.21a-warnings.patch
there are many warnings patched upstream, but it seems there are many which not
and it takes so long to select them so i finally give it up and simple do not
apply this patch.

Version-Release number of selected component (if applicable):


How reproducible:


Steps to Reproduce:
1.
2.
3.
  
Actual results:


Expected results:


Additional info:

Comment 1 Levente Farkas 2006-01-05 11:51:45 UTC
hi,
another bug in the current spec file is in the %files common section
%{_mandir}/man8/pam_winbind.8*
%{_mandir}/man8/libsmbclient.8*
should have to be:
%{_mandir}/man7/pam_winbind.7*
%{_mandir}/man7/libsmbclient.7*
yours.


Comment 2 Simo Sorce 2007-03-26 15:14:43 UTC
Fixed in current release (rahide,fc5,fc6), thanks for the bug report.