rpm-pkg: Always regenerate the specfile
authorMichal Marek <mmarek@suse.cz>
Sat, 13 Apr 2013 19:21:15 +0000 (21:21 +0200)
committerMichal Marek <mmarek@suse.cz>
Thu, 18 Apr 2013 12:56:54 +0000 (14:56 +0200)
commit6501320311664e11ad5489fedb17ea1f817c2617
tree0fcf7e4d22ca584a737b876241b69c517cc8b22c
parent403d3cc47307c78597d75e420f091cf4a2e7a56a
rpm-pkg: Always regenerate the specfile

The *pkg targets are always run, so it makes no sense to cache the
generated specfile. This also fixes build errors when the specfile
becomes out of date, without the Makefile noticing it:

$ make rpm
  works
$ echo yadadada >localversion-test
$ make rpm
  fails, because kernel.spec assumes the old kernel release string

Signed-off-by: Michal Marek <mmarek@suse.cz>
scripts/package/Makefile