Bug 434765

Summary: unspecified macro used
Product: [Fedora] Fedora Reporter: Florian La Roche <laroche>
Component: jythonAssignee: Andrew Overholt <overholt>
Status: CLOSED NOTABUG QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: low Docs Contact:
Priority: low    
Version: rawhideCC: mcepl, mcepl
Target Milestone: ---Keywords: Reopened
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2008-06-04 19:44:21 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 Florian La Roche 2008-02-25 11:13:47 UTC
Description of problem:

jython .spec file is using %{pyver} without first specifying this macro.

regards,

Florian La Roche


Version-Release number of selected component (if applicable):


How reproducible:


Steps to Reproduce:
1.
2.
3.
  
Actual results:


Expected results:


Additional info:

Comment 1 Andrew Overholt 2008-02-25 13:39:34 UTC
See the first line of the specfile:

%{expand: %%define pyver %(python -c 'import sys;print(sys.version[0:3])')}

Comment 2 Matěj Cepl 2008-03-20 08:14:17 UTC
So this should be NOTABUG, right?

Comment 3 Andrew Overholt 2008-03-20 16:22:41 UTC
Yeah, thanks Matej.

Comment 4 Florian La Roche 2008-05-25 07:14:56 UTC
This is for the src.rpm requires:

$ rpm -qp --requires jython-2.2.1-0.1.Release_2_2_1.1jpp.1.fc9.src.rpm | grep python
python >= %{pyver}

regards,

Florian La Roche

Comment 5 Andrew Overholt 2008-06-04 19:44:21 UTC
Florian:  did you see comment #1?  I really don't see how this is a bug.  Please
re-open with more information if you still believe this is a bug.