commit 6fb821ebc16e082d4df615a79010ff2b4d6d1a2e
OBS-URL: https://build.opensuse.org/package/show/Kernel:stable/kernel-source?expand=0&rev=158
This commit is contained in:
parent
8e2525899a
commit
7bc40d3e54
@ -91,7 +91,7 @@ Requires(post): distribution-release
|
|||||||
#!BuildIgnore: perl-Bootloader mkinitrd distribution-release
|
#!BuildIgnore: perl-Bootloader mkinitrd distribution-release
|
||||||
# Remove some packages that are installed automatically by the build system,
|
# Remove some packages that are installed automatically by the build system,
|
||||||
# but are not needed to build the kernel
|
# 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
|
%ifarch ia64
|
||||||
# arch/ia64/scripts/unwcheck.py
|
# arch/ia64/scripts/unwcheck.py
|
||||||
@ -809,6 +809,7 @@ Provides: multiversion(kernel)
|
|||||||
Provides: %name-devel = %version-%source_rel
|
Provides: %name-devel = %version-%source_rel
|
||||||
Requires: kernel-devel%variant = %version-%source_rel
|
Requires: kernel-devel%variant = %version-%source_rel
|
||||||
Supplements: packageand(%name:kernel-devel%variant)
|
Supplements: packageand(%name:kernel-devel%variant)
|
||||||
|
PreReq: coreutils
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
This package contains files necessary for building kernel modules (and
|
This package contains files necessary for building kernel modules (and
|
||||||
|
@ -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
|
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.
|
- Linux 3.6.5.
|
||||||
- commit cefb3b0
|
- 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
|
Sun Oct 28 22:11:41 CET 2012 - jslaby@suse.cz
|
||||||
|
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
# norootforbuild
|
# norootforbuild
|
||||||
|
|
||||||
%define srcversion 3.6
|
%define srcversion 3.6
|
||||||
%define patchversion 3.6.7
|
%define patchversion 3.6.8
|
||||||
%define variant %{nil}
|
%define variant %{nil}
|
||||||
%define vanilla_only 0
|
%define vanilla_only 0
|
||||||
|
|
||||||
@ -57,7 +57,7 @@
|
|||||||
|
|
||||||
Name: kernel-cubox
|
Name: kernel-cubox
|
||||||
Summary: Kernel for SolidRun Cubox
|
Summary: Kernel for SolidRun Cubox
|
||||||
Version: 3.6.7
|
Version: 3.6.8
|
||||||
Release: 0
|
Release: 0
|
||||||
License: GPL-2.0
|
License: GPL-2.0
|
||||||
Group: System/Kernel
|
Group: System/Kernel
|
||||||
@ -91,7 +91,7 @@ Requires(post): distribution-release
|
|||||||
#!BuildIgnore: perl-Bootloader mkinitrd distribution-release
|
#!BuildIgnore: perl-Bootloader mkinitrd distribution-release
|
||||||
# Remove some packages that are installed automatically by the build system,
|
# Remove some packages that are installed automatically by the build system,
|
||||||
# but are not needed to build the kernel
|
# 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
|
%ifarch ia64
|
||||||
# arch/ia64/scripts/unwcheck.py
|
# arch/ia64/scripts/unwcheck.py
|
||||||
@ -887,6 +887,7 @@ Provides: multiversion(kernel)
|
|||||||
Provides: %name-devel = %version-%source_rel
|
Provides: %name-devel = %version-%source_rel
|
||||||
Requires: kernel-devel%variant = %version-%source_rel
|
Requires: kernel-devel%variant = %version-%source_rel
|
||||||
Supplements: packageand(%name:kernel-devel%variant)
|
Supplements: packageand(%name:kernel-devel%variant)
|
||||||
|
PreReq: coreutils
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
This package contains files necessary for building kernel modules (and
|
This package contains files necessary for building kernel modules (and
|
||||||
|
@ -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
|
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.
|
- Linux 3.6.5.
|
||||||
- commit cefb3b0
|
- 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
|
Sun Oct 28 22:11:41 CET 2012 - jslaby@suse.cz
|
||||||
|
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
# norootforbuild
|
# norootforbuild
|
||||||
|
|
||||||
%define srcversion 3.6
|
%define srcversion 3.6
|
||||||
%define patchversion 3.6.7
|
%define patchversion 3.6.8
|
||||||
%define variant %{nil}
|
%define variant %{nil}
|
||||||
%define vanilla_only 0
|
%define vanilla_only 0
|
||||||
|
|
||||||
@ -57,7 +57,7 @@
|
|||||||
|
|
||||||
Name: kernel-debug
|
Name: kernel-debug
|
||||||
Summary: A Debug Version of the Kernel
|
Summary: A Debug Version of the Kernel
|
||||||
Version: 3.6.7
|
Version: 3.6.8
|
||||||
Release: 0
|
Release: 0
|
||||||
License: GPL-2.0
|
License: GPL-2.0
|
||||||
Group: System/Kernel
|
Group: System/Kernel
|
||||||
@ -91,7 +91,7 @@ Requires(post): distribution-release
|
|||||||
#!BuildIgnore: perl-Bootloader mkinitrd distribution-release
|
#!BuildIgnore: perl-Bootloader mkinitrd distribution-release
|
||||||
# Remove some packages that are installed automatically by the build system,
|
# Remove some packages that are installed automatically by the build system,
|
||||||
# but are not needed to build the kernel
|
# 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
|
%ifarch ia64
|
||||||
# arch/ia64/scripts/unwcheck.py
|
# arch/ia64/scripts/unwcheck.py
|
||||||
@ -890,6 +890,7 @@ Provides: multiversion(kernel)
|
|||||||
Provides: %name-devel = %version-%source_rel
|
Provides: %name-devel = %version-%source_rel
|
||||||
Requires: kernel-devel%variant = %version-%source_rel
|
Requires: kernel-devel%variant = %version-%source_rel
|
||||||
Supplements: packageand(%name:kernel-devel%variant)
|
Supplements: packageand(%name:kernel-devel%variant)
|
||||||
|
PreReq: coreutils
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
This package contains files necessary for building kernel modules (and
|
This package contains files necessary for building kernel modules (and
|
||||||
|
@ -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
|
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.
|
- Linux 3.6.5.
|
||||||
- commit cefb3b0
|
- 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
|
Sun Oct 28 22:11:41 CET 2012 - jslaby@suse.cz
|
||||||
|
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
# norootforbuild
|
# norootforbuild
|
||||||
|
|
||||||
%define srcversion 3.6
|
%define srcversion 3.6
|
||||||
%define patchversion 3.6.7
|
%define patchversion 3.6.8
|
||||||
%define variant %{nil}
|
%define variant %{nil}
|
||||||
%define vanilla_only 0
|
%define vanilla_only 0
|
||||||
|
|
||||||
@ -57,7 +57,7 @@
|
|||||||
|
|
||||||
Name: kernel-default
|
Name: kernel-default
|
||||||
Summary: The Standard Kernel
|
Summary: The Standard Kernel
|
||||||
Version: 3.6.7
|
Version: 3.6.8
|
||||||
Release: 0
|
Release: 0
|
||||||
License: GPL-2.0
|
License: GPL-2.0
|
||||||
Group: System/Kernel
|
Group: System/Kernel
|
||||||
@ -91,7 +91,7 @@ Requires(post): distribution-release
|
|||||||
#!BuildIgnore: perl-Bootloader mkinitrd distribution-release
|
#!BuildIgnore: perl-Bootloader mkinitrd distribution-release
|
||||||
# Remove some packages that are installed automatically by the build system,
|
# Remove some packages that are installed automatically by the build system,
|
||||||
# but are not needed to build the kernel
|
# 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
|
%ifarch ia64
|
||||||
# arch/ia64/scripts/unwcheck.py
|
# arch/ia64/scripts/unwcheck.py
|
||||||
@ -903,6 +903,7 @@ Provides: multiversion(kernel)
|
|||||||
Provides: %name-devel = %version-%source_rel
|
Provides: %name-devel = %version-%source_rel
|
||||||
Requires: kernel-devel%variant = %version-%source_rel
|
Requires: kernel-devel%variant = %version-%source_rel
|
||||||
Supplements: packageand(%name:kernel-devel%variant)
|
Supplements: packageand(%name:kernel-devel%variant)
|
||||||
|
PreReq: coreutils
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
This package contains files necessary for building kernel modules (and
|
This package contains files necessary for building kernel modules (and
|
||||||
|
@ -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
|
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.
|
- Linux 3.6.5.
|
||||||
- commit cefb3b0
|
- 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
|
Sun Oct 28 22:11:41 CET 2012 - jslaby@suse.cz
|
||||||
|
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
# norootforbuild
|
# norootforbuild
|
||||||
|
|
||||||
%define srcversion 3.6
|
%define srcversion 3.6
|
||||||
%define patchversion 3.6.7
|
%define patchversion 3.6.8
|
||||||
%define variant %{nil}
|
%define variant %{nil}
|
||||||
%define vanilla_only 0
|
%define vanilla_only 0
|
||||||
|
|
||||||
@ -57,7 +57,7 @@
|
|||||||
|
|
||||||
Name: kernel-desktop
|
Name: kernel-desktop
|
||||||
Summary: Kernel optimized for the desktop
|
Summary: Kernel optimized for the desktop
|
||||||
Version: 3.6.7
|
Version: 3.6.8
|
||||||
Release: 0
|
Release: 0
|
||||||
License: GPL-2.0
|
License: GPL-2.0
|
||||||
Group: System/Kernel
|
Group: System/Kernel
|
||||||
@ -91,7 +91,7 @@ Requires(post): distribution-release
|
|||||||
#!BuildIgnore: perl-Bootloader mkinitrd distribution-release
|
#!BuildIgnore: perl-Bootloader mkinitrd distribution-release
|
||||||
# Remove some packages that are installed automatically by the build system,
|
# Remove some packages that are installed automatically by the build system,
|
||||||
# but are not needed to build the kernel
|
# 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
|
%ifarch ia64
|
||||||
# arch/ia64/scripts/unwcheck.py
|
# arch/ia64/scripts/unwcheck.py
|
||||||
@ -923,6 +923,7 @@ Provides: multiversion(kernel)
|
|||||||
Provides: %name-devel = %version-%source_rel
|
Provides: %name-devel = %version-%source_rel
|
||||||
Requires: kernel-devel%variant = %version-%source_rel
|
Requires: kernel-devel%variant = %version-%source_rel
|
||||||
Supplements: packageand(%name:kernel-devel%variant)
|
Supplements: packageand(%name:kernel-devel%variant)
|
||||||
|
PreReq: coreutils
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
This package contains files necessary for building kernel modules (and
|
This package contains files necessary for building kernel modules (and
|
||||||
|
@ -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
|
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.
|
- Linux 3.6.5.
|
||||||
- commit cefb3b0
|
- 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
|
Sun Oct 28 22:11:41 CET 2012 - jslaby@suse.cz
|
||||||
|
|
||||||
|
@ -17,14 +17,14 @@
|
|||||||
|
|
||||||
# norootforbuild
|
# norootforbuild
|
||||||
|
|
||||||
%define patchversion 3.6.7
|
%define patchversion 3.6.8
|
||||||
%define variant %{nil}
|
%define variant %{nil}
|
||||||
|
|
||||||
%include %_sourcedir/kernel-spec-macros
|
%include %_sourcedir/kernel-spec-macros
|
||||||
|
|
||||||
Name: kernel-docs
|
Name: kernel-docs
|
||||||
Summary: Kernel Documentation
|
Summary: Kernel Documentation
|
||||||
Version: 3.6.7
|
Version: 3.6.8
|
||||||
Release: 0
|
Release: 0
|
||||||
BuildRequires: docbook-toys docbook-utils ghostscript_any libjpeg-devel texlive transfig xmlto xorg-x11-devel
|
BuildRequires: docbook-toys docbook-utils ghostscript_any libjpeg-devel texlive transfig xmlto xorg-x11-devel
|
||||||
BuildRequires: kernel-source%variant
|
BuildRequires: kernel-source%variant
|
||||||
|
@ -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
|
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.
|
- Linux 3.6.5.
|
||||||
- commit cefb3b0
|
- 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
|
Sun Oct 28 22:11:41 CET 2012 - jslaby@suse.cz
|
||||||
|
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
# norootforbuild
|
# norootforbuild
|
||||||
|
|
||||||
%define srcversion 3.6
|
%define srcversion 3.6
|
||||||
%define patchversion 3.6.7
|
%define patchversion 3.6.8
|
||||||
%define variant %{nil}
|
%define variant %{nil}
|
||||||
%define vanilla_only 0
|
%define vanilla_only 0
|
||||||
|
|
||||||
@ -57,7 +57,7 @@
|
|||||||
|
|
||||||
Name: kernel-ec2
|
Name: kernel-ec2
|
||||||
Summary: The Amazon EC2 Xen Kernel
|
Summary: The Amazon EC2 Xen Kernel
|
||||||
Version: 3.6.7
|
Version: 3.6.8
|
||||||
Release: 0
|
Release: 0
|
||||||
License: GPL-2.0
|
License: GPL-2.0
|
||||||
Group: System/Kernel
|
Group: System/Kernel
|
||||||
@ -91,7 +91,7 @@ Requires(post): distribution-release
|
|||||||
#!BuildIgnore: perl-Bootloader mkinitrd distribution-release
|
#!BuildIgnore: perl-Bootloader mkinitrd distribution-release
|
||||||
# Remove some packages that are installed automatically by the build system,
|
# Remove some packages that are installed automatically by the build system,
|
||||||
# but are not needed to build the kernel
|
# 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
|
%ifarch ia64
|
||||||
# arch/ia64/scripts/unwcheck.py
|
# arch/ia64/scripts/unwcheck.py
|
||||||
@ -893,6 +893,7 @@ Provides: multiversion(kernel)
|
|||||||
Provides: %name-devel = %version-%source_rel
|
Provides: %name-devel = %version-%source_rel
|
||||||
Requires: kernel-devel%variant = %version-%source_rel
|
Requires: kernel-devel%variant = %version-%source_rel
|
||||||
Supplements: packageand(%name:kernel-devel%variant)
|
Supplements: packageand(%name:kernel-devel%variant)
|
||||||
|
PreReq: coreutils
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
This package contains files necessary for building kernel modules (and
|
This package contains files necessary for building kernel modules (and
|
||||||
|
@ -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
|
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.
|
- Linux 3.6.5.
|
||||||
- commit cefb3b0
|
- 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
|
Sun Oct 28 22:11:41 CET 2012 - jslaby@suse.cz
|
||||||
|
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
# norootforbuild
|
# norootforbuild
|
||||||
|
|
||||||
%define srcversion 3.6
|
%define srcversion 3.6
|
||||||
%define patchversion 3.6.7
|
%define patchversion 3.6.8
|
||||||
%define variant %{nil}
|
%define variant %{nil}
|
||||||
%define vanilla_only 0
|
%define vanilla_only 0
|
||||||
|
|
||||||
@ -57,7 +57,7 @@
|
|||||||
|
|
||||||
Name: kernel-exynos
|
Name: kernel-exynos
|
||||||
Summary: Kernel for Samsung's Exynos SoC
|
Summary: Kernel for Samsung's Exynos SoC
|
||||||
Version: 3.6.7
|
Version: 3.6.8
|
||||||
Release: 0
|
Release: 0
|
||||||
License: GPL-2.0
|
License: GPL-2.0
|
||||||
Group: System/Kernel
|
Group: System/Kernel
|
||||||
@ -91,7 +91,7 @@ Requires(post): distribution-release
|
|||||||
#!BuildIgnore: perl-Bootloader mkinitrd distribution-release
|
#!BuildIgnore: perl-Bootloader mkinitrd distribution-release
|
||||||
# Remove some packages that are installed automatically by the build system,
|
# Remove some packages that are installed automatically by the build system,
|
||||||
# but are not needed to build the kernel
|
# 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
|
%ifarch ia64
|
||||||
# arch/ia64/scripts/unwcheck.py
|
# arch/ia64/scripts/unwcheck.py
|
||||||
@ -884,6 +884,7 @@ Provides: multiversion(kernel)
|
|||||||
Provides: %name-devel = %version-%source_rel
|
Provides: %name-devel = %version-%source_rel
|
||||||
Requires: kernel-devel%variant = %version-%source_rel
|
Requires: kernel-devel%variant = %version-%source_rel
|
||||||
Supplements: packageand(%name:kernel-devel%variant)
|
Supplements: packageand(%name:kernel-devel%variant)
|
||||||
|
PreReq: coreutils
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
This package contains files necessary for building kernel modules (and
|
This package contains files necessary for building kernel modules (and
|
||||||
|
@ -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
|
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.
|
- Linux 3.6.5.
|
||||||
- commit cefb3b0
|
- 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
|
Sun Oct 28 22:11:41 CET 2012 - jslaby@suse.cz
|
||||||
|
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
# norootforbuild
|
# norootforbuild
|
||||||
|
|
||||||
%define srcversion 3.6
|
%define srcversion 3.6
|
||||||
%define patchversion 3.6.7
|
%define patchversion 3.6.8
|
||||||
%define variant %{nil}
|
%define variant %{nil}
|
||||||
%define vanilla_only 0
|
%define vanilla_only 0
|
||||||
|
|
||||||
@ -57,7 +57,7 @@
|
|||||||
|
|
||||||
Name: kernel-highbank
|
Name: kernel-highbank
|
||||||
Summary: Kernel for Calxeda Highbank SoC
|
Summary: Kernel for Calxeda Highbank SoC
|
||||||
Version: 3.6.7
|
Version: 3.6.8
|
||||||
Release: 0
|
Release: 0
|
||||||
License: GPL-2.0
|
License: GPL-2.0
|
||||||
Group: System/Kernel
|
Group: System/Kernel
|
||||||
@ -91,7 +91,7 @@ Requires(post): distribution-release
|
|||||||
#!BuildIgnore: perl-Bootloader mkinitrd distribution-release
|
#!BuildIgnore: perl-Bootloader mkinitrd distribution-release
|
||||||
# Remove some packages that are installed automatically by the build system,
|
# Remove some packages that are installed automatically by the build system,
|
||||||
# but are not needed to build the kernel
|
# 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
|
%ifarch ia64
|
||||||
# arch/ia64/scripts/unwcheck.py
|
# arch/ia64/scripts/unwcheck.py
|
||||||
@ -884,6 +884,7 @@ Provides: multiversion(kernel)
|
|||||||
Provides: %name-devel = %version-%source_rel
|
Provides: %name-devel = %version-%source_rel
|
||||||
Requires: kernel-devel%variant = %version-%source_rel
|
Requires: kernel-devel%variant = %version-%source_rel
|
||||||
Supplements: packageand(%name:kernel-devel%variant)
|
Supplements: packageand(%name:kernel-devel%variant)
|
||||||
|
PreReq: coreutils
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
This package contains files necessary for building kernel modules (and
|
This package contains files necessary for building kernel modules (and
|
||||||
|
@ -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
|
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.
|
- Linux 3.6.5.
|
||||||
- commit cefb3b0
|
- 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
|
Sun Oct 28 22:11:41 CET 2012 - jslaby@suse.cz
|
||||||
|
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
# norootforbuild
|
# norootforbuild
|
||||||
|
|
||||||
%define srcversion 3.6
|
%define srcversion 3.6
|
||||||
%define patchversion 3.6.7
|
%define patchversion 3.6.8
|
||||||
%define variant %{nil}
|
%define variant %{nil}
|
||||||
%define vanilla_only 0
|
%define vanilla_only 0
|
||||||
|
|
||||||
@ -57,7 +57,7 @@
|
|||||||
|
|
||||||
Name: kernel-imx51
|
Name: kernel-imx51
|
||||||
Summary: Kernel for Freescale's iMX SoC
|
Summary: Kernel for Freescale's iMX SoC
|
||||||
Version: 3.6.7
|
Version: 3.6.8
|
||||||
Release: 0
|
Release: 0
|
||||||
License: GPL-2.0
|
License: GPL-2.0
|
||||||
Group: System/Kernel
|
Group: System/Kernel
|
||||||
@ -91,7 +91,7 @@ Requires(post): distribution-release
|
|||||||
#!BuildIgnore: perl-Bootloader mkinitrd distribution-release
|
#!BuildIgnore: perl-Bootloader mkinitrd distribution-release
|
||||||
# Remove some packages that are installed automatically by the build system,
|
# Remove some packages that are installed automatically by the build system,
|
||||||
# but are not needed to build the kernel
|
# 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
|
%ifarch ia64
|
||||||
# arch/ia64/scripts/unwcheck.py
|
# arch/ia64/scripts/unwcheck.py
|
||||||
@ -887,6 +887,7 @@ Provides: multiversion(kernel)
|
|||||||
Provides: %name-devel = %version-%source_rel
|
Provides: %name-devel = %version-%source_rel
|
||||||
Requires: kernel-devel%variant = %version-%source_rel
|
Requires: kernel-devel%variant = %version-%source_rel
|
||||||
Supplements: packageand(%name:kernel-devel%variant)
|
Supplements: packageand(%name:kernel-devel%variant)
|
||||||
|
PreReq: coreutils
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
This package contains files necessary for building kernel modules (and
|
This package contains files necessary for building kernel modules (and
|
||||||
|
@ -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
|
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.
|
- Linux 3.6.5.
|
||||||
- commit cefb3b0
|
- 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
|
Sun Oct 28 22:11:41 CET 2012 - jslaby@suse.cz
|
||||||
|
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
# norootforbuild
|
# norootforbuild
|
||||||
|
|
||||||
%define srcversion 3.6
|
%define srcversion 3.6
|
||||||
%define patchversion 3.6.7
|
%define patchversion 3.6.8
|
||||||
%define variant %{nil}
|
%define variant %{nil}
|
||||||
%define vanilla_only 0
|
%define vanilla_only 0
|
||||||
|
|
||||||
@ -57,7 +57,7 @@
|
|||||||
|
|
||||||
Name: kernel-omap2plus
|
Name: kernel-omap2plus
|
||||||
Summary: Kernel for Texas instrument's OMAP SoC
|
Summary: Kernel for Texas instrument's OMAP SoC
|
||||||
Version: 3.6.7
|
Version: 3.6.8
|
||||||
Release: 0
|
Release: 0
|
||||||
License: GPL-2.0
|
License: GPL-2.0
|
||||||
Group: System/Kernel
|
Group: System/Kernel
|
||||||
@ -91,7 +91,7 @@ Requires(post): distribution-release
|
|||||||
#!BuildIgnore: perl-Bootloader mkinitrd distribution-release
|
#!BuildIgnore: perl-Bootloader mkinitrd distribution-release
|
||||||
# Remove some packages that are installed automatically by the build system,
|
# Remove some packages that are installed automatically by the build system,
|
||||||
# but are not needed to build the kernel
|
# 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
|
%ifarch ia64
|
||||||
# arch/ia64/scripts/unwcheck.py
|
# arch/ia64/scripts/unwcheck.py
|
||||||
@ -887,6 +887,7 @@ Provides: multiversion(kernel)
|
|||||||
Provides: %name-devel = %version-%source_rel
|
Provides: %name-devel = %version-%source_rel
|
||||||
Requires: kernel-devel%variant = %version-%source_rel
|
Requires: kernel-devel%variant = %version-%source_rel
|
||||||
Supplements: packageand(%name:kernel-devel%variant)
|
Supplements: packageand(%name:kernel-devel%variant)
|
||||||
|
PreReq: coreutils
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
This package contains files necessary for building kernel modules (and
|
This package contains files necessary for building kernel modules (and
|
||||||
|
@ -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
|
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.
|
- Linux 3.6.5.
|
||||||
- commit cefb3b0
|
- 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
|
Sun Oct 28 22:11:41 CET 2012 - jslaby@suse.cz
|
||||||
|
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
# norootforbuild
|
# norootforbuild
|
||||||
|
|
||||||
%define srcversion 3.6
|
%define srcversion 3.6
|
||||||
%define patchversion 3.6.7
|
%define patchversion 3.6.8
|
||||||
%define variant %{nil}
|
%define variant %{nil}
|
||||||
%define vanilla_only 0
|
%define vanilla_only 0
|
||||||
|
|
||||||
@ -57,7 +57,7 @@
|
|||||||
|
|
||||||
Name: kernel-pae
|
Name: kernel-pae
|
||||||
Summary: Kernel with PAE Support
|
Summary: Kernel with PAE Support
|
||||||
Version: 3.6.7
|
Version: 3.6.8
|
||||||
Release: 0
|
Release: 0
|
||||||
License: GPL-2.0
|
License: GPL-2.0
|
||||||
Group: System/Kernel
|
Group: System/Kernel
|
||||||
@ -91,7 +91,7 @@ Requires(post): distribution-release
|
|||||||
#!BuildIgnore: perl-Bootloader mkinitrd distribution-release
|
#!BuildIgnore: perl-Bootloader mkinitrd distribution-release
|
||||||
# Remove some packages that are installed automatically by the build system,
|
# Remove some packages that are installed automatically by the build system,
|
||||||
# but are not needed to build the kernel
|
# 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
|
%ifarch ia64
|
||||||
# arch/ia64/scripts/unwcheck.py
|
# arch/ia64/scripts/unwcheck.py
|
||||||
@ -908,6 +908,7 @@ Provides: multiversion(kernel)
|
|||||||
Provides: %name-devel = %version-%source_rel
|
Provides: %name-devel = %version-%source_rel
|
||||||
Requires: kernel-devel%variant = %version-%source_rel
|
Requires: kernel-devel%variant = %version-%source_rel
|
||||||
Supplements: packageand(%name:kernel-devel%variant)
|
Supplements: packageand(%name:kernel-devel%variant)
|
||||||
|
PreReq: coreutils
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
This package contains files necessary for building kernel modules (and
|
This package contains files necessary for building kernel modules (and
|
||||||
|
@ -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
|
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.
|
- Linux 3.6.5.
|
||||||
- commit cefb3b0
|
- 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
|
Sun Oct 28 22:11:41 CET 2012 - jslaby@suse.cz
|
||||||
|
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
# norootforbuild
|
# norootforbuild
|
||||||
|
|
||||||
%define srcversion 3.6
|
%define srcversion 3.6
|
||||||
%define patchversion 3.6.7
|
%define patchversion 3.6.8
|
||||||
%define variant %{nil}
|
%define variant %{nil}
|
||||||
%define vanilla_only 0
|
%define vanilla_only 0
|
||||||
|
|
||||||
@ -57,7 +57,7 @@
|
|||||||
|
|
||||||
Name: kernel-ppc64
|
Name: kernel-ppc64
|
||||||
Summary: Kernel for ppc64 Systems
|
Summary: Kernel for ppc64 Systems
|
||||||
Version: 3.6.7
|
Version: 3.6.8
|
||||||
Release: 0
|
Release: 0
|
||||||
License: GPL-2.0
|
License: GPL-2.0
|
||||||
Group: System/Kernel
|
Group: System/Kernel
|
||||||
@ -91,7 +91,7 @@ Requires(post): distribution-release
|
|||||||
#!BuildIgnore: perl-Bootloader mkinitrd distribution-release
|
#!BuildIgnore: perl-Bootloader mkinitrd distribution-release
|
||||||
# Remove some packages that are installed automatically by the build system,
|
# Remove some packages that are installed automatically by the build system,
|
||||||
# but are not needed to build the kernel
|
# 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
|
%ifarch ia64
|
||||||
# arch/ia64/scripts/unwcheck.py
|
# arch/ia64/scripts/unwcheck.py
|
||||||
@ -912,6 +912,7 @@ Provides: multiversion(kernel)
|
|||||||
Provides: %name-devel = %version-%source_rel
|
Provides: %name-devel = %version-%source_rel
|
||||||
Requires: kernel-devel%variant = %version-%source_rel
|
Requires: kernel-devel%variant = %version-%source_rel
|
||||||
Supplements: packageand(%name:kernel-devel%variant)
|
Supplements: packageand(%name:kernel-devel%variant)
|
||||||
|
PreReq: coreutils
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
This package contains files necessary for building kernel modules (and
|
This package contains files necessary for building kernel modules (and
|
||||||
|
@ -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
|
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.
|
- Linux 3.6.5.
|
||||||
- commit cefb3b0
|
- 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
|
Sun Oct 28 22:11:41 CET 2012 - jslaby@suse.cz
|
||||||
|
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
# norootforbuild
|
# norootforbuild
|
||||||
|
|
||||||
%define srcversion 3.6
|
%define srcversion 3.6
|
||||||
%define patchversion 3.6.7
|
%define patchversion 3.6.8
|
||||||
%define variant %{nil}
|
%define variant %{nil}
|
||||||
%define vanilla_only 0
|
%define vanilla_only 0
|
||||||
|
|
||||||
@ -57,7 +57,7 @@
|
|||||||
|
|
||||||
Name: kernel-s390
|
Name: kernel-s390
|
||||||
Summary: The Standard Kernel
|
Summary: The Standard Kernel
|
||||||
Version: 3.6.7
|
Version: 3.6.8
|
||||||
Release: 0
|
Release: 0
|
||||||
License: GPL-2.0
|
License: GPL-2.0
|
||||||
Group: System/Kernel
|
Group: System/Kernel
|
||||||
@ -91,7 +91,7 @@ Requires(post): distribution-release
|
|||||||
#!BuildIgnore: perl-Bootloader mkinitrd distribution-release
|
#!BuildIgnore: perl-Bootloader mkinitrd distribution-release
|
||||||
# Remove some packages that are installed automatically by the build system,
|
# Remove some packages that are installed automatically by the build system,
|
||||||
# but are not needed to build the kernel
|
# 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
|
%ifarch ia64
|
||||||
# arch/ia64/scripts/unwcheck.py
|
# arch/ia64/scripts/unwcheck.py
|
||||||
@ -887,6 +887,7 @@ Provides: multiversion(kernel)
|
|||||||
Provides: %name-devel = %version-%source_rel
|
Provides: %name-devel = %version-%source_rel
|
||||||
Requires: kernel-devel%variant = %version-%source_rel
|
Requires: kernel-devel%variant = %version-%source_rel
|
||||||
Supplements: packageand(%name:kernel-devel%variant)
|
Supplements: packageand(%name:kernel-devel%variant)
|
||||||
|
PreReq: coreutils
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
This package contains files necessary for building kernel modules (and
|
This package contains files necessary for building kernel modules (and
|
||||||
|
@ -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
|
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.
|
- Linux 3.6.5.
|
||||||
- commit cefb3b0
|
- 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
|
Sun Oct 28 22:11:41 CET 2012 - jslaby@suse.cz
|
||||||
|
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
# icecream 0
|
# icecream 0
|
||||||
|
|
||||||
%define srcversion 3.6
|
%define srcversion 3.6
|
||||||
%define patchversion 3.6.7
|
%define patchversion 3.6.8
|
||||||
%define variant %{nil}
|
%define variant %{nil}
|
||||||
%define vanilla_only 0
|
%define vanilla_only 0
|
||||||
|
|
||||||
@ -29,7 +29,7 @@
|
|||||||
|
|
||||||
Name: kernel-source
|
Name: kernel-source
|
||||||
Summary: The Linux Kernel Sources
|
Summary: The Linux Kernel Sources
|
||||||
Version: 3.6.7
|
Version: 3.6.8
|
||||||
Release: 0
|
Release: 0
|
||||||
License: GPL-2.0
|
License: GPL-2.0
|
||||||
Group: Development/Sources
|
Group: Development/Sources
|
||||||
|
@ -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
|
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.
|
- Linux 3.6.5.
|
||||||
- commit cefb3b0
|
- 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
|
Sun Oct 28 22:11:41 CET 2012 - jslaby@suse.cz
|
||||||
|
|
||||||
|
@ -23,7 +23,7 @@
|
|||||||
|
|
||||||
Name: kernel-syms
|
Name: kernel-syms
|
||||||
Summary: Kernel Symbol Versions (modversions)
|
Summary: Kernel Symbol Versions (modversions)
|
||||||
Version: 3.6.7
|
Version: 3.6.8
|
||||||
%if %using_buildservice
|
%if %using_buildservice
|
||||||
Release: 0
|
Release: 0
|
||||||
%else
|
%else
|
||||||
|
@ -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
|
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.
|
- Linux 3.6.5.
|
||||||
- commit cefb3b0
|
- 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
|
Sun Oct 28 22:11:41 CET 2012 - jslaby@suse.cz
|
||||||
|
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
# norootforbuild
|
# norootforbuild
|
||||||
|
|
||||||
%define srcversion 3.6
|
%define srcversion 3.6
|
||||||
%define patchversion 3.6.7
|
%define patchversion 3.6.8
|
||||||
%define variant %{nil}
|
%define variant %{nil}
|
||||||
%define vanilla_only 0
|
%define vanilla_only 0
|
||||||
|
|
||||||
@ -57,7 +57,7 @@
|
|||||||
|
|
||||||
Name: kernel-tegra
|
Name: kernel-tegra
|
||||||
Summary: Kernel for Nvidia's Tegra SoC
|
Summary: Kernel for Nvidia's Tegra SoC
|
||||||
Version: 3.6.7
|
Version: 3.6.8
|
||||||
Release: 0
|
Release: 0
|
||||||
License: GPL-2.0
|
License: GPL-2.0
|
||||||
Group: System/Kernel
|
Group: System/Kernel
|
||||||
@ -91,7 +91,7 @@ Requires(post): distribution-release
|
|||||||
#!BuildIgnore: perl-Bootloader mkinitrd distribution-release
|
#!BuildIgnore: perl-Bootloader mkinitrd distribution-release
|
||||||
# Remove some packages that are installed automatically by the build system,
|
# Remove some packages that are installed automatically by the build system,
|
||||||
# but are not needed to build the kernel
|
# 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
|
%ifarch ia64
|
||||||
# arch/ia64/scripts/unwcheck.py
|
# arch/ia64/scripts/unwcheck.py
|
||||||
@ -887,6 +887,7 @@ Provides: multiversion(kernel)
|
|||||||
Provides: %name-devel = %version-%source_rel
|
Provides: %name-devel = %version-%source_rel
|
||||||
Requires: kernel-devel%variant = %version-%source_rel
|
Requires: kernel-devel%variant = %version-%source_rel
|
||||||
Supplements: packageand(%name:kernel-devel%variant)
|
Supplements: packageand(%name:kernel-devel%variant)
|
||||||
|
PreReq: coreutils
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
This package contains files necessary for building kernel modules (and
|
This package contains files necessary for building kernel modules (and
|
||||||
|
@ -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
|
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.
|
- Linux 3.6.5.
|
||||||
- commit cefb3b0
|
- 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
|
Sun Oct 28 22:11:41 CET 2012 - jslaby@suse.cz
|
||||||
|
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
# norootforbuild
|
# norootforbuild
|
||||||
|
|
||||||
%define srcversion 3.6
|
%define srcversion 3.6
|
||||||
%define patchversion 3.6.7
|
%define patchversion 3.6.8
|
||||||
%define variant %{nil}
|
%define variant %{nil}
|
||||||
%define vanilla_only 0
|
%define vanilla_only 0
|
||||||
|
|
||||||
@ -57,7 +57,7 @@
|
|||||||
|
|
||||||
Name: kernel-trace
|
Name: kernel-trace
|
||||||
Summary: The Standard Kernel with Tracing Features
|
Summary: The Standard Kernel with Tracing Features
|
||||||
Version: 3.6.7
|
Version: 3.6.8
|
||||||
Release: 0
|
Release: 0
|
||||||
License: GPL-2.0
|
License: GPL-2.0
|
||||||
Group: System/Kernel
|
Group: System/Kernel
|
||||||
@ -91,7 +91,7 @@ Requires(post): distribution-release
|
|||||||
#!BuildIgnore: perl-Bootloader mkinitrd distribution-release
|
#!BuildIgnore: perl-Bootloader mkinitrd distribution-release
|
||||||
# Remove some packages that are installed automatically by the build system,
|
# Remove some packages that are installed automatically by the build system,
|
||||||
# but are not needed to build the kernel
|
# 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
|
%ifarch ia64
|
||||||
# arch/ia64/scripts/unwcheck.py
|
# arch/ia64/scripts/unwcheck.py
|
||||||
@ -895,6 +895,7 @@ Provides: multiversion(kernel)
|
|||||||
Provides: %name-devel = %version-%source_rel
|
Provides: %name-devel = %version-%source_rel
|
||||||
Requires: kernel-devel%variant = %version-%source_rel
|
Requires: kernel-devel%variant = %version-%source_rel
|
||||||
Supplements: packageand(%name:kernel-devel%variant)
|
Supplements: packageand(%name:kernel-devel%variant)
|
||||||
|
PreReq: coreutils
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
This package contains files necessary for building kernel modules (and
|
This package contains files necessary for building kernel modules (and
|
||||||
|
@ -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
|
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.
|
- Linux 3.6.5.
|
||||||
- commit cefb3b0
|
- 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
|
Sun Oct 28 22:11:41 CET 2012 - jslaby@suse.cz
|
||||||
|
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
# norootforbuild
|
# norootforbuild
|
||||||
|
|
||||||
%define srcversion 3.6
|
%define srcversion 3.6
|
||||||
%define patchversion 3.6.7
|
%define patchversion 3.6.8
|
||||||
%define variant %{nil}
|
%define variant %{nil}
|
||||||
%define vanilla_only 0
|
%define vanilla_only 0
|
||||||
|
|
||||||
@ -57,7 +57,7 @@
|
|||||||
|
|
||||||
Name: kernel-u8500
|
Name: kernel-u8500
|
||||||
Summary: Kernel for ST-Ericsson's Nova SoC
|
Summary: Kernel for ST-Ericsson's Nova SoC
|
||||||
Version: 3.6.7
|
Version: 3.6.8
|
||||||
Release: 0
|
Release: 0
|
||||||
License: GPL-2.0
|
License: GPL-2.0
|
||||||
Group: System/Kernel
|
Group: System/Kernel
|
||||||
@ -91,7 +91,7 @@ Requires(post): distribution-release
|
|||||||
#!BuildIgnore: perl-Bootloader mkinitrd distribution-release
|
#!BuildIgnore: perl-Bootloader mkinitrd distribution-release
|
||||||
# Remove some packages that are installed automatically by the build system,
|
# Remove some packages that are installed automatically by the build system,
|
||||||
# but are not needed to build the kernel
|
# 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
|
%ifarch ia64
|
||||||
# arch/ia64/scripts/unwcheck.py
|
# arch/ia64/scripts/unwcheck.py
|
||||||
@ -887,6 +887,7 @@ Provides: multiversion(kernel)
|
|||||||
Provides: %name-devel = %version-%source_rel
|
Provides: %name-devel = %version-%source_rel
|
||||||
Requires: kernel-devel%variant = %version-%source_rel
|
Requires: kernel-devel%variant = %version-%source_rel
|
||||||
Supplements: packageand(%name:kernel-devel%variant)
|
Supplements: packageand(%name:kernel-devel%variant)
|
||||||
|
PreReq: coreutils
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
This package contains files necessary for building kernel modules (and
|
This package contains files necessary for building kernel modules (and
|
||||||
|
@ -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
|
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.
|
- Linux 3.6.5.
|
||||||
- commit cefb3b0
|
- 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
|
Sun Oct 28 22:11:41 CET 2012 - jslaby@suse.cz
|
||||||
|
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
# norootforbuild
|
# norootforbuild
|
||||||
|
|
||||||
%define srcversion 3.6
|
%define srcversion 3.6
|
||||||
%define patchversion 3.6.7
|
%define patchversion 3.6.8
|
||||||
%define variant %{nil}
|
%define variant %{nil}
|
||||||
%define vanilla_only 0
|
%define vanilla_only 0
|
||||||
|
|
||||||
@ -57,7 +57,7 @@
|
|||||||
|
|
||||||
Name: kernel-vanilla
|
Name: kernel-vanilla
|
||||||
Summary: The Standard Kernel - without any SUSE patches
|
Summary: The Standard Kernel - without any SUSE patches
|
||||||
Version: 3.6.7
|
Version: 3.6.8
|
||||||
Release: 0
|
Release: 0
|
||||||
License: GPL-2.0
|
License: GPL-2.0
|
||||||
Group: System/Kernel
|
Group: System/Kernel
|
||||||
@ -91,7 +91,7 @@ Requires(post): distribution-release
|
|||||||
#!BuildIgnore: perl-Bootloader mkinitrd distribution-release
|
#!BuildIgnore: perl-Bootloader mkinitrd distribution-release
|
||||||
# Remove some packages that are installed automatically by the build system,
|
# Remove some packages that are installed automatically by the build system,
|
||||||
# but are not needed to build the kernel
|
# 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
|
%ifarch ia64
|
||||||
# arch/ia64/scripts/unwcheck.py
|
# arch/ia64/scripts/unwcheck.py
|
||||||
@ -891,6 +891,7 @@ Provides: multiversion(kernel)
|
|||||||
Provides: %name-devel = %version-%source_rel
|
Provides: %name-devel = %version-%source_rel
|
||||||
Requires: kernel-devel%variant = %version-%source_rel
|
Requires: kernel-devel%variant = %version-%source_rel
|
||||||
Supplements: packageand(%name:kernel-devel%variant)
|
Supplements: packageand(%name:kernel-devel%variant)
|
||||||
|
PreReq: coreutils
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
This package contains files necessary for building kernel modules (and
|
This package contains files necessary for building kernel modules (and
|
||||||
|
@ -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
|
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.
|
- Linux 3.6.5.
|
||||||
- commit cefb3b0
|
- 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
|
Sun Oct 28 22:11:41 CET 2012 - jslaby@suse.cz
|
||||||
|
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
# norootforbuild
|
# norootforbuild
|
||||||
|
|
||||||
%define srcversion 3.6
|
%define srcversion 3.6
|
||||||
%define patchversion 3.6.7
|
%define patchversion 3.6.8
|
||||||
%define variant %{nil}
|
%define variant %{nil}
|
||||||
%define vanilla_only 0
|
%define vanilla_only 0
|
||||||
|
|
||||||
@ -57,7 +57,7 @@
|
|||||||
|
|
||||||
Name: kernel-xen
|
Name: kernel-xen
|
||||||
Summary: The Xen Kernel
|
Summary: The Xen Kernel
|
||||||
Version: 3.6.7
|
Version: 3.6.8
|
||||||
Release: 0
|
Release: 0
|
||||||
License: GPL-2.0
|
License: GPL-2.0
|
||||||
Group: System/Kernel
|
Group: System/Kernel
|
||||||
@ -91,7 +91,7 @@ Requires(post): distribution-release
|
|||||||
#!BuildIgnore: perl-Bootloader mkinitrd distribution-release
|
#!BuildIgnore: perl-Bootloader mkinitrd distribution-release
|
||||||
# Remove some packages that are installed automatically by the build system,
|
# Remove some packages that are installed automatically by the build system,
|
||||||
# but are not needed to build the kernel
|
# 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
|
%ifarch ia64
|
||||||
# arch/ia64/scripts/unwcheck.py
|
# arch/ia64/scripts/unwcheck.py
|
||||||
@ -893,6 +893,7 @@ Provides: multiversion(kernel)
|
|||||||
Provides: %name-devel = %version-%source_rel
|
Provides: %name-devel = %version-%source_rel
|
||||||
Requires: kernel-devel%variant = %version-%source_rel
|
Requires: kernel-devel%variant = %version-%source_rel
|
||||||
Supplements: packageand(%name:kernel-devel%variant)
|
Supplements: packageand(%name:kernel-devel%variant)
|
||||||
|
PreReq: coreutils
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
This package contains files necessary for building kernel modules (and
|
This package contains files necessary for building kernel modules (and
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:a7b32e5dd943e58aa442e5993974314af3c1db2da32ceba576467a2dec33906a
|
oid sha256:7df717f4f1b8fa3954d82f495373b72c17233f699b056733e9414f7cac8b6279
|
||||||
size 190588
|
size 215867
|
||||||
|
@ -34,6 +34,7 @@
|
|||||||
patches.kernel.org/patch-3.6.4-5
|
patches.kernel.org/patch-3.6.4-5
|
||||||
patches.kernel.org/patch-3.6.5-6
|
patches.kernel.org/patch-3.6.5-6
|
||||||
patches.kernel.org/patch-3.6.6-7
|
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.
|
# Build fixes that apply to the vanilla kernel too.
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
2012-11-18 13:04:10 +0100
|
2012-11-26 23:50:50 +0100
|
||||||
GIT Revision: d760411f5031f6b71b50d296211f7b9a0b69387e
|
GIT Revision: 6fb821ebc16e082d4df615a79010ff2b4d6d1a2e
|
||||||
GIT Branch: stable
|
GIT Branch: stable
|
||||||
|
Loading…
Reference in New Issue
Block a user