Hallo,
the autocheck script for factory has declined some packages I accidentally auto-forwarded to factory.
What does the following decline message mean?
"Attention, oldchanges is not mentioned in spec files as source or patch."
How to fix this?
On Mon, 2015-01-19 at 09:20 +0100, Ralf Lang wrote:
Hallo,
the autocheck script for factory has declined some packages I accidentally auto-forwarded to factory.
What does the following decline message mean?
"Attention, oldchanges is not mentioned in spec files as source or patch."
How to fix this?
Seems you have a file called 'oldchanges' in your sources (added using osc add), but that file is not mentioned in the .spec file as any Source:
Two solution: - delete the file, if it's no longer needed (osc rm) - Add the file to the sources list
The goal is to get .src.rpm files that are reusable, without hiding things away.
Cheers, Dominique
On 19.01.2015 09:25, Dominique Leuenberger / DimStar wrote:
On Mon, 2015-01-19 at 09:20 +0100, Ralf Lang wrote:
Hallo,
the autocheck script for factory has declined some packages I accidentally auto-forwarded to factory.
What does the following decline message mean?
"Attention, oldchanges is not mentioned in spec files as source or patch."
How to fix this?
Seems you have a file called 'oldchanges' in your sources (added using osc add), but that file is not mentioned in the .spec file as any Source:
Two solution:
- delete the file, if it's no longer needed (osc rm)
- Add the file to the sources list
You were right. Fixed.