SPECS (LINUX_2_6_16): kernel.spec - provide kernel-module-build %{...
glen
glen at pld-linux.org
Thu Sep 28 21:14:13 CEST 2006
Author: glen Date: Thu Sep 28 19:14:13 2006 GMT
Module: SPECS Tag: LINUX_2_6_16
---- Log message:
- provide kernel-module-build %{_basever} for external module building
---- Files affected:
SPECS:
kernel.spec (1.441.2.1558.2.33 -> 1.441.2.1558.2.34)
---- Diffs:
================================================================
Index: SPECS/kernel.spec
diff -u SPECS/kernel.spec:1.441.2.1558.2.33 SPECS/kernel.spec:1.441.2.1558.2.34
--- SPECS/kernel.spec:1.441.2.1558.2.33 Thu Sep 28 17:02:18 2006
+++ SPECS/kernel.spec Thu Sep 28 21:14:08 2006
@@ -78,7 +78,7 @@
%define have_oss 0
%endif
-%if %{with xen0}
+%if %{with xen0}
%define xen xen0
%define dashxen \-xen0
%define pae 1
@@ -130,13 +130,13 @@
%define xen_version 3.0.2
+%define _basever 2.6.16
+%define _postver .29
Summary: The Linux kernel (the core of the Linux operating system)
Summary(de): Der Linux-Kernel (Kern des Linux-Betriebssystems)
Summary(fr): Le Kernel-Linux (La partie centrale du systeme)
Summary(pl): Jądro Linuksa
Name: kernel%{?with_pax:-pax}%{?with_grsec_full:-grsecurity}%{?with_xen0:-xen0}%{?with_xenU:-xenU}
-%define _basever 2.6.16
-%define _postver .29
Version: %{_basever}%{_postver}
Release: %{_rel}
Epoch: 3
@@ -295,7 +295,6 @@
BuildRequires: bash
%endif
BuildRequires: binutils >= 3:2.14.90.0.7
-BuildRequires: diffutils
%ifarch sparc sparc64
BuildRequires: elftoaout
%endif
@@ -651,6 +650,7 @@
Summary(pl): Pliki służące do budowania modułów jądra
Group: Development/Building
Requires: %{name}-headers = %{epoch}:%{version}-%{release}
+Provides: kernel-module-build = %{epoch}:%{_basever}
Provides: kernel-module-build = %{epoch}:%{version}-%{release}
Autoreqprov: no
@@ -961,12 +961,12 @@
%if %{with xen0}
cat %{SOURCE46} >> arch/%{_target_base_arch}/defconfig
-%endif
+%endif
%if %{with xenU}
cat %{SOURCE47} >> arch/%{_target_base_arch}/defconfig
-%endif
-
+%endif
+
# fbsplash
echo "CONFIG_FB_SPLASH=y" >> arch/%{_target_base_arch}/defconfig
# bootsplash
@@ -1692,6 +1692,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.441.2.1558.2.34 2006/09/28 19:14:08 glen
+- provide kernel-module-build %{_basever} for external module building
+
Revision 1.441.2.1558.2.33 2006/09/28 15:02:18 glen
- pass CC to compiler; rel 2
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/kernel.spec?r1=1.441.2.1558.2.33&r2=1.441.2.1558.2.34&f=u
More information about the pld-cvs-commit
mailing list