Packaging information for qualcomm-linux kernel.

General notes:
- if you change kernel base version, edit precheckin.sh
  BASE variable accordingly
- Do not change spec file directly, edit the template (.tpl) and
  run precheckin.sh
- New builds in OBS will be automatically triggered when new
  tag is pushed
- tag format is : sbj/3.4.0.YYYYMMDD.X, where X is running number
  for same day releases.
- Spec file Version field is edited automatically by build
  machinery to reflect the tag

When to run rpm/precheckin.sh?
- When you changed precheckin.sh
- When you changed kernel-adaptation-sbj.spec.tpl

Example for tagging a kernel:
git push origin my-branch:master
git tag sbj/3.4.0.20130530.1
git push origin sbj/3.4.0.20130530.1

