1
0
forked from pool/kernel-source

GIT Revision: 8049fac838b91daddd0ee1479cc7af6a42add8aa

OBS-URL: https://build.opensuse.org/package/show/Kernel:HEAD/kernel-source?expand=0&rev=6993
This commit is contained in:
Michal Marek 2011-06-16 05:02:06 +00:00 committed by Git OBS Bridge
parent 1f2fd6394f
commit b61abdf07a
32 changed files with 541 additions and 58 deletions

View File

@ -1,5 +1,5 @@
# The version of the main tarball to use
SRCVERSION=3.0-rc2
SRCVERSION=3.0-rc3
# variant of the kernel-source package, either empty or "-rt"
VARIANT=
# buildservice projects to build the kernel against

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7b3382348059092d3ca3e73143d29b5743be6037e9b126e0d4aaac7dbbe6d5c2
size 217810
oid sha256:4804868bc71726e41b34375279faae2645a524d51aa382723d43f4aadb7f50c9
size 217544

View File

@ -1,3 +1,29 @@
-------------------------------------------------------------------
Wed Jun 15 20:40:28 CEST 2011 - jeffm@suse.com
- Update config files: Disable BRCMSMAC on ppc/ppc64.
- commit 20b3d8e
-------------------------------------------------------------------
Wed Jun 15 18:33:50 CEST 2011 - jack@suse.cz
- "Unable to save Login Script" appears when trying to save a
user login script (bnc#638985).
- commit 7c243a4
-------------------------------------------------------------------
Wed Jun 15 18:22:05 CEST 2011 - jack@suse.cz
- fs: novfs: Limit check for datacopy between user and kernel space.
- commit 5fbc5ed
-------------------------------------------------------------------
Wed Jun 15 08:05:05 CEST 2011 - jeffm@suse.com
- Update to 3.0-rc3.
- Eliminated 2 patches.
- commit a1fe999
-------------------------------------------------------------------
Tue Jun 14 17:13:47 CEST 2011 - mmarek@suse.cz

View File

@ -1,5 +1,5 @@
#
# spec file for package kernel-debug (Version 3.0.rc2)
# spec file for package kernel-debug (Version 3.0.rc3)
#
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@ -17,8 +17,8 @@
# norootforbuild
%define srcversion 3.0-rc2
%define patchversion 3.0.0-rc2
%define srcversion 3.0-rc3
%define patchversion 3.0.0-rc3
%define variant %{nil}
%include %_sourcedir/kernel-spec-macros
@ -55,7 +55,7 @@
Name: kernel-debug
Summary: A Debug Version of the Kernel
Version: 3.0.rc2
Version: 3.0.rc3
%if %using_buildservice
Release: <RELEASE>
%else
@ -875,6 +875,20 @@ Debug information for package %name-devel
%files devel-debuginfo -f vmlinux.debug.files
%changelog
* Wed Jun 15 2011 jeffm@suse.com
- Update config files: Disable BRCMSMAC on ppc/ppc64.
- commit 20b3d8e
* Wed Jun 15 2011 jack@suse.cz
- "Unable to save Login Script" appears when trying to save a
user login script (bnc#638985).
- commit 7c243a4
* Wed Jun 15 2011 jack@suse.cz
- fs: novfs: Limit check for datacopy between user and kernel space.
- commit 5fbc5ed
* Wed Jun 15 2011 jeffm@suse.com
- Update to 3.0-rc3.
- Eliminated 2 patches.
- commit a1fe999
* Tue Jun 14 2011 mmarek@suse.cz
- scripts/config.sh: Remove MIRROR handling, _find_tarball() does it
itself.

View File

@ -1,3 +1,29 @@
-------------------------------------------------------------------
Wed Jun 15 20:40:28 CEST 2011 - jeffm@suse.com
- Update config files: Disable BRCMSMAC on ppc/ppc64.
- commit 20b3d8e
-------------------------------------------------------------------
Wed Jun 15 18:33:50 CEST 2011 - jack@suse.cz
- "Unable to save Login Script" appears when trying to save a
user login script (bnc#638985).
- commit 7c243a4
-------------------------------------------------------------------
Wed Jun 15 18:22:05 CEST 2011 - jack@suse.cz
- fs: novfs: Limit check for datacopy between user and kernel space.
- commit 5fbc5ed
-------------------------------------------------------------------
Wed Jun 15 08:05:05 CEST 2011 - jeffm@suse.com
- Update to 3.0-rc3.
- Eliminated 2 patches.
- commit a1fe999
-------------------------------------------------------------------
Tue Jun 14 17:13:47 CEST 2011 - mmarek@suse.cz

View File

@ -1,5 +1,5 @@
#
# spec file for package kernel-default (Version 3.0.rc2)
# spec file for package kernel-default (Version 3.0.rc3)
#
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@ -17,8 +17,8 @@
# norootforbuild
%define srcversion 3.0-rc2
%define patchversion 3.0.0-rc2
%define srcversion 3.0-rc3
%define patchversion 3.0.0-rc3
%define variant %{nil}
%include %_sourcedir/kernel-spec-macros
@ -55,7 +55,7 @@
Name: kernel-default
Summary: The Standard Kernel
Version: 3.0.rc2
Version: 3.0.rc3
%if %using_buildservice
Release: <RELEASE>
%else
@ -888,6 +888,20 @@ Debug information for package %name-devel
%files devel-debuginfo -f vmlinux.debug.files
%changelog
* Wed Jun 15 2011 jeffm@suse.com
- Update config files: Disable BRCMSMAC on ppc/ppc64.
- commit 20b3d8e
* Wed Jun 15 2011 jack@suse.cz
- "Unable to save Login Script" appears when trying to save a
user login script (bnc#638985).
- commit 7c243a4
* Wed Jun 15 2011 jack@suse.cz
- fs: novfs: Limit check for datacopy between user and kernel space.
- commit 5fbc5ed
* Wed Jun 15 2011 jeffm@suse.com
- Update to 3.0-rc3.
- Eliminated 2 patches.
- commit a1fe999
* Tue Jun 14 2011 mmarek@suse.cz
- scripts/config.sh: Remove MIRROR handling, _find_tarball() does it
itself.

View File

@ -1,3 +1,29 @@
-------------------------------------------------------------------
Wed Jun 15 20:40:28 CEST 2011 - jeffm@suse.com
- Update config files: Disable BRCMSMAC on ppc/ppc64.
- commit 20b3d8e
-------------------------------------------------------------------
Wed Jun 15 18:33:50 CEST 2011 - jack@suse.cz
- "Unable to save Login Script" appears when trying to save a
user login script (bnc#638985).
- commit 7c243a4
-------------------------------------------------------------------
Wed Jun 15 18:22:05 CEST 2011 - jack@suse.cz
- fs: novfs: Limit check for datacopy between user and kernel space.
- commit 5fbc5ed
-------------------------------------------------------------------
Wed Jun 15 08:05:05 CEST 2011 - jeffm@suse.com
- Update to 3.0-rc3.
- Eliminated 2 patches.
- commit a1fe999
-------------------------------------------------------------------
Tue Jun 14 17:13:47 CEST 2011 - mmarek@suse.cz

View File

@ -1,5 +1,5 @@
#
# spec file for package kernel-desktop (Version 3.0.rc2)
# spec file for package kernel-desktop (Version 3.0.rc3)
#
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@ -17,8 +17,8 @@
# norootforbuild
%define srcversion 3.0-rc2
%define patchversion 3.0.0-rc2
%define srcversion 3.0-rc3
%define patchversion 3.0.0-rc3
%define variant %{nil}
%include %_sourcedir/kernel-spec-macros
@ -55,7 +55,7 @@
Name: kernel-desktop
Summary: Kernel optimized for the desktop
Version: 3.0.rc2
Version: 3.0.rc3
%if %using_buildservice
Release: <RELEASE>
%else
@ -908,6 +908,20 @@ Debug information for package %name-devel
%files devel-debuginfo -f vmlinux.debug.files
%changelog
* Wed Jun 15 2011 jeffm@suse.com
- Update config files: Disable BRCMSMAC on ppc/ppc64.
- commit 20b3d8e
* Wed Jun 15 2011 jack@suse.cz
- "Unable to save Login Script" appears when trying to save a
user login script (bnc#638985).
- commit 7c243a4
* Wed Jun 15 2011 jack@suse.cz
- fs: novfs: Limit check for datacopy between user and kernel space.
- commit 5fbc5ed
* Wed Jun 15 2011 jeffm@suse.com
- Update to 3.0-rc3.
- Eliminated 2 patches.
- commit a1fe999
* Tue Jun 14 2011 mmarek@suse.cz
- scripts/config.sh: Remove MIRROR handling, _find_tarball() does it
itself.

View File

@ -1,3 +1,29 @@
-------------------------------------------------------------------
Wed Jun 15 20:40:28 CEST 2011 - jeffm@suse.com
- Update config files: Disable BRCMSMAC on ppc/ppc64.
- commit 20b3d8e
-------------------------------------------------------------------
Wed Jun 15 18:33:50 CEST 2011 - jack@suse.cz
- "Unable to save Login Script" appears when trying to save a
user login script (bnc#638985).
- commit 7c243a4
-------------------------------------------------------------------
Wed Jun 15 18:22:05 CEST 2011 - jack@suse.cz
- fs: novfs: Limit check for datacopy between user and kernel space.
- commit 5fbc5ed
-------------------------------------------------------------------
Wed Jun 15 08:05:05 CEST 2011 - jeffm@suse.com
- Update to 3.0-rc3.
- Eliminated 2 patches.
- commit a1fe999
-------------------------------------------------------------------
Tue Jun 14 17:13:47 CEST 2011 - mmarek@suse.cz

View File

@ -1,5 +1,5 @@
#
# spec file for package kernel-docs (Version 3.0.rc2)
# spec file for package kernel-docs (Version 3.0.rc3)
#
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@ -17,14 +17,14 @@
# norootforbuild
%define patchversion 3.0.0-rc2
%define patchversion 3.0.0-rc3
%define variant %{nil}
%include %_sourcedir/kernel-spec-macros
Name: kernel-docs
Summary: Kernel Documentation
Version: 3.0.rc2
Version: 3.0.rc3
%if %using_buildservice
Release: <RELEASE>
%else
@ -99,6 +99,20 @@ rm -rf $RPM_BUILD_ROOT
/usr/share/doc/kernel
%changelog
* Wed Jun 15 2011 jeffm@suse.com
- Update config files: Disable BRCMSMAC on ppc/ppc64.
- commit 20b3d8e
* Wed Jun 15 2011 jack@suse.cz
- "Unable to save Login Script" appears when trying to save a
user login script (bnc#638985).
- commit 7c243a4
* Wed Jun 15 2011 jack@suse.cz
- fs: novfs: Limit check for datacopy between user and kernel space.
- commit 5fbc5ed
* Wed Jun 15 2011 jeffm@suse.com
- Update to 3.0-rc3.
- Eliminated 2 patches.
- commit a1fe999
* Tue Jun 14 2011 mmarek@suse.cz
- scripts/config.sh: Remove MIRROR handling, _find_tarball() does it
itself.

View File

@ -1,3 +1,29 @@
-------------------------------------------------------------------
Wed Jun 15 20:40:28 CEST 2011 - jeffm@suse.com
- Update config files: Disable BRCMSMAC on ppc/ppc64.
- commit 20b3d8e
-------------------------------------------------------------------
Wed Jun 15 18:33:50 CEST 2011 - jack@suse.cz
- "Unable to save Login Script" appears when trying to save a
user login script (bnc#638985).
- commit 7c243a4
-------------------------------------------------------------------
Wed Jun 15 18:22:05 CEST 2011 - jack@suse.cz
- fs: novfs: Limit check for datacopy between user and kernel space.
- commit 5fbc5ed
-------------------------------------------------------------------
Wed Jun 15 08:05:05 CEST 2011 - jeffm@suse.com
- Update to 3.0-rc3.
- Eliminated 2 patches.
- commit a1fe999
-------------------------------------------------------------------
Tue Jun 14 17:13:47 CEST 2011 - mmarek@suse.cz

View File

@ -1,5 +1,5 @@
#
# spec file for package kernel-pae (Version 3.0.rc2)
# spec file for package kernel-pae (Version 3.0.rc3)
#
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@ -17,8 +17,8 @@
# norootforbuild
%define srcversion 3.0-rc2
%define patchversion 3.0.0-rc2
%define srcversion 3.0-rc3
%define patchversion 3.0.0-rc3
%define variant %{nil}
%include %_sourcedir/kernel-spec-macros
@ -55,7 +55,7 @@
Name: kernel-pae
Summary: Kernel with PAE Support
Version: 3.0.rc2
Version: 3.0.rc3
%if %using_buildservice
Release: <RELEASE>
%else
@ -893,6 +893,20 @@ Debug information for package %name-devel
%files devel-debuginfo -f vmlinux.debug.files
%changelog
* Wed Jun 15 2011 jeffm@suse.com
- Update config files: Disable BRCMSMAC on ppc/ppc64.
- commit 20b3d8e
* Wed Jun 15 2011 jack@suse.cz
- "Unable to save Login Script" appears when trying to save a
user login script (bnc#638985).
- commit 7c243a4
* Wed Jun 15 2011 jack@suse.cz
- fs: novfs: Limit check for datacopy between user and kernel space.
- commit 5fbc5ed
* Wed Jun 15 2011 jeffm@suse.com
- Update to 3.0-rc3.
- Eliminated 2 patches.
- commit a1fe999
* Tue Jun 14 2011 mmarek@suse.cz
- scripts/config.sh: Remove MIRROR handling, _find_tarball() does it
itself.

View File

@ -1,3 +1,29 @@
-------------------------------------------------------------------
Wed Jun 15 20:40:28 CEST 2011 - jeffm@suse.com
- Update config files: Disable BRCMSMAC on ppc/ppc64.
- commit 20b3d8e
-------------------------------------------------------------------
Wed Jun 15 18:33:50 CEST 2011 - jack@suse.cz
- "Unable to save Login Script" appears when trying to save a
user login script (bnc#638985).
- commit 7c243a4
-------------------------------------------------------------------
Wed Jun 15 18:22:05 CEST 2011 - jack@suse.cz
- fs: novfs: Limit check for datacopy between user and kernel space.
- commit 5fbc5ed
-------------------------------------------------------------------
Wed Jun 15 08:05:05 CEST 2011 - jeffm@suse.com
- Update to 3.0-rc3.
- Eliminated 2 patches.
- commit a1fe999
-------------------------------------------------------------------
Tue Jun 14 17:13:47 CEST 2011 - mmarek@suse.cz

View File

@ -1,5 +1,5 @@
#
# spec file for package kernel-ppc64 (Version 3.0.rc2)
# spec file for package kernel-ppc64 (Version 3.0.rc3)
#
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@ -17,8 +17,8 @@
# norootforbuild
%define srcversion 3.0-rc2
%define patchversion 3.0.0-rc2
%define srcversion 3.0-rc3
%define patchversion 3.0.0-rc3
%define variant %{nil}
%include %_sourcedir/kernel-spec-macros
@ -55,7 +55,7 @@
Name: kernel-ppc64
Summary: Kernel for ppc64 Systems
Version: 3.0.rc2
Version: 3.0.rc3
%if %using_buildservice
Release: <RELEASE>
%else
@ -897,6 +897,20 @@ Debug information for package %name-devel
%files devel-debuginfo -f vmlinux.debug.files
%changelog
* Wed Jun 15 2011 jeffm@suse.com
- Update config files: Disable BRCMSMAC on ppc/ppc64.
- commit 20b3d8e
* Wed Jun 15 2011 jack@suse.cz
- "Unable to save Login Script" appears when trying to save a
user login script (bnc#638985).
- commit 7c243a4
* Wed Jun 15 2011 jack@suse.cz
- fs: novfs: Limit check for datacopy between user and kernel space.
- commit 5fbc5ed
* Wed Jun 15 2011 jeffm@suse.com
- Update to 3.0-rc3.
- Eliminated 2 patches.
- commit a1fe999
* Tue Jun 14 2011 mmarek@suse.cz
- scripts/config.sh: Remove MIRROR handling, _find_tarball() does it
itself.

View File

@ -1,3 +1,29 @@
-------------------------------------------------------------------
Wed Jun 15 20:40:28 CEST 2011 - jeffm@suse.com
- Update config files: Disable BRCMSMAC on ppc/ppc64.
- commit 20b3d8e
-------------------------------------------------------------------
Wed Jun 15 18:33:50 CEST 2011 - jack@suse.cz
- "Unable to save Login Script" appears when trying to save a
user login script (bnc#638985).
- commit 7c243a4
-------------------------------------------------------------------
Wed Jun 15 18:22:05 CEST 2011 - jack@suse.cz
- fs: novfs: Limit check for datacopy between user and kernel space.
- commit 5fbc5ed
-------------------------------------------------------------------
Wed Jun 15 08:05:05 CEST 2011 - jeffm@suse.com
- Update to 3.0-rc3.
- Eliminated 2 patches.
- commit a1fe999
-------------------------------------------------------------------
Tue Jun 14 17:13:47 CEST 2011 - mmarek@suse.cz

View File

@ -1,5 +1,5 @@
#
# spec file for package kernel-ps3 (Version 3.0.rc2)
# spec file for package kernel-ps3 (Version 3.0.rc3)
#
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@ -17,8 +17,8 @@
# norootforbuild
%define srcversion 3.0-rc2
%define patchversion 3.0.0-rc2
%define srcversion 3.0-rc3
%define patchversion 3.0.0-rc3
%define variant %{nil}
%include %_sourcedir/kernel-spec-macros
@ -55,7 +55,7 @@
Name: kernel-ps3
Summary: kernel for ps3 bootloader
Version: 3.0.rc2
Version: 3.0.rc3
%if %using_buildservice
Release: <RELEASE>
%else
@ -878,6 +878,20 @@ Debug information for package %name-devel
%files devel-debuginfo -f vmlinux.debug.files
%changelog
* Wed Jun 15 2011 jeffm@suse.com
- Update config files: Disable BRCMSMAC on ppc/ppc64.
- commit 20b3d8e
* Wed Jun 15 2011 jack@suse.cz
- "Unable to save Login Script" appears when trying to save a
user login script (bnc#638985).
- commit 7c243a4
* Wed Jun 15 2011 jack@suse.cz
- fs: novfs: Limit check for datacopy between user and kernel space.
- commit 5fbc5ed
* Wed Jun 15 2011 jeffm@suse.com
- Update to 3.0-rc3.
- Eliminated 2 patches.
- commit a1fe999
* Tue Jun 14 2011 mmarek@suse.cz
- scripts/config.sh: Remove MIRROR handling, _find_tarball() does it
itself.

View File

@ -1,3 +1,29 @@
-------------------------------------------------------------------
Wed Jun 15 20:40:28 CEST 2011 - jeffm@suse.com
- Update config files: Disable BRCMSMAC on ppc/ppc64.
- commit 20b3d8e
-------------------------------------------------------------------
Wed Jun 15 18:33:50 CEST 2011 - jack@suse.cz
- "Unable to save Login Script" appears when trying to save a
user login script (bnc#638985).
- commit 7c243a4
-------------------------------------------------------------------
Wed Jun 15 18:22:05 CEST 2011 - jack@suse.cz
- fs: novfs: Limit check for datacopy between user and kernel space.
- commit 5fbc5ed
-------------------------------------------------------------------
Wed Jun 15 08:05:05 CEST 2011 - jeffm@suse.com
- Update to 3.0-rc3.
- Eliminated 2 patches.
- commit a1fe999
-------------------------------------------------------------------
Tue Jun 14 17:13:47 CEST 2011 - mmarek@suse.cz

View File

@ -1,5 +1,5 @@
#
# spec file for package kernel-s390 (Version 3.0.rc2)
# spec file for package kernel-s390 (Version 3.0.rc3)
#
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@ -17,8 +17,8 @@
# norootforbuild
%define srcversion 3.0-rc2
%define patchversion 3.0.0-rc2
%define srcversion 3.0-rc3
%define patchversion 3.0.0-rc3
%define variant %{nil}
%include %_sourcedir/kernel-spec-macros
@ -55,7 +55,7 @@
Name: kernel-s390
Summary: The Standard Kernel
Version: 3.0.rc2
Version: 3.0.rc3
%if %using_buildservice
Release: <RELEASE>
%else
@ -872,6 +872,20 @@ Debug information for package %name-devel
%files devel-debuginfo -f vmlinux.debug.files
%changelog
* Wed Jun 15 2011 jeffm@suse.com
- Update config files: Disable BRCMSMAC on ppc/ppc64.
- commit 20b3d8e
* Wed Jun 15 2011 jack@suse.cz
- "Unable to save Login Script" appears when trying to save a
user login script (bnc#638985).
- commit 7c243a4
* Wed Jun 15 2011 jack@suse.cz
- fs: novfs: Limit check for datacopy between user and kernel space.
- commit 5fbc5ed
* Wed Jun 15 2011 jeffm@suse.com
- Update to 3.0-rc3.
- Eliminated 2 patches.
- commit a1fe999
* Tue Jun 14 2011 mmarek@suse.cz
- scripts/config.sh: Remove MIRROR handling, _find_tarball() does it
itself.

View File

@ -1,3 +1,29 @@
-------------------------------------------------------------------
Wed Jun 15 20:40:28 CEST 2011 - jeffm@suse.com
- Update config files: Disable BRCMSMAC on ppc/ppc64.
- commit 20b3d8e
-------------------------------------------------------------------
Wed Jun 15 18:33:50 CEST 2011 - jack@suse.cz
- "Unable to save Login Script" appears when trying to save a
user login script (bnc#638985).
- commit 7c243a4
-------------------------------------------------------------------
Wed Jun 15 18:22:05 CEST 2011 - jack@suse.cz
- fs: novfs: Limit check for datacopy between user and kernel space.
- commit 5fbc5ed
-------------------------------------------------------------------
Wed Jun 15 08:05:05 CEST 2011 - jeffm@suse.com
- Update to 3.0-rc3.
- Eliminated 2 patches.
- commit a1fe999
-------------------------------------------------------------------
Tue Jun 14 17:13:47 CEST 2011 - mmarek@suse.cz

View File

@ -1,5 +1,5 @@
#
# spec file for package kernel-source (Version 3.0.rc2)
# spec file for package kernel-source (Version 3.0.rc3)
#
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@ -18,8 +18,8 @@
# norootforbuild
# icecream 0
%define srcversion 3.0-rc2
%define patchversion 3.0.0-rc2
%define srcversion 3.0-rc3
%define patchversion 3.0.0-rc3
%define variant %{nil}
%define vanilla_only 0
@ -29,7 +29,7 @@
Name: kernel-source
Summary: The Linux Kernel Sources
Version: 3.0.rc2
Version: 3.0.rc3
%if %using_buildservice
Release: <RELEASE>
%else
@ -255,6 +255,20 @@ find %buildroot/usr/src/linux* ! -type l | xargs touch -d "$ts"
%endif
%changelog
* Wed Jun 15 2011 jeffm@suse.com
- Update config files: Disable BRCMSMAC on ppc/ppc64.
- commit 20b3d8e
* Wed Jun 15 2011 jack@suse.cz
- "Unable to save Login Script" appears when trying to save a
user login script (bnc#638985).
- commit 7c243a4
* Wed Jun 15 2011 jack@suse.cz
- fs: novfs: Limit check for datacopy between user and kernel space.
- commit 5fbc5ed
* Wed Jun 15 2011 jeffm@suse.com
- Update to 3.0-rc3.
- Eliminated 2 patches.
- commit a1fe999
* Tue Jun 14 2011 mmarek@suse.cz
- scripts/config.sh: Remove MIRROR handling, _find_tarball() does it
itself.

View File

@ -1,3 +1,29 @@
-------------------------------------------------------------------
Wed Jun 15 20:40:28 CEST 2011 - jeffm@suse.com
- Update config files: Disable BRCMSMAC on ppc/ppc64.
- commit 20b3d8e
-------------------------------------------------------------------
Wed Jun 15 18:33:50 CEST 2011 - jack@suse.cz
- "Unable to save Login Script" appears when trying to save a
user login script (bnc#638985).
- commit 7c243a4
-------------------------------------------------------------------
Wed Jun 15 18:22:05 CEST 2011 - jack@suse.cz
- fs: novfs: Limit check for datacopy between user and kernel space.
- commit 5fbc5ed
-------------------------------------------------------------------
Wed Jun 15 08:05:05 CEST 2011 - jeffm@suse.com
- Update to 3.0-rc3.
- Eliminated 2 patches.
- commit a1fe999
-------------------------------------------------------------------
Tue Jun 14 17:13:47 CEST 2011 - mmarek@suse.cz

View File

@ -1,5 +1,5 @@
#
# spec file for package kernel-syms (Version 3.0.rc2)
# spec file for package kernel-syms (Version 3.0.rc3)
#
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@ -23,7 +23,7 @@
Name: kernel-syms
Summary: Kernel Symbol Versions (modversions)
Version: 3.0.rc2
Version: 3.0.rc3
%if %using_buildservice
Release: <RELEASE>
%else
@ -78,6 +78,20 @@ install -m 644 -D %{SOURCE0} %buildroot/%_docdir/%name/README.SUSE
%_docdir/%name/README.SUSE
%changelog
* Wed Jun 15 2011 jeffm@suse.com
- Update config files: Disable BRCMSMAC on ppc/ppc64.
- commit 20b3d8e
* Wed Jun 15 2011 jack@suse.cz
- "Unable to save Login Script" appears when trying to save a
user login script (bnc#638985).
- commit 7c243a4
* Wed Jun 15 2011 jack@suse.cz
- fs: novfs: Limit check for datacopy between user and kernel space.
- commit 5fbc5ed
* Wed Jun 15 2011 jeffm@suse.com
- Update to 3.0-rc3.
- Eliminated 2 patches.
- commit a1fe999
* Tue Jun 14 2011 mmarek@suse.cz
- scripts/config.sh: Remove MIRROR handling, _find_tarball() does it
itself.

View File

@ -1,3 +1,29 @@
-------------------------------------------------------------------
Wed Jun 15 20:40:28 CEST 2011 - jeffm@suse.com
- Update config files: Disable BRCMSMAC on ppc/ppc64.
- commit 20b3d8e
-------------------------------------------------------------------
Wed Jun 15 18:33:50 CEST 2011 - jack@suse.cz
- "Unable to save Login Script" appears when trying to save a
user login script (bnc#638985).
- commit 7c243a4
-------------------------------------------------------------------
Wed Jun 15 18:22:05 CEST 2011 - jack@suse.cz
- fs: novfs: Limit check for datacopy between user and kernel space.
- commit 5fbc5ed
-------------------------------------------------------------------
Wed Jun 15 08:05:05 CEST 2011 - jeffm@suse.com
- Update to 3.0-rc3.
- Eliminated 2 patches.
- commit a1fe999
-------------------------------------------------------------------
Tue Jun 14 17:13:47 CEST 2011 - mmarek@suse.cz

View File

@ -1,5 +1,5 @@
#
# spec file for package kernel-trace (Version 3.0.rc2)
# spec file for package kernel-trace (Version 3.0.rc3)
#
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@ -17,8 +17,8 @@
# norootforbuild
%define srcversion 3.0-rc2
%define patchversion 3.0.0-rc2
%define srcversion 3.0-rc3
%define patchversion 3.0.0-rc3
%define variant %{nil}
%include %_sourcedir/kernel-spec-macros
@ -55,7 +55,7 @@
Name: kernel-trace
Summary: The Standard Kernel with Tracing Features
Version: 3.0.rc2
Version: 3.0.rc3
%if %using_buildservice
Release: <RELEASE>
%else
@ -880,6 +880,20 @@ Debug information for package %name-devel
%files devel-debuginfo -f vmlinux.debug.files
%changelog
* Wed Jun 15 2011 jeffm@suse.com
- Update config files: Disable BRCMSMAC on ppc/ppc64.
- commit 20b3d8e
* Wed Jun 15 2011 jack@suse.cz
- "Unable to save Login Script" appears when trying to save a
user login script (bnc#638985).
- commit 7c243a4
* Wed Jun 15 2011 jack@suse.cz
- fs: novfs: Limit check for datacopy between user and kernel space.
- commit 5fbc5ed
* Wed Jun 15 2011 jeffm@suse.com
- Update to 3.0-rc3.
- Eliminated 2 patches.
- commit a1fe999
* Tue Jun 14 2011 mmarek@suse.cz
- scripts/config.sh: Remove MIRROR handling, _find_tarball() does it
itself.

View File

@ -1,3 +1,29 @@
-------------------------------------------------------------------
Wed Jun 15 20:40:28 CEST 2011 - jeffm@suse.com
- Update config files: Disable BRCMSMAC on ppc/ppc64.
- commit 20b3d8e
-------------------------------------------------------------------
Wed Jun 15 18:33:50 CEST 2011 - jack@suse.cz
- "Unable to save Login Script" appears when trying to save a
user login script (bnc#638985).
- commit 7c243a4
-------------------------------------------------------------------
Wed Jun 15 18:22:05 CEST 2011 - jack@suse.cz
- fs: novfs: Limit check for datacopy between user and kernel space.
- commit 5fbc5ed
-------------------------------------------------------------------
Wed Jun 15 08:05:05 CEST 2011 - jeffm@suse.com
- Update to 3.0-rc3.
- Eliminated 2 patches.
- commit a1fe999
-------------------------------------------------------------------
Tue Jun 14 17:13:47 CEST 2011 - mmarek@suse.cz

View File

@ -1,5 +1,5 @@
#
# spec file for package kernel-vanilla (Version 3.0.rc2)
# spec file for package kernel-vanilla (Version 3.0.rc3)
#
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@ -17,8 +17,8 @@
# norootforbuild
%define srcversion 3.0-rc2
%define patchversion 3.0.0-rc2
%define srcversion 3.0-rc3
%define patchversion 3.0.0-rc3
%define variant %{nil}
%include %_sourcedir/kernel-spec-macros
@ -55,7 +55,7 @@
Name: kernel-vanilla
Summary: The Standard Kernel - without any SUSE patches
Version: 3.0.rc2
Version: 3.0.rc3
%if %using_buildservice
Release: <RELEASE>
%else
@ -876,6 +876,20 @@ Debug information for package %name-devel
%files devel-debuginfo -f vmlinux.debug.files
%changelog
* Wed Jun 15 2011 jeffm@suse.com
- Update config files: Disable BRCMSMAC on ppc/ppc64.
- commit 20b3d8e
* Wed Jun 15 2011 jack@suse.cz
- "Unable to save Login Script" appears when trying to save a
user login script (bnc#638985).
- commit 7c243a4
* Wed Jun 15 2011 jack@suse.cz
- fs: novfs: Limit check for datacopy between user and kernel space.
- commit 5fbc5ed
* Wed Jun 15 2011 jeffm@suse.com
- Update to 3.0-rc3.
- Eliminated 2 patches.
- commit a1fe999
* Tue Jun 14 2011 mmarek@suse.cz
- scripts/config.sh: Remove MIRROR handling, _find_tarball() does it
itself.

3
linux-3.0-rc3.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:346e008b0043b1275ce4fa67ffdeb872136c0e8a5d6ddfe9855928646756cbbd
size 76608813

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:748f58925541ca2f6eebed3fde61a93b5142989d67e4f1f9a69d19b7295e4693
size 29585
oid sha256:bc7b43d450c8514852abaea6c804ccd9eb6d3aac95442c35c8eb584a7290e20f
size 39959

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:bc2255426947a734c15adca177626173d6801c568414030b9633293b14f38245
size 1304
oid sha256:9dde5510f9ad1aef9c1f1d3b2a8099a006fe55fdab5ebcf2c141624b999d057e
size 136

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a2d9fad1ba6d86fc74fc934f42ee0b3762cb3ae6bd67b45fd789380b8c9f4ff2
size 194765
oid sha256:ca2c310ad89a1be8a1c144198e4343a1895e11271f2d50bf041fad89d92f999b
size 194505

View File

@ -27,8 +27,6 @@
# DO NOT MODIFY THEM!
# Send separate patches upstream if you find a problem...
########################################################
patches.kernel.org/kbuild-fix-kernelversion-for-empty-sublevel-or-patchlevel
patches.kernel.org/kbuild-fix-linux-version-h-for-empty-sublevel-or-patchlevel
########################################################
# Build fixes that apply to the vanilla kernel too.
@ -299,6 +297,8 @@
patches.suse/novfs-client-module
patches.fixes/novfs-nwcapi.patch
patches.suse/novfs-remove-bkl
patches.fixes/novfs-copy_user-fixes.diff
patches.fixes/novfs-minsize-fixes
########################################################
# other filesystem stuff: richacls

View File

@ -1,3 +1,3 @@
2011-06-14 17:13:47 +0200
GIT Revision: 18ad47f75ecaf3e7c59a404699ade7f8df295c25
2011-06-15 20:41:09 +0200
GIT Revision: 8049fac838b91daddd0ee1479cc7af6a42add8aa
GIT Branch: master