Author: glen                         Date: Wed Mar 14 12:28:52 2007 GMT
Module: test                          Tag: HEAD
---- Log message:
- test123

---- Files affected:
test/logdiff:
   kernel.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: test/logdiff/kernel.spec
diff -u /dev/null test/logdiff/kernel.spec:1.1
--- /dev/null   Wed Mar 14 13:28:52 2007
+++ test/logdiff/kernel.spec    Wed Mar 14 13:28:47 2007
@@ -0,0 +1,2544 @@
+# $Revision$, $Date$
+#
+# TODO:
+#      - test pax stuff (btw. tested ok in softmode)
+#      - prepare config for non SEGMEXEC capable archs (ie not x86/32bit)
+#      - patch scripts/Makefile.xen not to require bash
+#       - make PAE usage configurable when Xen is on
+#              ALL
+# WARNING: Kernels from 2.6.16.X series not work under OldWorldMac
+#
+# Conditional build:
+%bcond_without smp             # don't build SMP kernel
+%bcond_without up              # don't build UP kernel
+%bcond_without source          # don't build kernel-source package
+%bcond_without pcmcia          # don't build pcmcia
+
+%bcond_with    grsec_full      # build full grsecurity
+%bcond_with    pax             # build PaX and full grsecurity
+%bcond_with    verbose         # verbose build (V=1)
+%bcond_with    xen0            # added Xen0 support
+%bcond_with    xenU            # added XenU support
+%bcond_without grsecurity      # don't build grsecurity at all
+%bcond_without grsec_minimal   # build only minimal subset (proc,link,fifo,shm)
+
+%bcond_without bootsplash      # build with bootsplash instead of fbsplash
+%bcond_with    vesafb_tng      # vesafb-tng, vesafb replacement from gentoo
+%bcond_with    pae             # build PAE (HIGHMEM64G) support on uniprocessor
+%bcond_with    nfsroot         # build with root on NFS support
+%bcond_with    reiserfs4       # build with ReiserFS 4 support
+%bcond_with    ext2compiled            # compile ext2 into kernel to be able 
to boot from ext2 rootfs
+
+%{?debug:%define with_verbose 1}
+
+%if %{without grsecurity}
+%undefine      with_grsec_full
+%undefine      with_grsec_minimal
+%undefine      with_pax
+%endif
+
+%if %{with pax}
+%undefine      with_grsec_minimal
+%undefine      with_grsec_full
+%define                with_grsecurity         1
+%endif
+
+%if %{with grsec_full}
+%undefine      with_grsec_minimal
+%define                with_grsecurity         1
+%endif
+
+%if %{with grsec_minimal}
+%undefine      with_grsec_full
+%undefine      with_pax
+%define                with_grsecurity         1
+%endif
+
+%ifarch sparc
+# sparc32 is missing important updates from 2.5 cycle - won't build.
+%undefine      with_smp
+%endif
+
+%ifarch ia64
+# broken
+%undefine      with_up
+%endif
+
+%define                have_drm        1
+%define                have_oss        1
+%define                have_sound      1
+
+%ifarch %{ix86} alpha ppc
+%define                have_isa        1
+%else
+%define                have_isa        0
+%endif
+
+%ifarch sparc sparc64
+%undefine      with_pcmcia
+%define                have_drm        0
+%define                have_oss        0
+%endif
+
+%if %{with xen0}
+%define                xen     xen0
+%define                dashxen \-xen0
+%define                pae     1
+%else
+%if %{with xenU}
+%define                xen     xenU
+%define                dashxen \-xenU
+%define                pae     1
+%else
+%define                xen     %{nil}
+%define                dashxen %{nil}
+%endif
+%endif
+
+## Programs required by kernel to work.
+%define                _binutils_ver           2.12.1
+%define                _util_linux_ver         2.10o
+%define                _module_init_tool_ver   0.9.10
+%define                _e2fsprogs_ver          1.29
+%define                _jfsutils_ver           1.1.3
+%define                _reiserfsprogs_ver      3.6.3
+%define                _reiser4progs_ver       1.0.0
+%define                _xfsprogs_ver           2.6.0
+%define                _pcmcia_cs_ver          3.1.21
+%define                _pcmciautils_ver        004
+%define                _quota_tools_ver        3.09
+%define                _ppp_ver                1:2.4.0
+%define                _isdn4k_utils_ver       3.1pre1
+%define                _nfs_utils_ver          1.0.5
+%define                _procps_ver             3.2.0
+%define                _oprofile_ver           0.9
+%define                _udev_ver               071
+%define                _mkvmlinuz_ver          1.3
+
+%define                _netfilter_snap         20060504
+%define                _nf_hipac_ver           0.9.1
+
+%define                _enable_debug_packages                  0
+
+%define                pcmcia_version          3.1.22
+%define                drm_xfree_version       4.3.0
+
+%define                squashfs_version        3.1
+%define                suspend_version         2.2.5
+
+%define                xen_version             3.0.2
+
+%define                _basever        2.6.16
+%define                _postver        .43
+%define                _rel            1
+%define                _subname        
%{?with_pax:-pax}%{?with_grsec_full:-grsecurity}%{?with_xen0:-xen0}%{?with_xenU:-xenU}
+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%{_subname}
+Version:       %{_basever}%{_postver}
+Release:       %{_rel}%{?with_ext2compiled:ext2}
+Epoch:         3
+License:       GPL v2
+Group:         Base/Kernel
+Source0:       
http://www.kernel.org/pub/linux/kernel/v2.6/linux-%{_basever}.tar.bz2
+# Source0-md5: 9a91b2719949ff0856b40bc467fd47be
+Source1:       kernel-autoconf.h
+Source2:       kernel-config.h
+Source3:       http://www.kernel.org/pub/linux/kernel/v2.6/patch-%{version}.bz2
+# Source3-md5: 9ca01231dd7f92e7a452a93e28ef251e
+
+Source5:       kernel-ppclibs.Makefile
+Source7:       kernel-module-build.pl
+
+Source10:      
http://suspend2.net/downloads/all/suspend2-%{suspend_version}-for-2.6.16.9.tar.bz2
+# Source10-md5:        34345b1f7ad1505f6b264427a21e8a04
+Source12:      
ftp://ftp.namesys.com/pub/reiser4-for-2.6/2.6.16/reiser4-for-2.6.16-1.patch.gz
+# Source12-md5:        f51303b5e445432b974a729b76036c40
+
+Source20:      kernel-i386.config
+Source21:      kernel-i386-smp.config
+Source22:      kernel-x86_64.config
+Source23:      kernel-x86_64-smp.config
+Source24:      kernel-sparc.config
+Source25:      kernel-sparc-smp.config
+Source26:      kernel-sparc64.config
+Source27:      kernel-sparc64-smp.config
+Source28:      kernel-alpha.config
+Source29:      kernel-alpha-smp.config
+Source30:      kernel-ppc.config
+Source31:      kernel-ppc-smp.config
+Source32:      kernel-ia64.config
+Source33:      kernel-ia64-smp.config
+
+Source40:      kernel-netfilter.config
+Source41:      kernel-squashfs.config
+Source42:      kernel-suspend2.config
+Source43:      kernel-vserver.config
+Source44:      kernel-vesafb-tng.config
+Source45:      kernel-grsec.config
+Source46:      kernel-xen0.config
+Source47:      kernel-xenU.config
+Source48:      kernel-xen-extra.config
+Source49:      kernel-grsec+pax.config
+###
+#      Patches
+###
+
+#
+# PATA ports on SATA Promise controller; patch based on:
+# 
http://cvs.fedora.redhat.com/viewcvs/*checkout*/rpms/kernel/devel/linux-2.6-sata-promise-pata-ports.patch
+#
+Patch1:                linux-2.6-sata-promise-pata-ports.patch
+
+# tahoe9XX http://tahoe.pl/drivers/tahoe9xx-2.6.11.5.patch
+Patch2:                tahoe9xx-2.6.11.5.patch
+
+#      
ftp://ftp.openbios.org/pub/bootsplash/kernel/bootsplash-3.1.6-2.6.15.diff
+Patch3:                bootsplash-3.1.6-2.6.15.diff
+#      
http://dev.gentoo.org/~spock/projects/gensplash/archive/fbsplash-0.9.2-r5-2.6.16.patch
+Patch4:                fbsplash-0.9.2-r5-2.6.16.patch
+Patch5:                linux-2.6-vesafb-tng.patch
+
+# directly from 
http://mesh.dl.sourceforge.net/sourceforge/squashfs/squashfs3.1.tar.gz
+#              from linux-2.6.16
+Patch6:                squashfs%{squashfs_version}-patch
+
+Patch7:                linux-alpha-isa.patch
+Patch8:                linux-fbcon-margins.patch
+Patch9:                linux-static-dev.patch
+
+# netfilter snap
+## submitted
+
+## base
+Patch10:       pom-ng-IPV4OPTSSTRIP-%{_netfilter_snap}.patch
+Patch11:       pom-ng-connlimit-%{_netfilter_snap}.patch
+Patch12:       pom-ng-expire-%{_netfilter_snap}.patch
+Patch13:       pom-ng-fuzzy-%{_netfilter_snap}.patch
+Patch14:       pom-ng-ipv4options-%{_netfilter_snap}.patch
+Patch15:       pom-ng-nth-%{_netfilter_snap}.patch
+Patch16:       pom-ng-osf-%{_netfilter_snap}.patch
+Patch17:       pom-ng-psd-%{_netfilter_snap}.patch
+Patch18:       pom-ng-quota-%{_netfilter_snap}.patch
+Patch19:       pom-ng-random-%{_netfilter_snap}.patch
+Patch20:       pom-ng-set-%{_netfilter_snap}.patch
+Patch21:       pom-ng-time-%{_netfilter_snap}.patch
+Patch22:       pom-ng-u32-%{_netfilter_snap}.patch
+
+## extra
+Patch30:       pom-ng-ACCOUNT-%{_netfilter_snap}.patch
+Patch31:       pom-ng-IPMARK-%{_netfilter_snap}.patch
+Patch32:       pom-ng-ROUTE-%{_netfilter_snap}.patch
+Patch33:       pom-ng-TARPIT-%{_netfilter_snap}.patch
+Patch34:       pom-ng-XOR-%{_netfilter_snap}.patch
+Patch35:       pom-ng-account-%{_netfilter_snap}.patch
+Patch36:       ipp2p-0.8.2.patch
+Patch37:       pom-ng-rpc-%{_netfilter_snap}.patch
+Patch38:       pom-ng-unclean-%{_netfilter_snap}.patch
+
+###
+#      End netfilter
+###
+
+# derived from http://dl.sourceforge.net/l7-filter/netfilter-layer7-v2.2.tar.gz
+Patch49:       kernel-2.6.13-2.6.16-layer7-2.2.patch
+
+# from http://www.linuximq.net/patchs/linux-2.6.16-imq2.diff
+Patch50:       linux-2.6.16-imq2.diff
+
+# from http://bluetooth-alsa.sourceforge.net/sco-mtu.patch
+Patch51:       sco-mtu.patch
+
+# esfq
+# from http://fatooh.org/esfq-2.6/current/esfq-kernel.patch
+Patch53:       esfq-kernel.patch
+
+Patch54:       linux-iforce-trust_ffrm.patch
+# by Baggins request:
+# derived from 
ftp://ftp.cmf.nrl.navy.mil/pub/chas/linux-atm/vbr/vbr-kernel-diffs
+Patch55:       linux-2.6-atm-vbr.patch
+Patch56:       linux-2.6-atmdd.patch
+
+Patch57:       linux-2.6-cpuset_virtualization.patch
+
+# Derived from 
http://www.skd.de/e_en/products/adapters/pci_64/sk-98xx_v20/software/linux/driver/install-8_31.tar.bz2
+Patch60:       linux-2.6-sk98lin-8.31.2.3.patch
+
+Patch70:       linux-2.6-suspend2-avoid-redef.patch
+Patch71:       linux-2.6-suspend2-page.patch
+Patch72:       suspend2-2.2.5-for-2.6.16.37-fix.patch
+
+Patch80:       kernel-ahci-sb600.patch
+
+Patch81:       linux-2.6-md.patch
+
+# vserver from: 
http://vserver.13thfloor.at/Experimental/patch-2.6.16-vs2.1.1-rc15.diff
+Patch100:      linux-2.6-vs2.1.patch
+Patch101:      linux-2.6-vs2.1-suspend2.patch
+Patch102:      linux-2.6-vs2.1-128IPs.patch
+Patch103:      linux-vcontext-selinux.patch
+
+# from 
http://www.cl.cam.ac.uk/Research/SRG/netos/xen/downloads/xen-3.0.2-src.tgz
+Patch120:      xen-3.0-2.6.16.patch
+Patch121:      linux-xen-page_alloc.patch
+
+# from  http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/iw266_we20-6.diff
+Patch140:      linux-2.6.16-we20-6.patch
+
+Patch200:      linux-2.6-ppc-ICE-hacks.patch
+Patch201:      linux-2.6-x86_64-stack-protector.patch
+Patch202:      linux-2.6-unwind-through-signal-frames.patch
+
+# Wake-On-Lan patch for nVidia nForce ethernet driver forcedeth
+Patch250:      linux-2.6.16-forcedeth-WON.patch
+
+Patch1000:     linux-2.6-grsec-minimal.patch
+
+Patch1200:     linux-2.6-apparmor.patch
+Patch1201:     linux-2.6-apparmor-caps.patch
+
+# grsecurity snap for 2.6.16.14
+# based on 
http://www.grsecurity.net/~spender/grsecurity-2.1.9-2.6.16.14-200605060936.patch
+Patch9999:     grsecurity-2.1.9-2.6.16.14.patch
+Patch10000:    linux-2.6-grsec-caps.patch
+
+URL:           http://www.kernel.org/
+%if %{with xen0} || %{with xenU}
+BuildRequires: bash
+%endif
+BuildRequires: binutils >= 3:2.14.90.0.7
+%ifarch sparc sparc64
+BuildRequires: elftoaout
+%endif
+BuildRequires: gcc >= 5:3.2
+BuildRequires: /sbin/depmod
+# for hostname command
+BuildRequires: net-tools
+BuildRequires: perl-base
+BuildRequires: rpmbuild(macros) >= 1.217
+Autoreqprov:   no
+Requires(post):        coreutils
+Requires(post):        geninitrd >= 2.57
+Requires(post):        module-init-tools >= 0.9.9
+Requires:      coreutils
+Requires:      geninitrd >= 2.57
+Requires:      module-init-tools >= 0.9.9
+Provides:      %{name}-up = %{epoch}:%{version}-%{release}
+Provides:      kernel = %{epoch}:%{version}-%{release}
+Provides:      kernel(netfilter) = %{_netfilter_snap}
+Provides:      kernel(nf-hipac) = %{_nf_hipac_ver}
+Provides:      kernel(realtime-lsm) = 0.1.1
+%if %{with xen0}
+Provides:      kernel(xen0) = %{xen_version}
+%endif
+Provides:      kernel-misc-fuse
+Provides:      kernel-net-hostap = 0.4.4
+Provides:      kernel-net-ieee80211
+Provides:      kernel-net-ipp2p = 1:0.8.0
+Provides:      kernel-net-ipw2100 = 1.1.3
+Provides:      kernel-net-ipw2200 = 1.0.8
+Provides:      module-info
+Obsoletes:     kernel-misc-fuse
+Obsoletes:     kernel-modules
+Obsoletes:     kernel-net-hostap
+Obsoletes:     kernel-net-ieee80211
+Obsoletes:     kernel-net-ipp2p
+Conflicts:     e2fsprogs < %{_e2fsprogs_ver}
+Conflicts:     isdn4k-utils < %{_isdn4k_utils_ver}
+Conflicts:     jfsutils < %{_jfsutils_ver}
+Conflicts:     module-init-tool < %{_module_init_tool_ver}
+Conflicts:     nfs-utils < %{_nfs_utils_ver}
+Conflicts:     oprofile < %{_oprofile_ver}
+Conflicts:     ppp < %{_ppp_ver}
+Conflicts:     procps < %{_procps_ver}
+Conflicts:     quota-tools < %{_quota_tools_ver}
+%if %{with reiserfs4}
+Conflicts:     reiser4progs < %{_reiser4progs_ver}
+%endif
+Conflicts:     reiserfsprogs < %{_reiserfsprogs_ver}
+Conflicts:     udev < %{_udev_ver}
+Conflicts:     util-linux < %{_util_linux_ver}
+Conflicts:     vserver-packages
+Conflicts:     xfsprogs < %{_xfsprogs_ver}
+%if %{with xen0} || %{with xenU}
+ExclusiveArch: %{ix86}
+%else
+ExclusiveArch: %{ix86} alpha %{x8664} ia64 ppc ppc64 sparc sparc64
+%endif
+ExclusiveOS:   Linux
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+# No ELF objects there to strip (skips processing 27k files)
+%define                _noautostrip    .*%{_kernelsrcdir}/.*
+%define                _noautochrpath  .*%{_kernelsrcdir}/.*
+
+%ifarch ia64
+%define                initrd_dir      /boot/efi
+%else
+%define                initrd_dir      /boot
+%endif
+
+# kernel release (used in filesystem and eventually in uname -r)
+# modules will be looked from /lib/modules/%{kernel_release}%{?smp}
+# _localversion is just that without version for "> localversion"
+%define                _localversion %{release}%{xen}
+%define                kernel_release %{version}-%{_localversion}
+%define                _kernelsrcdir   /usr/src/linux%{_subname}-%{version}
+
+%if "%{_target_base_arch}" != "%{_arch}"
+       %define CrossOpts ARCH=%{_target_base_arch} 
CROSS_COMPILE=%{_target_cpu}-pld-linux-
+       %define DepMod /bin/true
+
+       %if "%{_arch}" == "sparc" && "%{_target_base_arch}" == "sparc64"
+       %define DepMod /sbin/depmod
+       %endif
+
+       %if "%{_arch}" == "x86_64" && "%{_target_base_arch}" == "i386"
+       %define CrossOpts ARCH=%{_target_base_arch}
+       %define DepMod /sbin/depmod
+       %endif
+
+%else
+       %define CrossOpts CC="%{__cc}"
+       %define DepMod /sbin/depmod
+%endif
+
+%description
+This package contains the Linux kernel that is used to boot and run
+your system. It contains few device drivers for specific hardware.
+Most hardware is instead supported by modules loaded after booting.
+
+%description -l de
+Das Kernel-Paket enth�lt den Linux-Kernel (vmlinuz), den Kern des
+Linux-Betriebssystems. Der Kernel ist f�r grundliegende
+Systemfunktionen verantwortlich: Speicherreservierung,
+Proze�-Management, Ger�te Ein- und Ausgaben, usw.
+
+%description -l fr
+Le package kernel contient le kernel linux (vmlinuz), la partie
+centrale d'un syst�me d'exploitation Linux. Le noyau traite les
+fonctions basiques d'un syst�me d'exploitation: allocation m�moire,
+allocation de process, entr�e/sortie de peripheriques, etc.
+
+%description -l pl
+Pakiet zawiera j�dro Linuksa niezb�dne do prawid�owego dzia�ania
+Twojego komputera. Zawiera w sobie sterowniki do sprz�tu znajduj�cego
+si� w komputerze, takiego jak sterowniki dysk�w itp.
+
+%package vmlinux
+Summary:       vmlinux - uncompressed kernel image
+Summary(pl):   vmlinux - rozpakowany obraz j�dra
+Group:         Base/Kernel
+
+%description vmlinux
+vmlinux - uncompressed kernel image.
+
+%description vmlinux -l pl
+vmlinux - rozpakowany obraz j�dra.
+
+%package drm
+Summary:       DRM kernel modules
+Summary(pl):   Sterowniki DRM
+Group:         Base/Kernel
+Requires(postun):      %{name}-up = %{epoch}:%{version}-%{release}
+Requires:      %{name}-up = %{epoch}:%{version}-%{release}
+Provides:      kernel-drm = %{drm_xfree_version}
+Autoreqprov:   no
+
+%description drm
+DRM kernel modules (%{drm_xfree_version}).
+
+%description drm -l pl
+Sterowniki DRM (%{drm_xfree_version}).
+
+%package pcmcia
+Summary:       PCMCIA modules
+Summary(pl):   Modu�y PCMCIA
+Group:         Base/Kernel
+Requires(postun):      %{name}-up = %{epoch}:%{version}-%{release}
+Requires:      %{name}-up = %{epoch}:%{version}-%{release}
+Provides:      kernel(pcmcia)
+Provides:      kernel-pcmcia = %{pcmcia_version}
+Conflicts:     pcmcia-cs < %{_pcmcia_cs_ver}
+Conflicts:     pcmciautils < %{_pcmciautils_ver}
+Autoreqprov:   no
+
+%description pcmcia
+PCMCIA modules (%{pcmcia_version}).
+
+%description pcmcia -l pl
+Modu�y PCMCIA (%{pcmcia_version}).
+
+%package libs
+Summary:       Libraries for preparing bootable kernel on PowerPCs
+Summary(pl):   Biblioteki do przygotowania bootowalnego j�dra dla PowerPC
+Group:         Base/Kernel
+Requires:      %{name}-up = %{epoch}:%{version}-%{release}
+Requires:      mkvmlinuz >= %{_mkvmlinuz_ver}
+Autoreqprov:   no
+
+%description libs
+Libraries for preparing bootable kernel on PowerPCs. Script called
+mkvmlinuz may be useful for this.
+
+%description libs -l pl
+Biblioteki do przygotowania bootowalnego j�dra dla PowerPC. Skrypt
+mkvmlinuz mo�e by� do tego przydatny.
+
+%package sound-alsa
+Summary:       ALSA kernel modules
+Summary(pl):   Sterowniki d�wi�ku ALSA
+Group:         Base/Kernel
+Requires(postun):      %{name}-up = %{epoch}:%{version}-%{release}
+Requires:      %{name}-up = %{epoch}:%{version}-%{release}
+Autoreqprov:   no
+
+%description sound-alsa
+ALSA (Advanced Linux Sound Architecture) sound drivers.
+
+%description sound-alsa -l pl
+Sterowniki d�wi�ku ALSA (Advanced Linux Sound Architecture).
+
+%package sound-oss
+Summary:       OSS kernel modules
+Summary(pl):   Sterowniki d�wi�ku OSS
+Group:         Base/Kernel
+Requires(postun):      %{name}-up = %{epoch}:%{version}-%{release}
+Requires:      %{name}-up = %{epoch}:%{version}-%{release}
+Autoreqprov:   no
+
+%description sound-oss
+OSS (Open Sound System) drivers.
+
+%description sound-oss -l pl
+Sterowniki d�wi�ku OSS (Open Sound System).
+
+%package smp
+Summary:       Kernel version %{version} compiled for SMP machines
+Summary(de):   Kernel version %{version} f�r Multiprozessor-Maschinen
+Summary(fr):   Kernel version %{version} compiler pour les machine 
Multi-Processeur
+Summary(pl):   J�dro Linuksa w wersji %{version} dla maszyn wieloprocesorowych
+Group:         Base/Kernel
+Requires(post):        coreutils
+Requires(post):        geninitrd >= 2.57
+Requires(post):        module-init-tools >= 0.9.9
+Requires:      coreutils
+Requires:      geninitrd >= 2.26
+Requires:      module-init-tools >= 0.9.9
+Provides:      kernel = %{epoch}:%{version}-%{release}
+Provides:      kernel(netfilter) = %{_netfilter_snap}
+Provides:      kernel(nf-hipac) = %{_nf_hipac_ver}
+Provides:      kernel(realtime-lsm) = 0.1.1
+%if %{with xen0}
+Provides:      kernel(xen0) = %{xen_version}
+%endif
+Provides:      kernel-smp-misc-fuse
+Provides:      kernel-smp-net-hostap = 0.4.4
+Provides:      kernel-smp-net-ieee80211
+Provides:      kernel-smp-net-ipp2p = 1:0.8.0
+Provides:      kernel-smp-net-ipw2100 = 1.1.3
+Provides:      kernel-smp-net-ipw2200 = 1.0.8
+Provides:      module-info
+Obsoletes:     kernel-smp-misc-fuse
+Obsoletes:     kernel-smp-net-hostap
+Obsoletes:     kernel-smp-net-ieee80211
+Obsoletes:     kernel-smp-net-ipp2p
+Conflicts:     e2fsprogs < %{_e2fsprogs_ver}
+Conflicts:     isdn4k-utils < %{_isdn4k_utils_ver}
+Conflicts:     jfsutils < %{_jfsutils_ver}
+Conflicts:     module-init-tool < %{_module_init_tool_ver}
+Conflicts:     nfs-utils < %{_nfs_utils_ver}
+Conflicts:     oprofile < %{_oprofile_ver}
+Conflicts:     ppp < %{_ppp_ver}
+Conflicts:     procps < %{_procps_ver}
+Conflicts:     quota-tools < %{_quota_tools_ver}
+%if %{with reiserfs4}
+Conflicts:     reiser4progs < %{_reiser4progs_ver}
+%endif
+Conflicts:     reiserfsprogs < %{_reiserfsprogs_ver}
+Conflicts:     util-linux < %{_util_linux_ver}
+Conflicts:     vserver-packages
+Conflicts:     xfsprogs < %{_xfsprogs_ver}
+Autoreqprov:   no
+
+%description smp
+This package includes a SMP version of the Linux %{version} kernel. It
+is required only on machines with two or more CPUs, although it should
+work fine on single-CPU boxes.
+
+%description smp -l de
+Dieses Paket enth�lt eine SMP (Multiprozessor)-Version von
+Linux-Kernel %{version}. Es wird f�r Maschinen mit zwei oder mehr
+Prozessoren gebraucht, sollte aber auch auf Computern mit nur einer
+CPU laufen.
+
+%description smp -l fr
+Ce package inclu une version SMP du noyau de Linux version {version}.
+Il et n�cessaire seulement pour les machine avec deux processeurs ou
+plus, il peut quand m�me fonctionner pour les syst�me mono-processeur.
+
+%description smp -l pl
+Pakiet zawiera j�dro SMP Linuksa w wersji %{version}. Jest ono
+wymagane przez komputery zawieraj�ce dwa lub wi�cej procesor�w.
+Powinno r�wnie� dobrze dzia�a� na maszynach z jednym procesorem.
+
+%package smp-vmlinux
+Summary:       vmlinux - uncompressed SMP kernel image
+Summary(pl):   vmlinux - rozpakowany obraz j�dra SMP
+Group:         Base/Kernel
+
<<Diff was trimmed, longer than 597 lines>>
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to