Ticket #67 (closed defect: fixed)

Opened 3 years ago

Last modified 3 years ago

Incorrectly commented define in the template rpm spec

Reported by: krnekit Owned by: bruno
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

comment:1 Changed 3 years ago by bruno

  • Status changed from new to closed
  • Resolution set to fixed
  • Milestone changed from 0.9.11 to 0.9.12

THanks for your report.

Fixed in rev [1088]

Will be in next version 0.9.12

comment:2 Changed 3 years ago by bruno

  • Version changed from 0.9.11 to 0.9.10
  • Milestone changed from 0.9.12 to 0.9.11

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

Note: See TracTickets for help on using tickets.