Le lun 26/04/2004 à 13:10, Lercio Teotonio Gontijo a écrit : > Hello All, > > it is My first question, please sory for my bad english. :-( > > With previous version of RedHat Kernel named as kernel-2.2.1.src.rpm I > installed it using rpm -ivh command and simple compiled using command > rpmbuild -ba or rpmbuild -ta and the kernel-2.2.1.rpm was created with > the porpouse of using to install distrib. based on RedHat or Fedora. > > When installing-compiling kernel named as kernel-2.6.3.src.rpm it did > not create the kernel-2.6.3.rpm. > > How to create this package based on news Fedora Kernel???? > Here with kernel-2.6.5-1.327.src.rpm it works. But it add `whoami` to the release field. kernel-2.6.spec : %define rhbsys %([ -r /etc/beehive-root ] && echo || echo .`whoami`) %define release %(R="$Revision: 1.327 $"; RR="${R##: }"; echo ${RR%%?})%{rhbsys} > Thanks > > Teotonio > >