diff options
author | Kyle McMartin <kyle@dreadnought.i.jkkm.org> | 2010-08-17 10:34:59 -0400 |
---|---|---|
committer | Kyle McMartin <kyle@dreadnought.i.jkkm.org> | 2010-08-17 10:36:02 -0400 |
commit | fa066092d54dd7b25376199f7b8d6915994ddb92 (patch) | |
tree | d249e804be89c4e8268c4bc5415ce1913e8e60ef /kernel.spec | |
parent | 9b36e5826d93168b49603eebe9bec690634c589a (diff) | |
download | kernel-fa066092d54dd7b25376199f7b8d6915994ddb92.tar.gz kernel-fa066092d54dd7b25376199f7b8d6915994ddb92.tar.xz kernel-fa066092d54dd7b25376199f7b8d6915994ddb92.zip |
fix make local, ditto from f14
Diffstat (limited to 'kernel.spec')
-rw-r--r-- | kernel.spec | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/kernel.spec b/kernel.spec index b76873e4d..2967f43f3 100644 --- a/kernel.spec +++ b/kernel.spec @@ -1291,6 +1291,8 @@ ApplyPatch only-use-alpha2-regulatory-information-from-country-IE.patch chmod +x scripts/checkpatch.pl +touch .scmversion + # only deal with configs if we are going to build for the arch %ifnarch %nobuildarches @@ -1880,6 +1882,10 @@ fi # || || %changelog +* Tue Aug 17 2010 Kyle McMartin <kyle@redhat.com> +- Prevent scripts/setlocalversion from mucking with our version + numbers. + * Wed Aug 04 2010 Kyle McMartin <kyle@redhat.com> - Disable %released_kernel. - This is properly 2.6.36-0.git1, unlike the last commit. Had to make |