#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 , 15 years ago
| Milestone: | 0.9.11 → 0.9.12 |
|---|---|
| Resolution: | → fixed |
| Status: | new → closed |
comment:2 by , 15 years ago
| Milestone: | 0.9.12 → 0.9.11 |
|---|---|
| Version: | 0.9.11 → 0.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.

THanks for your report.
Fixed in rev [1088]
Will be in next version 0.9.12