Author: thomas
Date: Sun Dec 3 00:13:10 2006
New Revision: 90136
Added:
packages/updates/2007.0/kernel-2.6-linus/current/SOURCES/patch-2.6.18.5.bz2
- copied, changed from r90060,
/packages/updates/2007.0/kernel-2.6-linus/current/SOURCES/patch-2.6.18.4.bz2
packages/updates/2007.0/kernel-2.6-linus/current/SOURCES/patch-2.6.18.5.bz2.sign
- copied, changed from r90060,
/packages/updates/2007.0/kernel-2.6-linus/current/SOURCES/patch-2.6.18.4.bz2.sign
Removed:
packages/updates/2007.0/kernel-2.6-linus/current/SOURCES/patch-2.6.18.4.bz2
packages/updates/2007.0/kernel-2.6-linus/current/SOURCES/patch-2.6.18.4.bz2.sign
Modified:
packages/updates/2007.0/kernel-2.6-linus/current/SPECS/kernel-2.6-linus.spec
Log:
update to 2.6.18.5 (bugfixes)
Copied:
packages/updates/2007.0/kernel-2.6-linus/current/SOURCES/patch-2.6.18.5.bz2
(from r90060,
/packages/updates/2007.0/kernel-2.6-linus/current/SOURCES/patch-2.6.18.4.bz2)
==============================================================================
Binary files. No diff available.
Copied:
packages/updates/2007.0/kernel-2.6-linus/current/SOURCES/patch-2.6.18.5.bz2.sign
(from r90060,
/packages/updates/2007.0/kernel-2.6-linus/current/SOURCES/patch-2.6.18.4.bz2.sign)
==============================================================================
---
/packages/updates/2007.0/kernel-2.6-linus/current/SOURCES/patch-2.6.18.4.bz2.sign
(original)
+++
packages/updates/2007.0/kernel-2.6-linus/current/SOURCES/patch-2.6.18.5.bz2.sign
Sun Dec 3 00:13:10 2006
@@ -1,8 +1,7 @@
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (GNU/Linux)
-Comment: See http://www.kernel.org/signature.html for info
-iD8DBQBFbeNEyGugalF9Dw4RAuByAJ4omMPz5l3OqFniOA8PFjTQV6II9QCePxX9
-FsHp2c8oy6txYtIiOD6LEbA=
-=HFcl
+iD8DBQBFcdoyRmNMjUuq2LARAr1uAKCGh+Wg/5orupsOD25P59VDvG33AQCeN2QJ
+E3A//B72dRbqx9go/KCiCuk=
+=X/j9
-----END PGP SIGNATURE-----
Modified:
packages/updates/2007.0/kernel-2.6-linus/current/SPECS/kernel-2.6-linus.spec
==============================================================================
---
packages/updates/2007.0/kernel-2.6-linus/current/SPECS/kernel-2.6-linus.spec
(original)
+++
packages/updates/2007.0/kernel-2.6-linus/current/SPECS/kernel-2.6-linus.spec
Sun Dec 3 00:13:10 2006
@@ -24,7 +24,7 @@
# kernel Makefile extraversion is substituted by
# kpatch/kstable wich are either 0 (empty), pre/rc (kpatch) or stable release
(kstable)
%define kpatch 0
-%define kstable 4
+%define kstable 5
# this is the releaseversion
%define mdvrelease 1
@@ -149,9 +149,9 @@
# src.rpm description
Summary: The Linux kernel (the core of the Linux operating system)
-Name: %{kname}-%{buildrel}
-Version: %{fakever}
-Release: %{fakerel}
+Name: %{kname}
+Version: %{kversion}
+Release: %{rpmrel}
License: GPL
Group: System/Kernel and hardware
ExclusiveArch: %{ix86} alpha ppc powerpc ia64 x86_64 amd64 sparc
sparc64
@@ -217,15 +217,30 @@
%define kprovides kernel = %{tar_ver}, alsa
BuildRoot: %{_tmppath}/%{name}-%{kversion}-build
-Provides: module-info, %kprovides
Autoreqprov: no
+BuildRequires: gcc module-init-tools >= 0.9.15
+
+%description
+Source package to build the Linux kernel.
+
+%{klinus_notice}
+
+#
+# kernel: UP kernel
+#
+
+%package -n %{kname}-%{buildrel}
+Version: %{fakever}
+Release: %{fakerel}
+Summary: The Linux kernel (the core of the Linux operating system)
+Group: System/Kernel and hardware
+Provides: module-info, %kprovides
Requires: %requires1
Requires: %requires2
Requires: %requires3
Requires: %requires4
-BuildRequires: gcc module-init-tools >= 0.9.15
-%description
+%description -n %{kname}-%{buildrel}
The kernel package contains the Linux kernel (vmlinuz), the core of your
Mandriva Linux operating system. The kernel handles the basic functions
of the operating system: memory allocation, process allocation, device
@@ -888,14 +903,14 @@
#%define options_post -C
%endif
-%preun
+%preun -n %{kname}-%{buildrel}
/sbin/installkernel %options_preun %{buildrel}
exit 0
-%post
+%post -n %{kname}-%{buildrel}
/sbin/installkernel %options_post %{buildrel}
-%postun
+%postun -n %{kname}-%{buildrel}
/sbin/kernel_remove_initrd %{buildrel}
@@ -1045,7 +1060,7 @@
###
%if %build_up
-%files -f kernel_files.%{buildrel}
+%files -n %{kname}-%{buildrel} -f kernel_files.%{buildrel}
%endif
%if %build_smp
@@ -1212,6 +1227,11 @@
%changelog
### REMOVE THE PATCHLEVEL DEFINITION ABOVE ###
+* Sat Dec 2 2006 Thomas Backlund <[EMAIL PROTECTED]> 2.6.18.5-1mdv
+- update to kernel.org 2.6.18.5 (bugfixes)
+- rename kernel-2.6-linus to kernel-linus in SVN
+- fix kernel-linus srpm name (Anssi Hannula)
+
* Fri Dec 1 2006 Thomas Backlund <[EMAIL PROTECTED]> 2.6.18.4-1mdv
- update to kernel.org 2.6.18.4 (fixes CVE-2006-5751)