Note: This is a public test instance of Red Hat Bugzilla. The data contained within is a snapshot of the live data so any changes you make will not be reflected in the production Bugzilla. Email is disabled so feel free to test any aspect of the site that you want. File any problems you find or give feedback at bugzilla.redhat.com.
Bug 115971 - epoch typo in requirements of samba and samba-client
Summary: epoch typo in requirements of samba and samba-client
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: samba
Version: rawhide
Hardware: All
OS: Linux
high
medium
Target Milestone: ---
Assignee: Jay Fenlason
QA Contact: David Lawrence
URL:
Whiteboard:
Depends On:
Blocks: FC2Blocker
TreeView+ depends on / blocked
 
Reported: 2004-02-17 12:33 UTC by Kaj J. Niemi
Modified: 2014-08-31 23:25 UTC (History)
2 users (show)

Fixed In Version: 3.0.2a-1
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2004-02-17 22:26:32 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

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.


Note You need to log in before you can comment on or make changes to this bug.