Bug 439675 - qct-mercurial missing dependency on qct
Summary: qct-mercurial missing dependency on qct
Keywords:
Status: CLOSED NEXTRELEASE
Alias: None
Product: Fedora
Classification: Fedora
Component: qct
Version: rawhide
Hardware: All
OS: Linux
low
low
Target Milestone: ---
Assignee: Neal Becker
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2008-03-30 09:51 UTC by Scott Tsai
Modified: 2009-04-01 23:52 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2009-04-01 23:52:05 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Scott Tsai 2008-03-30 09:51:40 UTC
Description of problem:
qct-mercurial missing dependency on qct

Version-Release number of selected component (if applicable):
qct-mercurial-1.5-6.fc9.x86_64

How reproducible:
always

Steps to Reproduce:
1. yum -y install qct-mercurial
2. cd MY_HG_REPOSITORY
3. hg qct
  
Actual results:
sh: qct: command not found



Expected results:
qct commit dialog.

Additional info:

Comment 1 Bug Zapper 2008-05-14 08:26:13 UTC
Changing version to '9' as part of upcoming Fedora 9 GA.
More information and reason for this action is here:
http://fedoraproject.org/wiki/BugZappers/HouseKeeping

Comment 2 Mads Kiilerich 2009-03-31 12:48:58 UTC
Confirmed with qct-mercurial-1.7-2.fc11.i586

Fix:

--- qct.spec.org	2009-03-31 14:44:49.000000000 +0200
+++ qct.spec	2009-03-31 14:47:46.000000000 +0200
@@ -46,6 +46,7 @@
 Summary:	Mercurial plugin for qct
 Group:		Development/Tools
 Requires:	mercurial >= 0.9.5-3
+Requires:	%{name} = %{version}-%{release}
 
 %description	mercurial
 Installs qct.rc plugin for mercurial


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