On Mon, Aug 18, 2008 at 01:20:05PM -0400, Dave Jones wrote:
> On Mon, Aug 18, 2008 at 01:13:26PM -0400, Jarod Wilson wrote:
>  > Hey all,
>  > 
>  > Been toying with the idea of splitting the changelog out of the kernel 
> spec 
>  > itself, to reduce the size of the spec file. Basically, instead of 
> %changelog 
>  > followed by all the entries, it'd be %include %{SOURCE1}, which is a file 
>  > 'fedora-kernel-changelog', which carries all the usual changelog entries. 
> Its 
>  > reasonably trivial to implement, though my current hack-around for 'make 
> clog' 
>  > complains about me redefining the clog target. Is shaving 800+ lines out 
> of 
>  > the spec file (only to put them in another file) worth the hassle though?
> 
> Probably not until we move away from CVS to an SCM that doesn't suck.
> It'd be nice if 'make build' slurped the changelog out of the SCM.
> 
>       Dave
> 
I suppose that you could make the argument that including the changelog at all
isn't really needed if you have it properly stored in scm.  i.e if we used git
the way the rhel trees are handled, and auto-generate patches based on commits,
all we would really need to do is mark the base tree that we started from and
the final tag that we're building, and you could extract the changelog at your
leisure 

Neil

> -- 
> http://www.codemonkey.org.uk
> 
> _______________________________________________
> Fedora-kernel-list mailing list
> Fedora-kernel-list@redhat.com
> https://www.redhat.com/mailman/listinfo/fedora-kernel-list

-- 
/***************************************************
 *Neil Horman
 *Senior Software Engineer
 *Red Hat, Inc.
 [EMAIL PROTECTED]
 *gpg keyid: 1024D / 0x92A74FA1
 *http://pgp.mit.edu
 ***************************************************/

_______________________________________________
Fedora-kernel-list mailing list
Fedora-kernel-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-kernel-list

Reply via email to