commit 6fb821ebc16e082d4df615a79010ff2b4d6d1a2e

OBS-URL: https://build.opensuse.org/package/show/Kernel:stable/kernel-source?expand=0&rev=158
This commit is contained in:
Michal Marek 2012-11-27 07:12:21 +00:00 committed by Git OBS Bridge
parent 8e2525899a
commit 7bc40d3e54
44 changed files with 460 additions and 61 deletions

View File

@ -91,7 +91,7 @@ Requires(post): distribution-release
#!BuildIgnore: perl-Bootloader mkinitrd distribution-release
# Remove some packages that are installed automatically by the build system,
# but are not needed to build the kernel
#!BuildIgnore: autoconf automake gettext-runtime libtool cvs gettext-tools m4 udev fillup insserv
#!BuildIgnore: autoconf automake gettext-runtime libtool cvs gettext-tools m4 udev insserv
%ifarch ia64
# arch/ia64/scripts/unwcheck.py
@ -809,6 +809,7 @@ Provides: multiversion(kernel)
Provides: %name-devel = %version-%source_rel
Requires: kernel-devel%variant = %version-%source_rel
Supplements: packageand(%name:kernel-devel%variant)
PreReq: coreutils
%description devel
This package contains files necessary for building kernel modules (and

View File

@ -1,3 +1,16 @@
-------------------------------------------------------------------
Mon Nov 26 23:50:50 CET 2012 - jslaby@suse.cz
- Linux 3.6.8.
- commit 6fb821e
-------------------------------------------------------------------
Fri Nov 23 10:29:01 CET 2012 - mmarek@suse.cz
- rpm/kernel-binary.spec.in: Do not remove fillup from the buildsystem
(bnc#781327)
- commit 841d864
-------------------------------------------------------------------
Sun Nov 18 13:04:10 CET 2012 - jslaby@suse.cz
@ -29,6 +42,12 @@ Wed Oct 31 21:15:15 CET 2012 - jslaby@suse.cz
- Linux 3.6.5.
- commit cefb3b0
-------------------------------------------------------------------
Tue Oct 30 17:40:35 CET 2012 - mmarek@suse.cz
- rpm/kernel-binary.spec.in: Require coreutils in kernel-*-devel (bnc#783615)
- commit 2520563
-------------------------------------------------------------------
Sun Oct 28 22:11:41 CET 2012 - jslaby@suse.cz

View File

@ -18,7 +18,7 @@
# norootforbuild
%define srcversion 3.6
%define patchversion 3.6.7
%define patchversion 3.6.8
%define variant %{nil}
%define vanilla_only 0
@ -57,7 +57,7 @@
Name: kernel-cubox
Summary: Kernel for SolidRun Cubox
Version: 3.6.7
Version: 3.6.8
Release: 0
License: GPL-2.0
Group: System/Kernel
@ -91,7 +91,7 @@ Requires(post): distribution-release
#!BuildIgnore: perl-Bootloader mkinitrd distribution-release
# Remove some packages that are installed automatically by the build system,
# but are not needed to build the kernel
#!BuildIgnore: autoconf automake gettext-runtime libtool cvs gettext-tools m4 udev fillup insserv
#!BuildIgnore: autoconf automake gettext-runtime libtool cvs gettext-tools m4 udev insserv
%ifarch ia64
# arch/ia64/scripts/unwcheck.py
@ -887,6 +887,7 @@ Provides: multiversion(kernel)
Provides: %name-devel = %version-%source_rel
Requires: kernel-devel%variant = %version-%source_rel
Supplements: packageand(%name:kernel-devel%variant)
PreReq: coreutils
%description devel
This package contains files necessary for building kernel modules (and

View File

@ -1,3 +1,16 @@
-------------------------------------------------------------------
Mon Nov 26 23:50:50 CET 2012 - jslaby@suse.cz
- Linux 3.6.8.
- commit 6fb821e
-------------------------------------------------------------------
Fri Nov 23 10:29:01 CET 2012 - mmarek@suse.cz
- rpm/kernel-binary.spec.in: Do not remove fillup from the buildsystem
(bnc#781327)
- commit 841d864
-------------------------------------------------------------------
Sun Nov 18 13:04:10 CET 2012 - jslaby@suse.cz
@ -29,6 +42,12 @@ Wed Oct 31 21:15:15 CET 2012 - jslaby@suse.cz
- Linux 3.6.5.
- commit cefb3b0
-------------------------------------------------------------------
Tue Oct 30 17:40:35 CET 2012 - mmarek@suse.cz
- rpm/kernel-binary.spec.in: Require coreutils in kernel-*-devel (bnc#783615)
- commit 2520563
-------------------------------------------------------------------
Sun Oct 28 22:11:41 CET 2012 - jslaby@suse.cz

View File

@ -18,7 +18,7 @@
# norootforbuild
%define srcversion 3.6
%define patchversion 3.6.7
%define patchversion 3.6.8
%define variant %{nil}
%define vanilla_only 0
@ -57,7 +57,7 @@
Name: kernel-debug
Summary: A Debug Version of the Kernel
Version: 3.6.7
Version: 3.6.8
Release: 0
License: GPL-2.0
Group: System/Kernel
@ -91,7 +91,7 @@ Requires(post): distribution-release
#!BuildIgnore: perl-Bootloader mkinitrd distribution-release
# Remove some packages that are installed automatically by the build system,
# but are not needed to build the kernel
#!BuildIgnore: autoconf automake gettext-runtime libtool cvs gettext-tools m4 udev fillup insserv
#!BuildIgnore: autoconf automake gettext-runtime libtool cvs gettext-tools m4 udev insserv
%ifarch ia64
# arch/ia64/scripts/unwcheck.py
@ -890,6 +890,7 @@ Provides: multiversion(kernel)
Provides: %name-devel = %version-%source_rel
Requires: kernel-devel%variant = %version-%source_rel
Supplements: packageand(%name:kernel-devel%variant)
PreReq: coreutils
%description devel
This package contains files necessary for building kernel modules (and

View File

@ -1,3 +1,16 @@
-------------------------------------------------------------------
Mon Nov 26 23:50:50 CET 2012 - jslaby@suse.cz
- Linux 3.6.8.
- commit 6fb821e
-------------------------------------------------------------------
Fri Nov 23 10:29:01 CET 2012 - mmarek@suse.cz
- rpm/kernel-binary.spec.in: Do not remove fillup from the buildsystem
(bnc#781327)
- commit 841d864
-------------------------------------------------------------------
Sun Nov 18 13:04:10 CET 2012 - jslaby@suse.cz
@ -29,6 +42,12 @@ Wed Oct 31 21:15:15 CET 2012 - jslaby@suse.cz
- Linux 3.6.5.
- commit cefb3b0
-------------------------------------------------------------------
Tue Oct 30 17:40:35 CET 2012 - mmarek@suse.cz
- rpm/kernel-binary.spec.in: Require coreutils in kernel-*-devel (bnc#783615)
- commit 2520563
-------------------------------------------------------------------
Sun Oct 28 22:11:41 CET 2012 - jslaby@suse.cz

View File

@ -18,7 +18,7 @@
# norootforbuild
%define srcversion 3.6
%define patchversion 3.6.7
%define patchversion 3.6.8
%define variant %{nil}
%define vanilla_only 0
@ -57,7 +57,7 @@
Name: kernel-default
Summary: The Standard Kernel
Version: 3.6.7
Version: 3.6.8
Release: 0
License: GPL-2.0
Group: System/Kernel
@ -91,7 +91,7 @@ Requires(post): distribution-release
#!BuildIgnore: perl-Bootloader mkinitrd distribution-release
# Remove some packages that are installed automatically by the build system,
# but are not needed to build the kernel
#!BuildIgnore: autoconf automake gettext-runtime libtool cvs gettext-tools m4 udev fillup insserv
#!BuildIgnore: autoconf automake gettext-runtime libtool cvs gettext-tools m4 udev insserv
%ifarch ia64
# arch/ia64/scripts/unwcheck.py
@ -903,6 +903,7 @@ Provides: multiversion(kernel)
Provides: %name-devel = %version-%source_rel
Requires: kernel-devel%variant = %version-%source_rel
Supplements: packageand(%name:kernel-devel%variant)
PreReq: coreutils
%description devel
This package contains files necessary for building kernel modules (and

View File

@ -1,3 +1,16 @@
-------------------------------------------------------------------
Mon Nov 26 23:50:50 CET 2012 - jslaby@suse.cz
- Linux 3.6.8.
- commit 6fb821e
-------------------------------------------------------------------
Fri Nov 23 10:29:01 CET 2012 - mmarek@suse.cz
- rpm/kernel-binary.spec.in: Do not remove fillup from the buildsystem
(bnc#781327)
- commit 841d864
-------------------------------------------------------------------
Sun Nov 18 13:04:10 CET 2012 - jslaby@suse.cz
@ -29,6 +42,12 @@ Wed Oct 31 21:15:15 CET 2012 - jslaby@suse.cz
- Linux 3.6.5.
- commit cefb3b0
-------------------------------------------------------------------
Tue Oct 30 17:40:35 CET 2012 - mmarek@suse.cz
- rpm/kernel-binary.spec.in: Require coreutils in kernel-*-devel (bnc#783615)
- commit 2520563
-------------------------------------------------------------------
Sun Oct 28 22:11:41 CET 2012 - jslaby@suse.cz

View File

@ -18,7 +18,7 @@
# norootforbuild
%define srcversion 3.6
%define patchversion 3.6.7
%define patchversion 3.6.8
%define variant %{nil}
%define vanilla_only 0
@ -57,7 +57,7 @@
Name: kernel-desktop
Summary: Kernel optimized for the desktop
Version: 3.6.7
Version: 3.6.8
Release: 0
License: GPL-2.0
Group: System/Kernel
@ -91,7 +91,7 @@ Requires(post): distribution-release
#!BuildIgnore: perl-Bootloader mkinitrd distribution-release
# Remove some packages that are installed automatically by the build system,
# but are not needed to build the kernel
#!BuildIgnore: autoconf automake gettext-runtime libtool cvs gettext-tools m4 udev fillup insserv
#!BuildIgnore: autoconf automake gettext-runtime libtool cvs gettext-tools m4 udev insserv
%ifarch ia64
# arch/ia64/scripts/unwcheck.py
@ -923,6 +923,7 @@ Provides: multiversion(kernel)
Provides: %name-devel = %version-%source_rel
Requires: kernel-devel%variant = %version-%source_rel
Supplements: packageand(%name:kernel-devel%variant)
PreReq: coreutils
%description devel
This package contains files necessary for building kernel modules (and

View File

@ -1,3 +1,16 @@
-------------------------------------------------------------------
Mon Nov 26 23:50:50 CET 2012 - jslaby@suse.cz
- Linux 3.6.8.
- commit 6fb821e
-------------------------------------------------------------------
Fri Nov 23 10:29:01 CET 2012 - mmarek@suse.cz
- rpm/kernel-binary.spec.in: Do not remove fillup from the buildsystem
(bnc#781327)
- commit 841d864
-------------------------------------------------------------------
Sun Nov 18 13:04:10 CET 2012 - jslaby@suse.cz
@ -29,6 +42,12 @@ Wed Oct 31 21:15:15 CET 2012 - jslaby@suse.cz
- Linux 3.6.5.
- commit cefb3b0
-------------------------------------------------------------------
Tue Oct 30 17:40:35 CET 2012 - mmarek@suse.cz
- rpm/kernel-binary.spec.in: Require coreutils in kernel-*-devel (bnc#783615)
- commit 2520563
-------------------------------------------------------------------
Sun Oct 28 22:11:41 CET 2012 - jslaby@suse.cz

View File

@ -17,14 +17,14 @@
# norootforbuild
%define patchversion 3.6.7
%define patchversion 3.6.8
%define variant %{nil}
%include %_sourcedir/kernel-spec-macros
Name: kernel-docs
Summary: Kernel Documentation
Version: 3.6.7
Version: 3.6.8
Release: 0
BuildRequires: docbook-toys docbook-utils ghostscript_any libjpeg-devel texlive transfig xmlto xorg-x11-devel
BuildRequires: kernel-source%variant

View File

@ -1,3 +1,16 @@
-------------------------------------------------------------------
Mon Nov 26 23:50:50 CET 2012 - jslaby@suse.cz
- Linux 3.6.8.
- commit 6fb821e
-------------------------------------------------------------------
Fri Nov 23 10:29:01 CET 2012 - mmarek@suse.cz
- rpm/kernel-binary.spec.in: Do not remove fillup from the buildsystem
(bnc#781327)
- commit 841d864
-------------------------------------------------------------------
Sun Nov 18 13:04:10 CET 2012 - jslaby@suse.cz
@ -29,6 +42,12 @@ Wed Oct 31 21:15:15 CET 2012 - jslaby@suse.cz
- Linux 3.6.5.
- commit cefb3b0
-------------------------------------------------------------------
Tue Oct 30 17:40:35 CET 2012 - mmarek@suse.cz
- rpm/kernel-binary.spec.in: Require coreutils in kernel-*-devel (bnc#783615)
- commit 2520563
-------------------------------------------------------------------
Sun Oct 28 22:11:41 CET 2012 - jslaby@suse.cz

View File

@ -18,7 +18,7 @@
# norootforbuild
%define srcversion 3.6
%define patchversion 3.6.7
%define patchversion 3.6.8
%define variant %{nil}
%define vanilla_only 0
@ -57,7 +57,7 @@
Name: kernel-ec2
Summary: The Amazon EC2 Xen Kernel
Version: 3.6.7
Version: 3.6.8
Release: 0
License: GPL-2.0
Group: System/Kernel
@ -91,7 +91,7 @@ Requires(post): distribution-release
#!BuildIgnore: perl-Bootloader mkinitrd distribution-release
# Remove some packages that are installed automatically by the build system,
# but are not needed to build the kernel
#!BuildIgnore: autoconf automake gettext-runtime libtool cvs gettext-tools m4 udev fillup insserv
#!BuildIgnore: autoconf automake gettext-runtime libtool cvs gettext-tools m4 udev insserv
%ifarch ia64
# arch/ia64/scripts/unwcheck.py
@ -893,6 +893,7 @@ Provides: multiversion(kernel)
Provides: %name-devel = %version-%source_rel
Requires: kernel-devel%variant = %version-%source_rel
Supplements: packageand(%name:kernel-devel%variant)
PreReq: coreutils
%description devel
This package contains files necessary for building kernel modules (and

View File

@ -1,3 +1,16 @@
-------------------------------------------------------------------
Mon Nov 26 23:50:50 CET 2012 - jslaby@suse.cz
- Linux 3.6.8.
- commit 6fb821e
-------------------------------------------------------------------
Fri Nov 23 10:29:01 CET 2012 - mmarek@suse.cz
- rpm/kernel-binary.spec.in: Do not remove fillup from the buildsystem
(bnc#781327)
- commit 841d864
-------------------------------------------------------------------
Sun Nov 18 13:04:10 CET 2012 - jslaby@suse.cz
@ -29,6 +42,12 @@ Wed Oct 31 21:15:15 CET 2012 - jslaby@suse.cz
- Linux 3.6.5.
- commit cefb3b0
-------------------------------------------------------------------
Tue Oct 30 17:40:35 CET 2012 - mmarek@suse.cz
- rpm/kernel-binary.spec.in: Require coreutils in kernel-*-devel (bnc#783615)
- commit 2520563
-------------------------------------------------------------------
Sun Oct 28 22:11:41 CET 2012 - jslaby@suse.cz

View File

@ -18,7 +18,7 @@
# norootforbuild
%define srcversion 3.6
%define patchversion 3.6.7
%define patchversion 3.6.8
%define variant %{nil}
%define vanilla_only 0
@ -57,7 +57,7 @@
Name: kernel-exynos
Summary: Kernel for Samsung's Exynos SoC
Version: 3.6.7
Version: 3.6.8
Release: 0
License: GPL-2.0
Group: System/Kernel
@ -91,7 +91,7 @@ Requires(post): distribution-release
#!BuildIgnore: perl-Bootloader mkinitrd distribution-release
# Remove some packages that are installed automatically by the build system,
# but are not needed to build the kernel
#!BuildIgnore: autoconf automake gettext-runtime libtool cvs gettext-tools m4 udev fillup insserv
#!BuildIgnore: autoconf automake gettext-runtime libtool cvs gettext-tools m4 udev insserv
%ifarch ia64
# arch/ia64/scripts/unwcheck.py
@ -884,6 +884,7 @@ Provides: multiversion(kernel)
Provides: %name-devel = %version-%source_rel
Requires: kernel-devel%variant = %version-%source_rel
Supplements: packageand(%name:kernel-devel%variant)
PreReq: coreutils
%description devel
This package contains files necessary for building kernel modules (and

View File

@ -1,3 +1,16 @@
-------------------------------------------------------------------
Mon Nov 26 23:50:50 CET 2012 - jslaby@suse.cz
- Linux 3.6.8.
- commit 6fb821e
-------------------------------------------------------------------
Fri Nov 23 10:29:01 CET 2012 - mmarek@suse.cz
- rpm/kernel-binary.spec.in: Do not remove fillup from the buildsystem
(bnc#781327)
- commit 841d864
-------------------------------------------------------------------
Sun Nov 18 13:04:10 CET 2012 - jslaby@suse.cz
@ -29,6 +42,12 @@ Wed Oct 31 21:15:15 CET 2012 - jslaby@suse.cz
- Linux 3.6.5.
- commit cefb3b0
-------------------------------------------------------------------
Tue Oct 30 17:40:35 CET 2012 - mmarek@suse.cz
- rpm/kernel-binary.spec.in: Require coreutils in kernel-*-devel (bnc#783615)
- commit 2520563
-------------------------------------------------------------------
Sun Oct 28 22:11:41 CET 2012 - jslaby@suse.cz

View File

@ -18,7 +18,7 @@
# norootforbuild
%define srcversion 3.6
%define patchversion 3.6.7
%define patchversion 3.6.8
%define variant %{nil}
%define vanilla_only 0
@ -57,7 +57,7 @@
Name: kernel-highbank
Summary: Kernel for Calxeda Highbank SoC
Version: 3.6.7
Version: 3.6.8
Release: 0
License: GPL-2.0
Group: System/Kernel
@ -91,7 +91,7 @@ Requires(post): distribution-release
#!BuildIgnore: perl-Bootloader mkinitrd distribution-release
# Remove some packages that are installed automatically by the build system,
# but are not needed to build the kernel
#!BuildIgnore: autoconf automake gettext-runtime libtool cvs gettext-tools m4 udev fillup insserv
#!BuildIgnore: autoconf automake gettext-runtime libtool cvs gettext-tools m4 udev insserv
%ifarch ia64
# arch/ia64/scripts/unwcheck.py
@ -884,6 +884,7 @@ Provides: multiversion(kernel)
Provides: %name-devel = %version-%source_rel
Requires: kernel-devel%variant = %version-%source_rel
Supplements: packageand(%name:kernel-devel%variant)
PreReq: coreutils
%description devel
This package contains files necessary for building kernel modules (and

View File

@ -1,3 +1,16 @@
-------------------------------------------------------------------
Mon Nov 26 23:50:50 CET 2012 - jslaby@suse.cz
- Linux 3.6.8.
- commit 6fb821e
-------------------------------------------------------------------
Fri Nov 23 10:29:01 CET 2012 - mmarek@suse.cz
- rpm/kernel-binary.spec.in: Do not remove fillup from the buildsystem
(bnc#781327)
- commit 841d864
-------------------------------------------------------------------
Sun Nov 18 13:04:10 CET 2012 - jslaby@suse.cz
@ -29,6 +42,12 @@ Wed Oct 31 21:15:15 CET 2012 - jslaby@suse.cz
- Linux 3.6.5.
- commit cefb3b0
-------------------------------------------------------------------
Tue Oct 30 17:40:35 CET 2012 - mmarek@suse.cz
- rpm/kernel-binary.spec.in: Require coreutils in kernel-*-devel (bnc#783615)
- commit 2520563
-------------------------------------------------------------------
Sun Oct 28 22:11:41 CET 2012 - jslaby@suse.cz

View File

@ -18,7 +18,7 @@
# norootforbuild
%define srcversion 3.6
%define patchversion 3.6.7
%define patchversion 3.6.8
%define variant %{nil}
%define vanilla_only 0
@ -57,7 +57,7 @@
Name: kernel-imx51
Summary: Kernel for Freescale's iMX SoC
Version: 3.6.7
Version: 3.6.8
Release: 0
License: GPL-2.0
Group: System/Kernel
@ -91,7 +91,7 @@ Requires(post): distribution-release
#!BuildIgnore: perl-Bootloader mkinitrd distribution-release
# Remove some packages that are installed automatically by the build system,
# but are not needed to build the kernel
#!BuildIgnore: autoconf automake gettext-runtime libtool cvs gettext-tools m4 udev fillup insserv
#!BuildIgnore: autoconf automake gettext-runtime libtool cvs gettext-tools m4 udev insserv
%ifarch ia64
# arch/ia64/scripts/unwcheck.py
@ -887,6 +887,7 @@ Provides: multiversion(kernel)
Provides: %name-devel = %version-%source_rel
Requires: kernel-devel%variant = %version-%source_rel
Supplements: packageand(%name:kernel-devel%variant)
PreReq: coreutils
%description devel
This package contains files necessary for building kernel modules (and

View File

@ -1,3 +1,16 @@
-------------------------------------------------------------------
Mon Nov 26 23:50:50 CET 2012 - jslaby@suse.cz
- Linux 3.6.8.
- commit 6fb821e
-------------------------------------------------------------------
Fri Nov 23 10:29:01 CET 2012 - mmarek@suse.cz
- rpm/kernel-binary.spec.in: Do not remove fillup from the buildsystem
(bnc#781327)
- commit 841d864
-------------------------------------------------------------------
Sun Nov 18 13:04:10 CET 2012 - jslaby@suse.cz
@ -29,6 +42,12 @@ Wed Oct 31 21:15:15 CET 2012 - jslaby@suse.cz
- Linux 3.6.5.
- commit cefb3b0
-------------------------------------------------------------------
Tue Oct 30 17:40:35 CET 2012 - mmarek@suse.cz
- rpm/kernel-binary.spec.in: Require coreutils in kernel-*-devel (bnc#783615)
- commit 2520563
-------------------------------------------------------------------
Sun Oct 28 22:11:41 CET 2012 - jslaby@suse.cz

View File

@ -18,7 +18,7 @@
# norootforbuild
%define srcversion 3.6
%define patchversion 3.6.7
%define patchversion 3.6.8
%define variant %{nil}
%define vanilla_only 0
@ -57,7 +57,7 @@
Name: kernel-omap2plus
Summary: Kernel for Texas instrument's OMAP SoC
Version: 3.6.7
Version: 3.6.8
Release: 0
License: GPL-2.0
Group: System/Kernel
@ -91,7 +91,7 @@ Requires(post): distribution-release
#!BuildIgnore: perl-Bootloader mkinitrd distribution-release
# Remove some packages that are installed automatically by the build system,
# but are not needed to build the kernel
#!BuildIgnore: autoconf automake gettext-runtime libtool cvs gettext-tools m4 udev fillup insserv
#!BuildIgnore: autoconf automake gettext-runtime libtool cvs gettext-tools m4 udev insserv
%ifarch ia64
# arch/ia64/scripts/unwcheck.py
@ -887,6 +887,7 @@ Provides: multiversion(kernel)
Provides: %name-devel = %version-%source_rel
Requires: kernel-devel%variant = %version-%source_rel
Supplements: packageand(%name:kernel-devel%variant)
PreReq: coreutils
%description devel
This package contains files necessary for building kernel modules (and

View File

@ -1,3 +1,16 @@
-------------------------------------------------------------------
Mon Nov 26 23:50:50 CET 2012 - jslaby@suse.cz
- Linux 3.6.8.
- commit 6fb821e
-------------------------------------------------------------------
Fri Nov 23 10:29:01 CET 2012 - mmarek@suse.cz
- rpm/kernel-binary.spec.in: Do not remove fillup from the buildsystem
(bnc#781327)
- commit 841d864
-------------------------------------------------------------------
Sun Nov 18 13:04:10 CET 2012 - jslaby@suse.cz
@ -29,6 +42,12 @@ Wed Oct 31 21:15:15 CET 2012 - jslaby@suse.cz
- Linux 3.6.5.
- commit cefb3b0
-------------------------------------------------------------------
Tue Oct 30 17:40:35 CET 2012 - mmarek@suse.cz
- rpm/kernel-binary.spec.in: Require coreutils in kernel-*-devel (bnc#783615)
- commit 2520563
-------------------------------------------------------------------
Sun Oct 28 22:11:41 CET 2012 - jslaby@suse.cz

View File

@ -18,7 +18,7 @@
# norootforbuild
%define srcversion 3.6
%define patchversion 3.6.7
%define patchversion 3.6.8
%define variant %{nil}
%define vanilla_only 0
@ -57,7 +57,7 @@
Name: kernel-pae
Summary: Kernel with PAE Support
Version: 3.6.7
Version: 3.6.8
Release: 0
License: GPL-2.0
Group: System/Kernel
@ -91,7 +91,7 @@ Requires(post): distribution-release
#!BuildIgnore: perl-Bootloader mkinitrd distribution-release
# Remove some packages that are installed automatically by the build system,
# but are not needed to build the kernel
#!BuildIgnore: autoconf automake gettext-runtime libtool cvs gettext-tools m4 udev fillup insserv
#!BuildIgnore: autoconf automake gettext-runtime libtool cvs gettext-tools m4 udev insserv
%ifarch ia64
# arch/ia64/scripts/unwcheck.py
@ -908,6 +908,7 @@ Provides: multiversion(kernel)
Provides: %name-devel = %version-%source_rel
Requires: kernel-devel%variant = %version-%source_rel
Supplements: packageand(%name:kernel-devel%variant)
PreReq: coreutils
%description devel
This package contains files necessary for building kernel modules (and

View File

@ -1,3 +1,16 @@
-------------------------------------------------------------------
Mon Nov 26 23:50:50 CET 2012 - jslaby@suse.cz
- Linux 3.6.8.
- commit 6fb821e
-------------------------------------------------------------------
Fri Nov 23 10:29:01 CET 2012 - mmarek@suse.cz
- rpm/kernel-binary.spec.in: Do not remove fillup from the buildsystem
(bnc#781327)
- commit 841d864
-------------------------------------------------------------------
Sun Nov 18 13:04:10 CET 2012 - jslaby@suse.cz
@ -29,6 +42,12 @@ Wed Oct 31 21:15:15 CET 2012 - jslaby@suse.cz
- Linux 3.6.5.
- commit cefb3b0
-------------------------------------------------------------------
Tue Oct 30 17:40:35 CET 2012 - mmarek@suse.cz
- rpm/kernel-binary.spec.in: Require coreutils in kernel-*-devel (bnc#783615)
- commit 2520563
-------------------------------------------------------------------
Sun Oct 28 22:11:41 CET 2012 - jslaby@suse.cz

View File

@ -18,7 +18,7 @@
# norootforbuild
%define srcversion 3.6
%define patchversion 3.6.7
%define patchversion 3.6.8
%define variant %{nil}
%define vanilla_only 0
@ -57,7 +57,7 @@
Name: kernel-ppc64
Summary: Kernel for ppc64 Systems
Version: 3.6.7
Version: 3.6.8
Release: 0
License: GPL-2.0
Group: System/Kernel
@ -91,7 +91,7 @@ Requires(post): distribution-release
#!BuildIgnore: perl-Bootloader mkinitrd distribution-release
# Remove some packages that are installed automatically by the build system,
# but are not needed to build the kernel
#!BuildIgnore: autoconf automake gettext-runtime libtool cvs gettext-tools m4 udev fillup insserv
#!BuildIgnore: autoconf automake gettext-runtime libtool cvs gettext-tools m4 udev insserv
%ifarch ia64
# arch/ia64/scripts/unwcheck.py
@ -912,6 +912,7 @@ Provides: multiversion(kernel)
Provides: %name-devel = %version-%source_rel
Requires: kernel-devel%variant = %version-%source_rel
Supplements: packageand(%name:kernel-devel%variant)
PreReq: coreutils
%description devel
This package contains files necessary for building kernel modules (and

View File

@ -1,3 +1,16 @@
-------------------------------------------------------------------
Mon Nov 26 23:50:50 CET 2012 - jslaby@suse.cz
- Linux 3.6.8.
- commit 6fb821e
-------------------------------------------------------------------
Fri Nov 23 10:29:01 CET 2012 - mmarek@suse.cz
- rpm/kernel-binary.spec.in: Do not remove fillup from the buildsystem
(bnc#781327)
- commit 841d864
-------------------------------------------------------------------
Sun Nov 18 13:04:10 CET 2012 - jslaby@suse.cz
@ -29,6 +42,12 @@ Wed Oct 31 21:15:15 CET 2012 - jslaby@suse.cz
- Linux 3.6.5.
- commit cefb3b0
-------------------------------------------------------------------
Tue Oct 30 17:40:35 CET 2012 - mmarek@suse.cz
- rpm/kernel-binary.spec.in: Require coreutils in kernel-*-devel (bnc#783615)
- commit 2520563
-------------------------------------------------------------------
Sun Oct 28 22:11:41 CET 2012 - jslaby@suse.cz

View File

@ -18,7 +18,7 @@
# norootforbuild
%define srcversion 3.6
%define patchversion 3.6.7
%define patchversion 3.6.8
%define variant %{nil}
%define vanilla_only 0
@ -57,7 +57,7 @@
Name: kernel-s390
Summary: The Standard Kernel
Version: 3.6.7
Version: 3.6.8
Release: 0
License: GPL-2.0
Group: System/Kernel
@ -91,7 +91,7 @@ Requires(post): distribution-release
#!BuildIgnore: perl-Bootloader mkinitrd distribution-release
# Remove some packages that are installed automatically by the build system,
# but are not needed to build the kernel
#!BuildIgnore: autoconf automake gettext-runtime libtool cvs gettext-tools m4 udev fillup insserv
#!BuildIgnore: autoconf automake gettext-runtime libtool cvs gettext-tools m4 udev insserv
%ifarch ia64
# arch/ia64/scripts/unwcheck.py
@ -887,6 +887,7 @@ Provides: multiversion(kernel)
Provides: %name-devel = %version-%source_rel
Requires: kernel-devel%variant = %version-%source_rel
Supplements: packageand(%name:kernel-devel%variant)
PreReq: coreutils
%description devel
This package contains files necessary for building kernel modules (and

View File

@ -1,3 +1,16 @@
-------------------------------------------------------------------
Mon Nov 26 23:50:50 CET 2012 - jslaby@suse.cz
- Linux 3.6.8.
- commit 6fb821e
-------------------------------------------------------------------
Fri Nov 23 10:29:01 CET 2012 - mmarek@suse.cz
- rpm/kernel-binary.spec.in: Do not remove fillup from the buildsystem
(bnc#781327)
- commit 841d864
-------------------------------------------------------------------
Sun Nov 18 13:04:10 CET 2012 - jslaby@suse.cz
@ -29,6 +42,12 @@ Wed Oct 31 21:15:15 CET 2012 - jslaby@suse.cz
- Linux 3.6.5.
- commit cefb3b0
-------------------------------------------------------------------
Tue Oct 30 17:40:35 CET 2012 - mmarek@suse.cz
- rpm/kernel-binary.spec.in: Require coreutils in kernel-*-devel (bnc#783615)
- commit 2520563
-------------------------------------------------------------------
Sun Oct 28 22:11:41 CET 2012 - jslaby@suse.cz

View File

@ -19,7 +19,7 @@
# icecream 0
%define srcversion 3.6
%define patchversion 3.6.7
%define patchversion 3.6.8
%define variant %{nil}
%define vanilla_only 0
@ -29,7 +29,7 @@
Name: kernel-source
Summary: The Linux Kernel Sources
Version: 3.6.7
Version: 3.6.8
Release: 0
License: GPL-2.0
Group: Development/Sources

View File

@ -1,3 +1,16 @@
-------------------------------------------------------------------
Mon Nov 26 23:50:50 CET 2012 - jslaby@suse.cz
- Linux 3.6.8.
- commit 6fb821e
-------------------------------------------------------------------
Fri Nov 23 10:29:01 CET 2012 - mmarek@suse.cz
- rpm/kernel-binary.spec.in: Do not remove fillup from the buildsystem
(bnc#781327)
- commit 841d864
-------------------------------------------------------------------
Sun Nov 18 13:04:10 CET 2012 - jslaby@suse.cz
@ -29,6 +42,12 @@ Wed Oct 31 21:15:15 CET 2012 - jslaby@suse.cz
- Linux 3.6.5.
- commit cefb3b0
-------------------------------------------------------------------
Tue Oct 30 17:40:35 CET 2012 - mmarek@suse.cz
- rpm/kernel-binary.spec.in: Require coreutils in kernel-*-devel (bnc#783615)
- commit 2520563
-------------------------------------------------------------------
Sun Oct 28 22:11:41 CET 2012 - jslaby@suse.cz

View File

@ -23,7 +23,7 @@
Name: kernel-syms
Summary: Kernel Symbol Versions (modversions)
Version: 3.6.7
Version: 3.6.8
%if %using_buildservice
Release: 0
%else

View File

@ -1,3 +1,16 @@
-------------------------------------------------------------------
Mon Nov 26 23:50:50 CET 2012 - jslaby@suse.cz
- Linux 3.6.8.
- commit 6fb821e
-------------------------------------------------------------------
Fri Nov 23 10:29:01 CET 2012 - mmarek@suse.cz
- rpm/kernel-binary.spec.in: Do not remove fillup from the buildsystem
(bnc#781327)
- commit 841d864
-------------------------------------------------------------------
Sun Nov 18 13:04:10 CET 2012 - jslaby@suse.cz
@ -29,6 +42,12 @@ Wed Oct 31 21:15:15 CET 2012 - jslaby@suse.cz
- Linux 3.6.5.
- commit cefb3b0
-------------------------------------------------------------------
Tue Oct 30 17:40:35 CET 2012 - mmarek@suse.cz
- rpm/kernel-binary.spec.in: Require coreutils in kernel-*-devel (bnc#783615)
- commit 2520563
-------------------------------------------------------------------
Sun Oct 28 22:11:41 CET 2012 - jslaby@suse.cz

View File

@ -18,7 +18,7 @@
# norootforbuild
%define srcversion 3.6
%define patchversion 3.6.7
%define patchversion 3.6.8
%define variant %{nil}
%define vanilla_only 0
@ -57,7 +57,7 @@
Name: kernel-tegra
Summary: Kernel for Nvidia's Tegra SoC
Version: 3.6.7
Version: 3.6.8
Release: 0
License: GPL-2.0
Group: System/Kernel
@ -91,7 +91,7 @@ Requires(post): distribution-release
#!BuildIgnore: perl-Bootloader mkinitrd distribution-release
# Remove some packages that are installed automatically by the build system,
# but are not needed to build the kernel
#!BuildIgnore: autoconf automake gettext-runtime libtool cvs gettext-tools m4 udev fillup insserv
#!BuildIgnore: autoconf automake gettext-runtime libtool cvs gettext-tools m4 udev insserv
%ifarch ia64
# arch/ia64/scripts/unwcheck.py
@ -887,6 +887,7 @@ Provides: multiversion(kernel)
Provides: %name-devel = %version-%source_rel
Requires: kernel-devel%variant = %version-%source_rel
Supplements: packageand(%name:kernel-devel%variant)
PreReq: coreutils
%description devel
This package contains files necessary for building kernel modules (and

View File

@ -1,3 +1,16 @@
-------------------------------------------------------------------
Mon Nov 26 23:50:50 CET 2012 - jslaby@suse.cz
- Linux 3.6.8.
- commit 6fb821e
-------------------------------------------------------------------
Fri Nov 23 10:29:01 CET 2012 - mmarek@suse.cz
- rpm/kernel-binary.spec.in: Do not remove fillup from the buildsystem
(bnc#781327)
- commit 841d864
-------------------------------------------------------------------
Sun Nov 18 13:04:10 CET 2012 - jslaby@suse.cz
@ -29,6 +42,12 @@ Wed Oct 31 21:15:15 CET 2012 - jslaby@suse.cz
- Linux 3.6.5.
- commit cefb3b0
-------------------------------------------------------------------
Tue Oct 30 17:40:35 CET 2012 - mmarek@suse.cz
- rpm/kernel-binary.spec.in: Require coreutils in kernel-*-devel (bnc#783615)
- commit 2520563
-------------------------------------------------------------------
Sun Oct 28 22:11:41 CET 2012 - jslaby@suse.cz

View File

@ -18,7 +18,7 @@
# norootforbuild
%define srcversion 3.6
%define patchversion 3.6.7
%define patchversion 3.6.8
%define variant %{nil}
%define vanilla_only 0
@ -57,7 +57,7 @@
Name: kernel-trace
Summary: The Standard Kernel with Tracing Features
Version: 3.6.7
Version: 3.6.8
Release: 0
License: GPL-2.0
Group: System/Kernel
@ -91,7 +91,7 @@ Requires(post): distribution-release
#!BuildIgnore: perl-Bootloader mkinitrd distribution-release
# Remove some packages that are installed automatically by the build system,
# but are not needed to build the kernel
#!BuildIgnore: autoconf automake gettext-runtime libtool cvs gettext-tools m4 udev fillup insserv
#!BuildIgnore: autoconf automake gettext-runtime libtool cvs gettext-tools m4 udev insserv
%ifarch ia64
# arch/ia64/scripts/unwcheck.py
@ -895,6 +895,7 @@ Provides: multiversion(kernel)
Provides: %name-devel = %version-%source_rel
Requires: kernel-devel%variant = %version-%source_rel
Supplements: packageand(%name:kernel-devel%variant)
PreReq: coreutils
%description devel
This package contains files necessary for building kernel modules (and

View File

@ -1,3 +1,16 @@
-------------------------------------------------------------------
Mon Nov 26 23:50:50 CET 2012 - jslaby@suse.cz
- Linux 3.6.8.
- commit 6fb821e
-------------------------------------------------------------------
Fri Nov 23 10:29:01 CET 2012 - mmarek@suse.cz
- rpm/kernel-binary.spec.in: Do not remove fillup from the buildsystem
(bnc#781327)
- commit 841d864
-------------------------------------------------------------------
Sun Nov 18 13:04:10 CET 2012 - jslaby@suse.cz
@ -29,6 +42,12 @@ Wed Oct 31 21:15:15 CET 2012 - jslaby@suse.cz
- Linux 3.6.5.
- commit cefb3b0
-------------------------------------------------------------------
Tue Oct 30 17:40:35 CET 2012 - mmarek@suse.cz
- rpm/kernel-binary.spec.in: Require coreutils in kernel-*-devel (bnc#783615)
- commit 2520563
-------------------------------------------------------------------
Sun Oct 28 22:11:41 CET 2012 - jslaby@suse.cz

View File

@ -18,7 +18,7 @@
# norootforbuild
%define srcversion 3.6
%define patchversion 3.6.7
%define patchversion 3.6.8
%define variant %{nil}
%define vanilla_only 0
@ -57,7 +57,7 @@
Name: kernel-u8500
Summary: Kernel for ST-Ericsson's Nova SoC
Version: 3.6.7
Version: 3.6.8
Release: 0
License: GPL-2.0
Group: System/Kernel
@ -91,7 +91,7 @@ Requires(post): distribution-release
#!BuildIgnore: perl-Bootloader mkinitrd distribution-release
# Remove some packages that are installed automatically by the build system,
# but are not needed to build the kernel
#!BuildIgnore: autoconf automake gettext-runtime libtool cvs gettext-tools m4 udev fillup insserv
#!BuildIgnore: autoconf automake gettext-runtime libtool cvs gettext-tools m4 udev insserv
%ifarch ia64
# arch/ia64/scripts/unwcheck.py
@ -887,6 +887,7 @@ Provides: multiversion(kernel)
Provides: %name-devel = %version-%source_rel
Requires: kernel-devel%variant = %version-%source_rel
Supplements: packageand(%name:kernel-devel%variant)
PreReq: coreutils
%description devel
This package contains files necessary for building kernel modules (and

View File

@ -1,3 +1,16 @@
-------------------------------------------------------------------
Mon Nov 26 23:50:50 CET 2012 - jslaby@suse.cz
- Linux 3.6.8.
- commit 6fb821e
-------------------------------------------------------------------
Fri Nov 23 10:29:01 CET 2012 - mmarek@suse.cz
- rpm/kernel-binary.spec.in: Do not remove fillup from the buildsystem
(bnc#781327)
- commit 841d864
-------------------------------------------------------------------
Sun Nov 18 13:04:10 CET 2012 - jslaby@suse.cz
@ -29,6 +42,12 @@ Wed Oct 31 21:15:15 CET 2012 - jslaby@suse.cz
- Linux 3.6.5.
- commit cefb3b0
-------------------------------------------------------------------
Tue Oct 30 17:40:35 CET 2012 - mmarek@suse.cz
- rpm/kernel-binary.spec.in: Require coreutils in kernel-*-devel (bnc#783615)
- commit 2520563
-------------------------------------------------------------------
Sun Oct 28 22:11:41 CET 2012 - jslaby@suse.cz

View File

@ -18,7 +18,7 @@
# norootforbuild
%define srcversion 3.6
%define patchversion 3.6.7
%define patchversion 3.6.8
%define variant %{nil}
%define vanilla_only 0
@ -57,7 +57,7 @@
Name: kernel-vanilla
Summary: The Standard Kernel - without any SUSE patches
Version: 3.6.7
Version: 3.6.8
Release: 0
License: GPL-2.0
Group: System/Kernel
@ -91,7 +91,7 @@ Requires(post): distribution-release
#!BuildIgnore: perl-Bootloader mkinitrd distribution-release
# Remove some packages that are installed automatically by the build system,
# but are not needed to build the kernel
#!BuildIgnore: autoconf automake gettext-runtime libtool cvs gettext-tools m4 udev fillup insserv
#!BuildIgnore: autoconf automake gettext-runtime libtool cvs gettext-tools m4 udev insserv
%ifarch ia64
# arch/ia64/scripts/unwcheck.py
@ -891,6 +891,7 @@ Provides: multiversion(kernel)
Provides: %name-devel = %version-%source_rel
Requires: kernel-devel%variant = %version-%source_rel
Supplements: packageand(%name:kernel-devel%variant)
PreReq: coreutils
%description devel
This package contains files necessary for building kernel modules (and

View File

@ -1,3 +1,16 @@
-------------------------------------------------------------------
Mon Nov 26 23:50:50 CET 2012 - jslaby@suse.cz
- Linux 3.6.8.
- commit 6fb821e
-------------------------------------------------------------------
Fri Nov 23 10:29:01 CET 2012 - mmarek@suse.cz
- rpm/kernel-binary.spec.in: Do not remove fillup from the buildsystem
(bnc#781327)
- commit 841d864
-------------------------------------------------------------------
Sun Nov 18 13:04:10 CET 2012 - jslaby@suse.cz
@ -29,6 +42,12 @@ Wed Oct 31 21:15:15 CET 2012 - jslaby@suse.cz
- Linux 3.6.5.
- commit cefb3b0
-------------------------------------------------------------------
Tue Oct 30 17:40:35 CET 2012 - mmarek@suse.cz
- rpm/kernel-binary.spec.in: Require coreutils in kernel-*-devel (bnc#783615)
- commit 2520563
-------------------------------------------------------------------
Sun Oct 28 22:11:41 CET 2012 - jslaby@suse.cz

View File

@ -18,7 +18,7 @@
# norootforbuild
%define srcversion 3.6
%define patchversion 3.6.7
%define patchversion 3.6.8
%define variant %{nil}
%define vanilla_only 0
@ -57,7 +57,7 @@
Name: kernel-xen
Summary: The Xen Kernel
Version: 3.6.7
Version: 3.6.8
Release: 0
License: GPL-2.0
Group: System/Kernel
@ -91,7 +91,7 @@ Requires(post): distribution-release
#!BuildIgnore: perl-Bootloader mkinitrd distribution-release
# Remove some packages that are installed automatically by the build system,
# but are not needed to build the kernel
#!BuildIgnore: autoconf automake gettext-runtime libtool cvs gettext-tools m4 udev fillup insserv
#!BuildIgnore: autoconf automake gettext-runtime libtool cvs gettext-tools m4 udev insserv
%ifarch ia64
# arch/ia64/scripts/unwcheck.py
@ -893,6 +893,7 @@ Provides: multiversion(kernel)
Provides: %name-devel = %version-%source_rel
Requires: kernel-devel%variant = %version-%source_rel
Supplements: packageand(%name:kernel-devel%variant)
PreReq: coreutils
%description devel
This package contains files necessary for building kernel modules (and

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a7b32e5dd943e58aa442e5993974314af3c1db2da32ceba576467a2dec33906a
size 190588
oid sha256:7df717f4f1b8fa3954d82f495373b72c17233f699b056733e9414f7cac8b6279
size 215867

View File

@ -34,6 +34,7 @@
patches.kernel.org/patch-3.6.4-5
patches.kernel.org/patch-3.6.5-6
patches.kernel.org/patch-3.6.6-7
patches.kernel.org/patch-3.6.7-8
########################################################
# Build fixes that apply to the vanilla kernel too.

View File

@ -1,3 +1,3 @@
2012-11-18 13:04:10 +0100
GIT Revision: d760411f5031f6b71b50d296211f7b9a0b69387e
2012-11-26 23:50:50 +0100
GIT Revision: 6fb821ebc16e082d4df615a79010ff2b4d6d1a2e
GIT Branch: stable