Bug 247810

Summary: qalculate-gtk 0.9.5 will not run with upgraded libqalculate 0.9.6
Product: [Fedora] Fedora Reporter: Mark Knoop <mark>
Component: libqalculateAssignee: Deji Akingunola <dakingun>
Status: CLOSED NEXTRELEASE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: low    
Version: 7   
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-07-11 15:35:41 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 Mark Knoop 2007-07-11 15:16:46 UTC
Description of problem:
libqalculate-0.9.6-1.fc7 is available and was updated by "yum update" without
requiring that qalculate-gtk 0.9.6 is available. qalculate-gtk dies with a
segmentation fault if run after updating libqalculate. Installing the built, but
not yet pushed qalculate-gtk-0.9.6-1.fc7.i386.rpm from koji solves the problem.
It seems there is a missing Requires in one of these packages.

Version-Release number of selected component (if applicable):
libqalculate-0.9.6-1.fc7
qalculate-gtk-0.9.5-1.fc7

How reproducible:
100%

Steps to Reproduce:
1. have qalculate-gtk, libqalculate 0.9.5 installed
2. yum update
3. try to run qalculate-gtk
  
Actual results:
Segmentation Fault

Comment 1 Deji Akingunola 2007-07-11 15:24:01 UTC
qalculate-gtk-0.9.6 is currently in updates-testing, it should be pushed to
stable updates repo soon-ish.

Comment 2 Mark Knoop 2007-07-11 15:31:05 UTC
OK, but surely rpm/yum should not upgrade libqalculate before qalculate-gtk is
available. Perhaps "Conflicts: qalculate-gtk < 0.9.6" is needed?

Comment 3 Deji Akingunola 2007-07-11 15:35:41 UTC
(In reply to comment #2)
> OK, but surely rpm/yum should not upgrade libqalculate before qalculate-gtk is
> available. Perhaps "Conflicts: qalculate-gtk < 0.9.6" is needed?
Noted, will address this in a future update. Thanks