Bug 434765 - unspecified macro used
Summary: unspecified macro used
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Fedora
Classification: Fedora
Component: jython
Version: rawhide
Hardware: All
OS: Linux
low
low
Target Milestone: ---
Assignee: Andrew Overholt
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2008-02-25 11:13 UTC by Florian La Roche
Modified: 2018-04-11 07:03 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2008-06-04 19:44:21 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

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.


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