--- kernel-2.4.spec.orig Thu Dec 12 19:50:05 2002 +++ kernel-2.4.spec Fri Jan 10 21:45:21 2003 @@ -27,7 +27,7 @@ # that the kernel isn't the stock RHL kernel, for example by # adding some text to the end of the version number. -%define release 19.7.x +%define release 19j.7.x %define sublevel 18 %define kversion 2.4.%{sublevel} # /usr/src/%{kslnk} -> /usr/src/linux-%{KVERREL} @@ -300,6 +300,8 @@ Source100: linux_logo.h +Source110: jconsole-021215.config + # # Patches 0 through 100 are meant for core subsystem upgrades # @@ -620,6 +622,10 @@ # enable actual highmem io in selected drivers Patch10040: linux-2.4.18-enable-highmem-io.patch +# jconsole +Patch10060: linux-2.4.18-18.7.x-jconsole-kernel-021215.patch.gz +Patch10061: jconsole-core-030110.patch.gz +Patch10062: jconsole-kanji16-021215.patch.gz # END OF PATCH DEFINITIONS @@ -1631,6 +1637,10 @@ # disable reada from 2.4.19. %patch932 -p1 +%patch10060 -p1 +%patch10061 -p1 +%patch10062 -p1 + # END OF PATCH APPLICATIONS chmod +x arch/sparc*/kernel/check_asm.sh @@ -1656,6 +1666,10 @@ %endif %endif +for cfg in `ls configs/*.config`; do + cat %{SOURCE110} >> $cfg +done; + #cp %{SOURCE100} include/linux/ # make sure the kernel has the sublevel we know it has...