Bug 115971
| Summary: | epoch typo in requirements of samba and samba-client | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Kaj J. Niemi <kajtzu> |
| Component: | samba | Assignee: | Jay Fenlason <fenlason> |
| Status: | CLOSED RAWHIDE | QA Contact: | David Lawrence <dkl> |
| Severity: | medium | Docs Contact: | |
| Priority: | high | ||
| Version: | rawhide | CC: | 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 | ||
% 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
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.
Epoch itself isn't defined however. % 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
3.0.2a RPMS that fix this problem have just been built for rawhide. They should be avaliable soon. |
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