Opened 14 years ago

Closed 14 years ago

Last modified 14 years ago

#67 closed defect (fixed)

Incorrectly commented define in the template rpm spec

Reported by: Nikita Krupen'ko Owned by: Bruno Cornec
Priority: major Milestone: 0.10.1
Component: pb Version: 0.9.10
Keywords: Cc:

Description

I use pb version 0.9.10-1042. It generates incorrect template for rpm spec located at pbconf/PROJECT/rpm/PROJECT.spec. This template contains the following line:

#%define srcname	PBPKG

That causes following error during build2pkg:

#%define is forbidden, use #define to comment a %define

So, that line should look like this

#define srcname	PBPKG

Change History (2)

comment:1 by Bruno Cornec, 14 years ago

Milestone: 0.9.110.9.12
Resolution: fixed
Status: newclosed

THanks for your report.

Fixed in rev [1088]

Will be in next version 0.9.12

comment:2 by Bruno Cornec, 14 years ago

Milestone: 0.9.120.9.11
Version: 0.9.110.9.10

Wrong version name. It will of course be in the next which is 0.9.11 !

Note: See TracTickets for help on using tickets.