Adding a pointrelease option to the spec

Jarod Wilson jwilson at redhat.com
Tue Nov 13 17:14:47 UTC 2007


Chuck Ebbert wrote:
> This might be useful for people building their own kernels:
> 
> --- kernel.spec 12 Nov 2007 22:05:50 -0000      1.237
> +++ kernel.spec 13 Nov 2007 17:05:39 -0000
> @@ -12,7 +12,16 @@
>  # that the kernel isn't the stock distribution kernel, for example,
>  # by setting the define to ".local" or ".bz123456"
>  #
> +# You may also add a "pointrelease" with or without the "buildid"
> +# so that your locally built kernel gets a version number that
> +# is higher than the kernel it is based on and lower than the
> +# next offical Fedora release.
> +#
>  #% define buildid .local
> +#% define pointrelease .1
> +%if 0{?pointrelease}
> +%define buildid {pointrelease}{?buildid}
> +%endif
> 
>  # fedora_build defines which build revision of this kernel version we're
>  # building. Rather than incrementing forever, as with the prior versioning

I generally just use buildid for the same, i.e., I set buildid to .xyz1,
.xyz2, .xyz3, etc as I rebuild a newer versions. I think its probably
not worth the extra lines added to the spec file (which, by the way, in
the example above, are missing a bunch of % symbols before the {. :)

-- 
Jarod Wilson
jwilson at redhat.com


-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 251 bytes
Desc: OpenPGP digital signature
URL: <http://listman.redhat.com/archives/fedora-kernel-list/attachments/20071113/c5b1066a/attachment.sig>


More information about the Fedora-kernel-list mailing list