Note: "permalinks" may not be as permanent as we would like,
direct links of old sources may well be a few messages off.
On Tue, Jun 07, 2016 at 04:01:28PM +0100, John Colgrave wrote: > Sorry, I did not realise I had hijacked the other thread, I could not see > any remnant of it. > > This is in my clone of the git repository git://git.drbd.org/drbd-9.0.git > > I have run: > make > make install > and they both worked, but when I tried "make kmp-rpm" I got: > checking for presence of 9\.0\.2-1 in various changelog files > drbd-kernel.spec:9.0.2-1%{?dist} > ChangeLog:9.0.2-1 (api:genl2/proto:86-111/transport:14) > debian/changelog:drbd (9.0.2-1) unstable; urgency=low > test -s .filelist > make: *** [tgz] Error 1 Yes. IMO the best way to do this is: make tarball # which generates a tarball containing the .filelist copy the generated tarball to somewhere, extract it and from that try to build the package. Regards, rck