Jan Blunck napsal(a):
On Fri, Apr 24, Jan Blunck wrote:
Is it really necessary to replace the spec file generation in tar-up.sh by a perl version called mkspec? I personally learned to hate perl. Additionally to my personal dislikes this introduces the first perl script that is necessary to build our kernel package.
Is there any reason why we can't live with a shell version as we did before?
$ git show 09cf8debcb153c02c366f20e07926dbf9a58f9d9 | diffstat ... b/rpm/mkspec | 187 ++++++++++++++++++++++ b/scripts/tar-up.sh | 330 ++-------------------------------------- $ grep /usr/bin/perl * -l guards mkspec modversions
Besides that mkspec is broken and can't build the Kernel:Vanilla projects anymore since it doesn't honor EXTRAVERSION properly.
You mean that it doesn't paste the -rcX string to the rpm release numbers? That didn't really work anyway. Or what specifically are you missing? Michal -- To unsubscribe, e-mail: opensuse-kernel+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-kernel+help@opensuse.org