Bug 961609

Summary: abrt should be able to report rawhide issues
Product: [Fedora] Fedora Reporter: Christopher Meng <i>
Component: abrtAssignee: abrt <abrt-devel-list>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: rawhideCC: abrt-devel-list, dvlasenk, iprikryl, jfilak, jmoskovc, kevin, mmilata, mtoman
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: abrt-2.1.5-2.fc20 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2013-08-06 12:29:18 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 Christopher Meng 2013-05-10 05:17:59 UTC
Here is the result when running report_Bugzilla

---

Logging into Bugzilla at https://bugzilla.redhat.com
Checking for duplicates
Creating a new bug
fatal: RPC failed at server.  There is no version named '20' in the 'Fedora' product.
('report_Bugzilla' exited with 1)

In fact there is only rawhide but not 20.

So where cause the problem?

Comment 1 Kevin Fenzi 2013-05-21 23:25:57 UTC
Fedora doesn't create a version for a new release until it's been branched off rawhide. 

Currently, rawhide is pointing to version '20', but once we branch for 20, it will point to 21. 

There needs to be some way that abrt can see that it's running on rawhide and report to rawhide. 

perhaps look at version in /etc/os-release for 'Rawhide' (as thats always it's name).

Comment 2 Jakub Filak 2013-05-22 08:04:58 UTC
(In reply to Kevin Fenzi from comment #1)

ABRT looks at the REDHAT_BUGZILLA_PRODUCT_VERSION field in /etc/os-release.
If the field is not present, ABRT takes a value of the VERSION_ID field.
I've already filed bug #961477 for this issue.

Comment 3 Kevin Fenzi 2013-05-22 14:29:23 UTC
Thanks.