diff --git a/.cvsignore b/.cvsignore index 1f3ee1c..b59286e 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -linux-2.6.20.tar.bz2 +linux-2.6.25.tar.bz2 diff --git a/kcbench-data.spec b/kcbench-data.spec index a79c4b9..ffdba3a 100644 --- a/kcbench-data.spec +++ b/kcbench-data.spec @@ -1,13 +1,13 @@ Name: kcbench-data Version: 0.1 -Release: 2 +Release: 3 Summary: Kernel sources to be used by kcbench Group: Applications/System License: GPLv2 URL: http://fedoraproject.org/wiki/Packages/kcbench Source1: %{name}-README -Source20: http://www.kernel.org/pub/linux/kernel/v2.6/linux-2.6.20.tar.bz2 +Source25: http://www.kernel.org/pub/linux/kernel/v2.6/linux-2.6.25.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch @@ -15,23 +15,23 @@ BuildArch: noarch Requires: kcbench # Require the latest package, to avoid people installing this # and wondering what it's about -Requires: %{name}-2.6.20 = %{version}-%{release} +Requires: %{name}-2.6.25 = %{version}-%{release} %description Linux Kernel sources to be compiled by kcbench to benchmark system performance or test system stability. -%package 2.6.20 -Summary: Kernel sources from 2.6.20 to be used by kcbench +%package 2.6.25 +Summary: Kernel sources from 2.6.25 to be used by kcbench Group: Applications/System Requires: %{name} = %{version}-%{release} Provides: kcbench-datafiles = %{version}-%{release} # needed for compiling a kernel: Requires: make gcc binutils -%description 2.6.20 -Linux Kernel sources 2.6.20 to be compiled by kcbench to benchmark system +%description 2.6.25 +Linux Kernel sources 2.6.25 to be compiled by kcbench to benchmark system performance or test system stability. @@ -48,7 +48,7 @@ echo "Nothing to build" rm -rf ${RPM_BUILD_ROOT} install -D -p -m 0644 %{SOURCE1} ./README mkdir -p ${RPM_BUILD_ROOT}%{_datadir}/%{name} -tar -xjf %{SOURCE20} -C ${RPM_BUILD_ROOT}%{_datadir}/%{name} --exclude='linux-2.6.20/Documentation' +tar -xjf %{SOURCE25} -C ${RPM_BUILD_ROOT}%{_datadir}/%{name} --exclude='linux-2.6.25/Documentation' %clean @@ -61,12 +61,15 @@ rm -rf ${RPM_BUILD_ROOT} %dir %{_datadir}/%{name}/ -%files 2.6.20 +%files 2.6.25 %defattr(-,root,root,-) -%{_datadir}/%{name}/linux-2.6.20 +%{_datadir}/%{name}/linux-2.6.25 %changelog +* Thu Apr 24 2008 Thorsten Leemhuis - 0.1-3 +- Include 2.6.25 and drop 2.6.20, as the latter doesn't build with 2.6.25 + * Sat Oct 13 2007 Thorsten Leemhuis - 0.1-2 - require make gcc and binutils, needed for kernel compile - exclude Documentation/ dir from kernel-sources diff --git a/sources b/sources index 6671552..8031c0d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -34b0f354819217e6a345f48ebbd8f13e linux-2.6.20.tar.bz2 +db95a49a656a3247d4995a797d333153 linux-2.6.25.tar.bz2