Bug 115971

Summary: epoch typo in requirements of samba and samba-client
Product: [Fedora] Fedora Reporter: Kaj J. Niemi <kajtzu>
Component: sambaAssignee: Jay Fenlason <fenlason>
Status: CLOSED RAWHIDE QA Contact: David Lawrence <dkl>
Severity: medium Docs Contact:
Priority: high    
Version: rawhideCC: gczarcinski, jfeeney
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: 3.0.2a-1 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2004-02-17 22:26:32 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:
Bug Depends On:    
Bug Blocks: 114961    

Description Kaj J. Niemi 2004-02-17 12:33:41 UTC
Description of problem:

% sudo rpm -Fvh samba*
error: Failed dependencies:
        samba-common = %{epoch}:3.0.2 is needed by samba-3.0.2-7
        samba-common = %{epoch}:3.0.2 is needed by samba-client-3.0.2-7

Comment 1 Kaj J. Niemi 2004-02-17 12:34:19 UTC
% rpm -qp --requires samba-3.0.2-7.i386.rpm|egrep samba
config(samba) = 3.0.2-7
samba-common = %{epoch}:3.0.2

% rpm -qp --requires samba-client-3.0.2-7.i386.rpm|egrep samba
samba-common = %{epoch}:3.0.2


Comment 2 Gene Czarcinski 2004-02-17 22:02:58 UTC
Not a "typo" ... the source code explicitly has added %{epoch} to the
requires.  Either a) rpm does not work that way or b) rpm is broken.

Comment 3 Kaj J. Niemi 2004-02-17 22:10:20 UTC
Epoch itself isn't defined however.

Comment 4 Kaj J. Niemi 2004-02-17 22:13:15 UTC
% rpm -qp --qf "%{name} %{epoch}:%{version}-%{release}\n" samba-*3.0.2-7*
samba (none):3.0.2-7
samba-client (none):3.0.2-7
samba-common (none):3.0.2-7
samba-swat (none):3.0.2-7



Comment 5 Jay Fenlason 2004-02-17 22:26:32 UTC
3.0.2a RPMS that fix this problem have just been built for rawhide. 
They should be avaliable soon.