Bug 1478992

Summary: Broken subpackage dependencies due to epoch bump
Product: [Fedora] Fedora Reporter: Sandro Mani <manisandro>
Component: wiresharkAssignee: Peter Hatina <phatina>
Status: CLOSED DUPLICATE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: rawhideCC: denis, huzaifas, lemenkov, msehnout, phatina, rvokal
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2017-08-08 07:45:32 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Sandro Mani 2017-08-07 16:37:31 UTC
Description of problem:
The epoch was bumped (not sure for which reason?) here [1], but the subpackage dependencies were not updated, i.e.:

Requires:	%{name} = %{version}-%{release} 

should be

Requires:	%{name} = %{epoch}:%{version}-%{release}


[1] http://pkgs.fedoraproject.org/rpms/wireshark/c/88f0a0627c334e76d0e9de698f8be44aed76205b

Version-Release number of selected component (if applicable):
wireshark-1:2.4.0-5 onwards

Comment 1 Martin Sehnoutka 2017-08-08 07:45:32 UTC
Thanks for your report. I am aware of this bug and working on a solution.

*** This bug has been marked as a duplicate of bug 1478501 ***