forked from pool/kernel-source
GIT Revision: a9ab64aebbe2d78e7caa24e67d61943e6e44d3e1
OBS-URL: https://build.opensuse.org/package/show/Kernel:HEAD/kernel-source?expand=0&rev=7222
This commit is contained in:
parent
7710ef58d5
commit
30bba4f710
@ -1,5 +1,5 @@
|
||||
# The version of the main tarball to use
|
||||
SRCVERSION=3.3-rc7
|
||||
SRCVERSION=3.3
|
||||
# variant of the kernel-source package, either empty or "-rt"
|
||||
VARIANT=
|
||||
# buildservice projects to build the kernel against
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e1991b2070e0ee1c8a5798f2f5fe2dee26050c0410685c20d05ad3fb58dacc70
|
||||
size 288649
|
||||
oid sha256:86ddd29143046a6f3cf5c4406284344e053db733b70f9e39235e78944375b0c1
|
||||
size 288785
|
||||
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 19 06:27:04 CET 2012 - jeffm@suse.com
|
||||
|
||||
- Update to 3.3-final.
|
||||
- commit a9ab64a
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 16 07:23:33 CET 2012 - ohering@suse.de
|
||||
|
||||
|
@ -17,8 +17,8 @@
|
||||
|
||||
# norootforbuild
|
||||
|
||||
%define srcversion 3.3-rc7
|
||||
%define patchversion 3.3.0-rc7
|
||||
%define srcversion 3.3
|
||||
%define patchversion 3.3.0
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
|
||||
@ -57,7 +57,7 @@
|
||||
|
||||
Name: kernel-debug
|
||||
Summary: A Debug Version of the Kernel
|
||||
Version: 3.3.rc7
|
||||
Version: 3.3.0
|
||||
Release: 0
|
||||
License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
@ -136,7 +136,7 @@ Provides: kernel-kdump
|
||||
Obsoletes: kernel-kdump
|
||||
%endif
|
||||
|
||||
Source0: http://www.kernel.org/pub/linux/kernel/v3.x/testing/linux-%srcversion.tar.bz2
|
||||
Source0: http://www.kernel.org/pub/linux/kernel/v3.x/linux-%srcversion.tar.bz2
|
||||
Source2: source-post.sh
|
||||
Source3: kernel-source.rpmlintrc
|
||||
Source8: devel-pre.sh
|
||||
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 19 06:27:04 CET 2012 - jeffm@suse.com
|
||||
|
||||
- Update to 3.3-final.
|
||||
- commit a9ab64a
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 16 07:23:33 CET 2012 - ohering@suse.de
|
||||
|
||||
|
@ -17,8 +17,8 @@
|
||||
|
||||
# norootforbuild
|
||||
|
||||
%define srcversion 3.3-rc7
|
||||
%define patchversion 3.3.0-rc7
|
||||
%define srcversion 3.3
|
||||
%define patchversion 3.3.0
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
|
||||
@ -57,7 +57,7 @@
|
||||
|
||||
Name: kernel-default
|
||||
Summary: The Standard Kernel
|
||||
Version: 3.3.rc7
|
||||
Version: 3.3.0
|
||||
Release: 0
|
||||
License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
@ -152,7 +152,7 @@ Provides: smp kernel-smp
|
||||
Obsoletes: smp kernel-smp
|
||||
%endif
|
||||
|
||||
Source0: http://www.kernel.org/pub/linux/kernel/v3.x/testing/linux-%srcversion.tar.bz2
|
||||
Source0: http://www.kernel.org/pub/linux/kernel/v3.x/linux-%srcversion.tar.bz2
|
||||
Source2: source-post.sh
|
||||
Source3: kernel-source.rpmlintrc
|
||||
Source8: devel-pre.sh
|
||||
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 19 06:27:04 CET 2012 - jeffm@suse.com
|
||||
|
||||
- Update to 3.3-final.
|
||||
- commit a9ab64a
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 16 07:23:33 CET 2012 - ohering@suse.de
|
||||
|
||||
|
@ -17,8 +17,8 @@
|
||||
|
||||
# norootforbuild
|
||||
|
||||
%define srcversion 3.3-rc7
|
||||
%define patchversion 3.3.0-rc7
|
||||
%define srcversion 3.3
|
||||
%define patchversion 3.3.0
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
|
||||
@ -57,7 +57,7 @@
|
||||
|
||||
Name: kernel-desktop
|
||||
Summary: Kernel optimized for the desktop
|
||||
Version: 3.3.rc7
|
||||
Version: 3.3.0
|
||||
Release: 0
|
||||
License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
@ -133,7 +133,7 @@ Conflicts: libc.so.6()(64bit)
|
||||
Provides: kernel = %version-%source_rel
|
||||
|
||||
|
||||
Source0: http://www.kernel.org/pub/linux/kernel/v3.x/testing/linux-%srcversion.tar.bz2
|
||||
Source0: http://www.kernel.org/pub/linux/kernel/v3.x/linux-%srcversion.tar.bz2
|
||||
Source2: source-post.sh
|
||||
Source3: kernel-source.rpmlintrc
|
||||
Source8: devel-pre.sh
|
||||
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 19 06:27:04 CET 2012 - jeffm@suse.com
|
||||
|
||||
- Update to 3.3-final.
|
||||
- commit a9ab64a
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 16 07:23:33 CET 2012 - ohering@suse.de
|
||||
|
||||
|
@ -17,14 +17,14 @@
|
||||
|
||||
# norootforbuild
|
||||
|
||||
%define patchversion 3.3.0-rc7
|
||||
%define patchversion 3.3.0
|
||||
%define variant %{nil}
|
||||
|
||||
%include %_sourcedir/kernel-spec-macros
|
||||
|
||||
Name: kernel-docs
|
||||
Summary: Kernel Documentation
|
||||
Version: 3.3.rc7
|
||||
Version: 3.3.0
|
||||
Release: 0
|
||||
BuildRequires: docbook-toys docbook-utils ghostscript_any libjpeg-devel texlive transfig xmlto xorg-x11-devel
|
||||
BuildRequires: kernel-source%variant
|
||||
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 19 06:27:04 CET 2012 - jeffm@suse.com
|
||||
|
||||
- Update to 3.3-final.
|
||||
- commit a9ab64a
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 16 07:23:33 CET 2012 - ohering@suse.de
|
||||
|
||||
|
@ -17,8 +17,8 @@
|
||||
|
||||
# norootforbuild
|
||||
|
||||
%define srcversion 3.3-rc7
|
||||
%define patchversion 3.3.0-rc7
|
||||
%define srcversion 3.3
|
||||
%define patchversion 3.3.0
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
|
||||
@ -57,7 +57,7 @@
|
||||
|
||||
Name: kernel-ec2
|
||||
Summary: The Amazon EC2 Xen Kernel
|
||||
Version: 3.3.rc7
|
||||
Version: 3.3.0
|
||||
Release: 0
|
||||
License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
@ -133,7 +133,7 @@ Conflicts: libc.so.6()(64bit)
|
||||
Provides: kernel = %version-%source_rel
|
||||
|
||||
|
||||
Source0: http://www.kernel.org/pub/linux/kernel/v3.x/testing/linux-%srcversion.tar.bz2
|
||||
Source0: http://www.kernel.org/pub/linux/kernel/v3.x/linux-%srcversion.tar.bz2
|
||||
Source2: source-post.sh
|
||||
Source3: kernel-source.rpmlintrc
|
||||
Source8: devel-pre.sh
|
||||
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 19 06:27:04 CET 2012 - jeffm@suse.com
|
||||
|
||||
- Update to 3.3-final.
|
||||
- commit a9ab64a
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 16 07:23:33 CET 2012 - ohering@suse.de
|
||||
|
||||
|
@ -17,8 +17,8 @@
|
||||
|
||||
# norootforbuild
|
||||
|
||||
%define srcversion 3.3-rc7
|
||||
%define patchversion 3.3.0-rc7
|
||||
%define srcversion 3.3
|
||||
%define patchversion 3.3.0
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
|
||||
@ -57,7 +57,7 @@
|
||||
|
||||
Name: kernel-imx51
|
||||
Summary: Kernel for Freescale's iMX SoC
|
||||
Version: 3.3.rc7
|
||||
Version: 3.3.0
|
||||
Release: 0
|
||||
License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
@ -133,7 +133,7 @@ Conflicts: libc.so.6()(64bit)
|
||||
Provides: kernel = %version-%source_rel
|
||||
|
||||
|
||||
Source0: http://www.kernel.org/pub/linux/kernel/v3.x/testing/linux-%srcversion.tar.bz2
|
||||
Source0: http://www.kernel.org/pub/linux/kernel/v3.x/linux-%srcversion.tar.bz2
|
||||
Source2: source-post.sh
|
||||
Source3: kernel-source.rpmlintrc
|
||||
Source8: devel-pre.sh
|
||||
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 19 06:27:04 CET 2012 - jeffm@suse.com
|
||||
|
||||
- Update to 3.3-final.
|
||||
- commit a9ab64a
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 16 07:23:33 CET 2012 - ohering@suse.de
|
||||
|
||||
|
@ -17,8 +17,8 @@
|
||||
|
||||
# norootforbuild
|
||||
|
||||
%define srcversion 3.3-rc7
|
||||
%define patchversion 3.3.0-rc7
|
||||
%define srcversion 3.3
|
||||
%define patchversion 3.3.0
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
|
||||
@ -57,7 +57,7 @@
|
||||
|
||||
Name: kernel-omap2plus
|
||||
Summary: Kernel for Texas instrument's OMAP SoC
|
||||
Version: 3.3.rc7
|
||||
Version: 3.3.0
|
||||
Release: 0
|
||||
License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
@ -133,7 +133,7 @@ Conflicts: libc.so.6()(64bit)
|
||||
Provides: kernel = %version-%source_rel
|
||||
|
||||
|
||||
Source0: http://www.kernel.org/pub/linux/kernel/v3.x/testing/linux-%srcversion.tar.bz2
|
||||
Source0: http://www.kernel.org/pub/linux/kernel/v3.x/linux-%srcversion.tar.bz2
|
||||
Source2: source-post.sh
|
||||
Source3: kernel-source.rpmlintrc
|
||||
Source8: devel-pre.sh
|
||||
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 19 06:27:04 CET 2012 - jeffm@suse.com
|
||||
|
||||
- Update to 3.3-final.
|
||||
- commit a9ab64a
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 16 07:23:33 CET 2012 - ohering@suse.de
|
||||
|
||||
|
@ -17,8 +17,8 @@
|
||||
|
||||
# norootforbuild
|
||||
|
||||
%define srcversion 3.3-rc7
|
||||
%define patchversion 3.3.0-rc7
|
||||
%define srcversion 3.3
|
||||
%define patchversion 3.3.0
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
|
||||
@ -57,7 +57,7 @@
|
||||
|
||||
Name: kernel-pae
|
||||
Summary: Kernel with PAE Support
|
||||
Version: 3.3.rc7
|
||||
Version: 3.3.0
|
||||
Release: 0
|
||||
License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
@ -136,7 +136,7 @@ Provides: kernel-bigsmp
|
||||
Obsoletes: kernel-bigsmp
|
||||
%endif
|
||||
|
||||
Source0: http://www.kernel.org/pub/linux/kernel/v3.x/testing/linux-%srcversion.tar.bz2
|
||||
Source0: http://www.kernel.org/pub/linux/kernel/v3.x/linux-%srcversion.tar.bz2
|
||||
Source2: source-post.sh
|
||||
Source3: kernel-source.rpmlintrc
|
||||
Source8: devel-pre.sh
|
||||
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 19 06:27:04 CET 2012 - jeffm@suse.com
|
||||
|
||||
- Update to 3.3-final.
|
||||
- commit a9ab64a
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 16 07:23:33 CET 2012 - ohering@suse.de
|
||||
|
||||
|
@ -17,8 +17,8 @@
|
||||
|
||||
# norootforbuild
|
||||
|
||||
%define srcversion 3.3-rc7
|
||||
%define patchversion 3.3.0-rc7
|
||||
%define srcversion 3.3
|
||||
%define patchversion 3.3.0
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
|
||||
@ -57,7 +57,7 @@
|
||||
|
||||
Name: kernel-ppc64
|
||||
Summary: Kernel for ppc64 Systems
|
||||
Version: 3.3.rc7
|
||||
Version: 3.3.0
|
||||
Release: 0
|
||||
License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
@ -140,7 +140,7 @@ Provides: kernel-kdump
|
||||
Obsoletes: kernel-kdump
|
||||
%endif
|
||||
|
||||
Source0: http://www.kernel.org/pub/linux/kernel/v3.x/testing/linux-%srcversion.tar.bz2
|
||||
Source0: http://www.kernel.org/pub/linux/kernel/v3.x/linux-%srcversion.tar.bz2
|
||||
Source2: source-post.sh
|
||||
Source3: kernel-source.rpmlintrc
|
||||
Source8: devel-pre.sh
|
||||
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 19 06:27:04 CET 2012 - jeffm@suse.com
|
||||
|
||||
- Update to 3.3-final.
|
||||
- commit a9ab64a
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 16 07:23:33 CET 2012 - ohering@suse.de
|
||||
|
||||
|
@ -17,8 +17,8 @@
|
||||
|
||||
# norootforbuild
|
||||
|
||||
%define srcversion 3.3-rc7
|
||||
%define patchversion 3.3.0-rc7
|
||||
%define srcversion 3.3
|
||||
%define patchversion 3.3.0
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
|
||||
@ -57,7 +57,7 @@
|
||||
|
||||
Name: kernel-s390
|
||||
Summary: The Standard Kernel
|
||||
Version: 3.3.rc7
|
||||
Version: 3.3.0
|
||||
Release: 0
|
||||
License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
@ -136,7 +136,7 @@ Provides: kernel-32bit
|
||||
Obsoletes: kernel-32bit
|
||||
%endif
|
||||
|
||||
Source0: http://www.kernel.org/pub/linux/kernel/v3.x/testing/linux-%srcversion.tar.bz2
|
||||
Source0: http://www.kernel.org/pub/linux/kernel/v3.x/linux-%srcversion.tar.bz2
|
||||
Source2: source-post.sh
|
||||
Source3: kernel-source.rpmlintrc
|
||||
Source8: devel-pre.sh
|
||||
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 19 06:27:04 CET 2012 - jeffm@suse.com
|
||||
|
||||
- Update to 3.3-final.
|
||||
- commit a9ab64a
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 16 07:23:33 CET 2012 - ohering@suse.de
|
||||
|
||||
|
@ -18,8 +18,8 @@
|
||||
# norootforbuild
|
||||
# icecream 0
|
||||
|
||||
%define srcversion 3.3-rc7
|
||||
%define patchversion 3.3.0-rc7
|
||||
%define srcversion 3.3
|
||||
%define patchversion 3.3.0
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
|
||||
@ -29,7 +29,7 @@
|
||||
|
||||
Name: kernel-source
|
||||
Summary: The Linux Kernel Sources
|
||||
Version: 3.3.rc7
|
||||
Version: 3.3.0
|
||||
Release: 0
|
||||
License: GPL-2.0
|
||||
Group: Development/Sources
|
||||
@ -41,7 +41,7 @@ Requires(post): coreutils sed
|
||||
Provides: multiversion(kernel)
|
||||
Provides: linux
|
||||
Provides: %name = %version-%source_rel
|
||||
Source0: http://www.kernel.org/pub/linux/kernel/v3.x/testing/linux-%srcversion.tar.bz2
|
||||
Source0: http://www.kernel.org/pub/linux/kernel/v3.x/linux-%srcversion.tar.bz2
|
||||
Source2: source-post.sh
|
||||
Source3: kernel-source.rpmlintrc
|
||||
Source8: devel-pre.sh
|
||||
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 19 06:27:04 CET 2012 - jeffm@suse.com
|
||||
|
||||
- Update to 3.3-final.
|
||||
- commit a9ab64a
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 16 07:23:33 CET 2012 - ohering@suse.de
|
||||
|
||||
|
@ -23,7 +23,7 @@
|
||||
|
||||
Name: kernel-syms
|
||||
Summary: Kernel Symbol Versions (modversions)
|
||||
Version: 3.3.rc7
|
||||
Version: 3.3.0
|
||||
%if %using_buildservice
|
||||
Release: 0
|
||||
%else
|
||||
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 19 06:27:04 CET 2012 - jeffm@suse.com
|
||||
|
||||
- Update to 3.3-final.
|
||||
- commit a9ab64a
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 16 07:23:33 CET 2012 - ohering@suse.de
|
||||
|
||||
|
@ -17,8 +17,8 @@
|
||||
|
||||
# norootforbuild
|
||||
|
||||
%define srcversion 3.3-rc7
|
||||
%define patchversion 3.3.0-rc7
|
||||
%define srcversion 3.3
|
||||
%define patchversion 3.3.0
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
|
||||
@ -57,7 +57,7 @@
|
||||
|
||||
Name: kernel-tegra
|
||||
Summary: Kernel for Nvidia's Tegra SoC
|
||||
Version: 3.3.rc7
|
||||
Version: 3.3.0
|
||||
Release: 0
|
||||
License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
@ -133,7 +133,7 @@ Conflicts: libc.so.6()(64bit)
|
||||
Provides: kernel = %version-%source_rel
|
||||
|
||||
|
||||
Source0: http://www.kernel.org/pub/linux/kernel/v3.x/testing/linux-%srcversion.tar.bz2
|
||||
Source0: http://www.kernel.org/pub/linux/kernel/v3.x/linux-%srcversion.tar.bz2
|
||||
Source2: source-post.sh
|
||||
Source3: kernel-source.rpmlintrc
|
||||
Source8: devel-pre.sh
|
||||
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 19 06:27:04 CET 2012 - jeffm@suse.com
|
||||
|
||||
- Update to 3.3-final.
|
||||
- commit a9ab64a
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 16 07:23:33 CET 2012 - ohering@suse.de
|
||||
|
||||
|
@ -17,8 +17,8 @@
|
||||
|
||||
# norootforbuild
|
||||
|
||||
%define srcversion 3.3-rc7
|
||||
%define patchversion 3.3.0-rc7
|
||||
%define srcversion 3.3
|
||||
%define patchversion 3.3.0
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
|
||||
@ -57,7 +57,7 @@
|
||||
|
||||
Name: kernel-trace
|
||||
Summary: The Standard Kernel with Tracing Features
|
||||
Version: 3.3.rc7
|
||||
Version: 3.3.0
|
||||
Release: 0
|
||||
License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
@ -144,7 +144,7 @@ Provides: kernel-64bit
|
||||
Obsoletes: kernel-64bit
|
||||
%endif
|
||||
|
||||
Source0: http://www.kernel.org/pub/linux/kernel/v3.x/testing/linux-%srcversion.tar.bz2
|
||||
Source0: http://www.kernel.org/pub/linux/kernel/v3.x/linux-%srcversion.tar.bz2
|
||||
Source2: source-post.sh
|
||||
Source3: kernel-source.rpmlintrc
|
||||
Source8: devel-pre.sh
|
||||
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 19 06:27:04 CET 2012 - jeffm@suse.com
|
||||
|
||||
- Update to 3.3-final.
|
||||
- commit a9ab64a
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 16 07:23:33 CET 2012 - ohering@suse.de
|
||||
|
||||
|
@ -17,8 +17,8 @@
|
||||
|
||||
# norootforbuild
|
||||
|
||||
%define srcversion 3.3-rc7
|
||||
%define patchversion 3.3.0-rc7
|
||||
%define srcversion 3.3
|
||||
%define patchversion 3.3.0
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
|
||||
@ -57,7 +57,7 @@
|
||||
|
||||
Name: kernel-u8500
|
||||
Summary: Kernel for ST-Ericsson's Nova SoC
|
||||
Version: 3.3.rc7
|
||||
Version: 3.3.0
|
||||
Release: 0
|
||||
License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
@ -133,7 +133,7 @@ Conflicts: libc.so.6()(64bit)
|
||||
Provides: kernel = %version-%source_rel
|
||||
|
||||
|
||||
Source0: http://www.kernel.org/pub/linux/kernel/v3.x/testing/linux-%srcversion.tar.bz2
|
||||
Source0: http://www.kernel.org/pub/linux/kernel/v3.x/linux-%srcversion.tar.bz2
|
||||
Source2: source-post.sh
|
||||
Source3: kernel-source.rpmlintrc
|
||||
Source8: devel-pre.sh
|
||||
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 19 06:27:04 CET 2012 - jeffm@suse.com
|
||||
|
||||
- Update to 3.3-final.
|
||||
- commit a9ab64a
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 16 07:23:33 CET 2012 - ohering@suse.de
|
||||
|
||||
|
@ -17,8 +17,8 @@
|
||||
|
||||
# norootforbuild
|
||||
|
||||
%define srcversion 3.3-rc7
|
||||
%define patchversion 3.3.0-rc7
|
||||
%define srcversion 3.3
|
||||
%define patchversion 3.3.0
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
|
||||
@ -57,7 +57,7 @@
|
||||
|
||||
Name: kernel-vanilla
|
||||
Summary: The Standard Kernel - without any SUSE patches
|
||||
Version: 3.3.rc7
|
||||
Version: 3.3.0
|
||||
Release: 0
|
||||
License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
@ -140,7 +140,7 @@ Provides: kernel-64bit
|
||||
Obsoletes: kernel-64bit
|
||||
%endif
|
||||
|
||||
Source0: http://www.kernel.org/pub/linux/kernel/v3.x/testing/linux-%srcversion.tar.bz2
|
||||
Source0: http://www.kernel.org/pub/linux/kernel/v3.x/linux-%srcversion.tar.bz2
|
||||
Source2: source-post.sh
|
||||
Source3: kernel-source.rpmlintrc
|
||||
Source8: devel-pre.sh
|
||||
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 19 06:27:04 CET 2012 - jeffm@suse.com
|
||||
|
||||
- Update to 3.3-final.
|
||||
- commit a9ab64a
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 16 07:23:33 CET 2012 - ohering@suse.de
|
||||
|
||||
|
@ -17,8 +17,8 @@
|
||||
|
||||
# norootforbuild
|
||||
|
||||
%define srcversion 3.3-rc7
|
||||
%define patchversion 3.3.0-rc7
|
||||
%define srcversion 3.3
|
||||
%define patchversion 3.3.0
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
|
||||
@ -57,7 +57,7 @@
|
||||
|
||||
Name: kernel-xen
|
||||
Summary: The Xen Kernel
|
||||
Version: 3.3.rc7
|
||||
Version: 3.3.0
|
||||
Release: 0
|
||||
License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
@ -133,7 +133,7 @@ Conflicts: libc.so.6()(64bit)
|
||||
Provides: kernel = %version-%source_rel
|
||||
|
||||
|
||||
Source0: http://www.kernel.org/pub/linux/kernel/v3.x/testing/linux-%srcversion.tar.bz2
|
||||
Source0: http://www.kernel.org/pub/linux/kernel/v3.x/linux-%srcversion.tar.bz2
|
||||
Source2: source-post.sh
|
||||
Source3: kernel-source.rpmlintrc
|
||||
Source8: devel-pre.sh
|
||||
|
3
linux-3.3.tar.bz2
Normal file
3
linux-3.3.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8fd669b4e48181b8d44644a45bf421a84bb8d5ec273ef36349796443e442f333
|
||||
size 78963640
|
@ -1,3 +1,3 @@
|
||||
2012-03-16 07:23:33 +0100
|
||||
GIT Revision: e60f2c35eba4b12a74119e4a2ca4b9e13e8e3c7a
|
||||
2012-03-19 06:27:04 +0100
|
||||
GIT Revision: a9ab64aebbe2d78e7caa24e67d61943e6e44d3e1
|
||||
GIT Branch: master
|
||||
|
Loading…
Reference in New Issue
Block a user