Opened 15 years ago
Closed 14 years ago
#54 closed defect (wontfix)
pbrepo shouldn't be required for cms2pkg
Reported by: | Bdale Garbee | Owned by: | Bruno Cornec |
---|---|---|---|
Priority: | minor | Milestone: | 0.10.1 |
Component: | pb | Version: | 0.9.8 |
Keywords: | Cc: |
Description
The current version of pb requires that you define pbrepo even if you don't need it yet...
Change History (4)
comment:1 by , 15 years ago
Owner: | set to |
---|---|
Status: | new → assigned |
comment:2 by , 15 years ago
Milestone: | 0.9.9 → 0.9.10 |
---|
comment:3 by , 15 years ago
Milestone: | 0.9.10 → 0.9.11 |
---|---|
Priority: | major → minor |
As the filtering is done during the cms2xxx phase, it is in fact very difficult to avoid having that entry defined so early (especially for RPM build where it's needed)
Not sure I can improve it more than that in future. Leaving open to give me more time to look at it anyway.
comment:4 by , 14 years ago
Resolution: | → wontfix |
---|---|
Status: | assigned → closed |
The definition is really needed early by rpm based distros, and gentoo as well. So I cannot improve that, even if deb based distros don't need it.
Note:
See TracTickets
for help on using tickets.
Yes. I also remarked it preparing the lab ;-) It should probably be made optional at best. As it's used in the macro replacement, it was up to now needed early. I need to check and come back to you for what is possible.