GIT Revision: e7003259e1bb642a167f70c787b240cc90bbd148
OBS-URL: https://build.opensuse.org/package/show/Kernel:HEAD/kernel-source?expand=0&rev=7000
This commit is contained in:
parent
a8d8c96af6
commit
6b4c680562
@ -1,5 +1,5 @@
|
||||
# The version of the main tarball to use
|
||||
SRCVERSION=3.0-rc4
|
||||
SRCVERSION=3.0-rc5
|
||||
# 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:5856fdc61b278c09c378bd343fb301185ca719ff54a7376bbe9d1a503d4ea9fe
|
||||
size 217120
|
||||
oid sha256:94171848f556d4b58b99e61a71a8d0d9367c7d7acd4d4e174c939f1670e89eb2
|
||||
size 217445
|
||||
|
@ -1,3 +1,16 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 29 15:12:07 CEST 2011 - jeffm@suse.com
|
||||
|
||||
- Update to 3.0-rc5.
|
||||
- commit 9eb1a0f
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 29 14:46:33 CEST 2011 - jslaby@suse.cz
|
||||
|
||||
- TTY: ldisc, do not close until there are readers (bnc#698247
|
||||
bnc#693374).
|
||||
- commit b3afb1a
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 24 01:30:11 CEST 2011 - jeffm@suse.com
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package kernel-debug (Version 3.0.rc4)
|
||||
# spec file for package kernel-debug (Version 3.0.rc5)
|
||||
#
|
||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
@ -17,8 +17,8 @@
|
||||
|
||||
# norootforbuild
|
||||
|
||||
%define srcversion 3.0-rc4
|
||||
%define patchversion 3.0.0-rc4
|
||||
%define srcversion 3.0-rc5
|
||||
%define patchversion 3.0.0-rc5
|
||||
%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.rc4
|
||||
Version: 3.0.rc5
|
||||
%if %using_buildservice
|
||||
Release: <RELEASE>
|
||||
%else
|
||||
@ -875,6 +875,13 @@ Debug information for package %name-devel
|
||||
%files devel-debuginfo -f vmlinux.debug.files
|
||||
|
||||
%changelog
|
||||
* Wed Jun 29 2011 jeffm@suse.com
|
||||
- Update to 3.0-rc5.
|
||||
- commit 9eb1a0f
|
||||
* Wed Jun 29 2011 jslaby@suse.cz
|
||||
- TTY: ldisc, do not close until there are readers (bnc#698247
|
||||
bnc#693374).
|
||||
- commit b3afb1a
|
||||
* Fri Jun 24 2011 jeffm@suse.com
|
||||
- Enable TOMOYO (FATE#310292, bnc#668381).
|
||||
- commit 997e757
|
||||
|
@ -1,3 +1,16 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 29 15:12:07 CEST 2011 - jeffm@suse.com
|
||||
|
||||
- Update to 3.0-rc5.
|
||||
- commit 9eb1a0f
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 29 14:46:33 CEST 2011 - jslaby@suse.cz
|
||||
|
||||
- TTY: ldisc, do not close until there are readers (bnc#698247
|
||||
bnc#693374).
|
||||
- commit b3afb1a
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 24 01:30:11 CEST 2011 - jeffm@suse.com
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package kernel-default (Version 3.0.rc4)
|
||||
# spec file for package kernel-default (Version 3.0.rc5)
|
||||
#
|
||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
@ -17,8 +17,8 @@
|
||||
|
||||
# norootforbuild
|
||||
|
||||
%define srcversion 3.0-rc4
|
||||
%define patchversion 3.0.0-rc4
|
||||
%define srcversion 3.0-rc5
|
||||
%define patchversion 3.0.0-rc5
|
||||
%define variant %{nil}
|
||||
|
||||
%include %_sourcedir/kernel-spec-macros
|
||||
@ -55,7 +55,7 @@
|
||||
|
||||
Name: kernel-default
|
||||
Summary: The Standard Kernel
|
||||
Version: 3.0.rc4
|
||||
Version: 3.0.rc5
|
||||
%if %using_buildservice
|
||||
Release: <RELEASE>
|
||||
%else
|
||||
@ -888,6 +888,13 @@ Debug information for package %name-devel
|
||||
%files devel-debuginfo -f vmlinux.debug.files
|
||||
|
||||
%changelog
|
||||
* Wed Jun 29 2011 jeffm@suse.com
|
||||
- Update to 3.0-rc5.
|
||||
- commit 9eb1a0f
|
||||
* Wed Jun 29 2011 jslaby@suse.cz
|
||||
- TTY: ldisc, do not close until there are readers (bnc#698247
|
||||
bnc#693374).
|
||||
- commit b3afb1a
|
||||
* Fri Jun 24 2011 jeffm@suse.com
|
||||
- Enable TOMOYO (FATE#310292, bnc#668381).
|
||||
- commit 997e757
|
||||
|
@ -1,3 +1,16 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 29 15:12:07 CEST 2011 - jeffm@suse.com
|
||||
|
||||
- Update to 3.0-rc5.
|
||||
- commit 9eb1a0f
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 29 14:46:33 CEST 2011 - jslaby@suse.cz
|
||||
|
||||
- TTY: ldisc, do not close until there are readers (bnc#698247
|
||||
bnc#693374).
|
||||
- commit b3afb1a
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 24 01:30:11 CEST 2011 - jeffm@suse.com
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package kernel-desktop (Version 3.0.rc4)
|
||||
# spec file for package kernel-desktop (Version 3.0.rc5)
|
||||
#
|
||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
@ -17,8 +17,8 @@
|
||||
|
||||
# norootforbuild
|
||||
|
||||
%define srcversion 3.0-rc4
|
||||
%define patchversion 3.0.0-rc4
|
||||
%define srcversion 3.0-rc5
|
||||
%define patchversion 3.0.0-rc5
|
||||
%define variant %{nil}
|
||||
|
||||
%include %_sourcedir/kernel-spec-macros
|
||||
@ -55,7 +55,7 @@
|
||||
|
||||
Name: kernel-desktop
|
||||
Summary: Kernel optimized for the desktop
|
||||
Version: 3.0.rc4
|
||||
Version: 3.0.rc5
|
||||
%if %using_buildservice
|
||||
Release: <RELEASE>
|
||||
%else
|
||||
@ -908,6 +908,13 @@ Debug information for package %name-devel
|
||||
%files devel-debuginfo -f vmlinux.debug.files
|
||||
|
||||
%changelog
|
||||
* Wed Jun 29 2011 jeffm@suse.com
|
||||
- Update to 3.0-rc5.
|
||||
- commit 9eb1a0f
|
||||
* Wed Jun 29 2011 jslaby@suse.cz
|
||||
- TTY: ldisc, do not close until there are readers (bnc#698247
|
||||
bnc#693374).
|
||||
- commit b3afb1a
|
||||
* Fri Jun 24 2011 jeffm@suse.com
|
||||
- Enable TOMOYO (FATE#310292, bnc#668381).
|
||||
- commit 997e757
|
||||
|
@ -1,3 +1,16 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 29 15:12:07 CEST 2011 - jeffm@suse.com
|
||||
|
||||
- Update to 3.0-rc5.
|
||||
- commit 9eb1a0f
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 29 14:46:33 CEST 2011 - jslaby@suse.cz
|
||||
|
||||
- TTY: ldisc, do not close until there are readers (bnc#698247
|
||||
bnc#693374).
|
||||
- commit b3afb1a
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 24 01:30:11 CEST 2011 - jeffm@suse.com
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package kernel-docs (Version 3.0.rc4)
|
||||
# spec file for package kernel-docs (Version 3.0.rc5)
|
||||
#
|
||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
@ -17,14 +17,14 @@
|
||||
|
||||
# norootforbuild
|
||||
|
||||
%define patchversion 3.0.0-rc4
|
||||
%define patchversion 3.0.0-rc5
|
||||
%define variant %{nil}
|
||||
|
||||
%include %_sourcedir/kernel-spec-macros
|
||||
|
||||
Name: kernel-docs
|
||||
Summary: Kernel Documentation
|
||||
Version: 3.0.rc4
|
||||
Version: 3.0.rc5
|
||||
%if %using_buildservice
|
||||
Release: <RELEASE>
|
||||
%else
|
||||
@ -99,6 +99,13 @@ rm -rf $RPM_BUILD_ROOT
|
||||
/usr/share/doc/kernel
|
||||
|
||||
%changelog
|
||||
* Wed Jun 29 2011 jeffm@suse.com
|
||||
- Update to 3.0-rc5.
|
||||
- commit 9eb1a0f
|
||||
* Wed Jun 29 2011 jslaby@suse.cz
|
||||
- TTY: ldisc, do not close until there are readers (bnc#698247
|
||||
bnc#693374).
|
||||
- commit b3afb1a
|
||||
* Fri Jun 24 2011 jeffm@suse.com
|
||||
- Enable TOMOYO (FATE#310292, bnc#668381).
|
||||
- commit 997e757
|
||||
|
@ -1,3 +1,16 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 29 15:12:07 CEST 2011 - jeffm@suse.com
|
||||
|
||||
- Update to 3.0-rc5.
|
||||
- commit 9eb1a0f
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 29 14:46:33 CEST 2011 - jslaby@suse.cz
|
||||
|
||||
- TTY: ldisc, do not close until there are readers (bnc#698247
|
||||
bnc#693374).
|
||||
- commit b3afb1a
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 24 01:30:11 CEST 2011 - jeffm@suse.com
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package kernel-pae (Version 3.0.rc4)
|
||||
# spec file for package kernel-pae (Version 3.0.rc5)
|
||||
#
|
||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
@ -17,8 +17,8 @@
|
||||
|
||||
# norootforbuild
|
||||
|
||||
%define srcversion 3.0-rc4
|
||||
%define patchversion 3.0.0-rc4
|
||||
%define srcversion 3.0-rc5
|
||||
%define patchversion 3.0.0-rc5
|
||||
%define variant %{nil}
|
||||
|
||||
%include %_sourcedir/kernel-spec-macros
|
||||
@ -55,7 +55,7 @@
|
||||
|
||||
Name: kernel-pae
|
||||
Summary: Kernel with PAE Support
|
||||
Version: 3.0.rc4
|
||||
Version: 3.0.rc5
|
||||
%if %using_buildservice
|
||||
Release: <RELEASE>
|
||||
%else
|
||||
@ -893,6 +893,13 @@ Debug information for package %name-devel
|
||||
%files devel-debuginfo -f vmlinux.debug.files
|
||||
|
||||
%changelog
|
||||
* Wed Jun 29 2011 jeffm@suse.com
|
||||
- Update to 3.0-rc5.
|
||||
- commit 9eb1a0f
|
||||
* Wed Jun 29 2011 jslaby@suse.cz
|
||||
- TTY: ldisc, do not close until there are readers (bnc#698247
|
||||
bnc#693374).
|
||||
- commit b3afb1a
|
||||
* Fri Jun 24 2011 jeffm@suse.com
|
||||
- Enable TOMOYO (FATE#310292, bnc#668381).
|
||||
- commit 997e757
|
||||
|
@ -1,3 +1,16 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 29 15:12:07 CEST 2011 - jeffm@suse.com
|
||||
|
||||
- Update to 3.0-rc5.
|
||||
- commit 9eb1a0f
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 29 14:46:33 CEST 2011 - jslaby@suse.cz
|
||||
|
||||
- TTY: ldisc, do not close until there are readers (bnc#698247
|
||||
bnc#693374).
|
||||
- commit b3afb1a
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 24 01:30:11 CEST 2011 - jeffm@suse.com
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package kernel-ppc64 (Version 3.0.rc4)
|
||||
# spec file for package kernel-ppc64 (Version 3.0.rc5)
|
||||
#
|
||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
@ -17,8 +17,8 @@
|
||||
|
||||
# norootforbuild
|
||||
|
||||
%define srcversion 3.0-rc4
|
||||
%define patchversion 3.0.0-rc4
|
||||
%define srcversion 3.0-rc5
|
||||
%define patchversion 3.0.0-rc5
|
||||
%define variant %{nil}
|
||||
|
||||
%include %_sourcedir/kernel-spec-macros
|
||||
@ -55,7 +55,7 @@
|
||||
|
||||
Name: kernel-ppc64
|
||||
Summary: Kernel for ppc64 Systems
|
||||
Version: 3.0.rc4
|
||||
Version: 3.0.rc5
|
||||
%if %using_buildservice
|
||||
Release: <RELEASE>
|
||||
%else
|
||||
@ -897,6 +897,13 @@ Debug information for package %name-devel
|
||||
%files devel-debuginfo -f vmlinux.debug.files
|
||||
|
||||
%changelog
|
||||
* Wed Jun 29 2011 jeffm@suse.com
|
||||
- Update to 3.0-rc5.
|
||||
- commit 9eb1a0f
|
||||
* Wed Jun 29 2011 jslaby@suse.cz
|
||||
- TTY: ldisc, do not close until there are readers (bnc#698247
|
||||
bnc#693374).
|
||||
- commit b3afb1a
|
||||
* Fri Jun 24 2011 jeffm@suse.com
|
||||
- Enable TOMOYO (FATE#310292, bnc#668381).
|
||||
- commit 997e757
|
||||
|
@ -1,3 +1,16 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 29 15:12:07 CEST 2011 - jeffm@suse.com
|
||||
|
||||
- Update to 3.0-rc5.
|
||||
- commit 9eb1a0f
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 29 14:46:33 CEST 2011 - jslaby@suse.cz
|
||||
|
||||
- TTY: ldisc, do not close until there are readers (bnc#698247
|
||||
bnc#693374).
|
||||
- commit b3afb1a
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 24 01:30:11 CEST 2011 - jeffm@suse.com
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package kernel-ps3 (Version 3.0.rc4)
|
||||
# spec file for package kernel-ps3 (Version 3.0.rc5)
|
||||
#
|
||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
@ -17,8 +17,8 @@
|
||||
|
||||
# norootforbuild
|
||||
|
||||
%define srcversion 3.0-rc4
|
||||
%define patchversion 3.0.0-rc4
|
||||
%define srcversion 3.0-rc5
|
||||
%define patchversion 3.0.0-rc5
|
||||
%define variant %{nil}
|
||||
|
||||
%include %_sourcedir/kernel-spec-macros
|
||||
@ -55,7 +55,7 @@
|
||||
|
||||
Name: kernel-ps3
|
||||
Summary: kernel for ps3 bootloader
|
||||
Version: 3.0.rc4
|
||||
Version: 3.0.rc5
|
||||
%if %using_buildservice
|
||||
Release: <RELEASE>
|
||||
%else
|
||||
@ -878,6 +878,13 @@ Debug information for package %name-devel
|
||||
%files devel-debuginfo -f vmlinux.debug.files
|
||||
|
||||
%changelog
|
||||
* Wed Jun 29 2011 jeffm@suse.com
|
||||
- Update to 3.0-rc5.
|
||||
- commit 9eb1a0f
|
||||
* Wed Jun 29 2011 jslaby@suse.cz
|
||||
- TTY: ldisc, do not close until there are readers (bnc#698247
|
||||
bnc#693374).
|
||||
- commit b3afb1a
|
||||
* Fri Jun 24 2011 jeffm@suse.com
|
||||
- Enable TOMOYO (FATE#310292, bnc#668381).
|
||||
- commit 997e757
|
||||
|
@ -1,3 +1,16 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 29 15:12:07 CEST 2011 - jeffm@suse.com
|
||||
|
||||
- Update to 3.0-rc5.
|
||||
- commit 9eb1a0f
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 29 14:46:33 CEST 2011 - jslaby@suse.cz
|
||||
|
||||
- TTY: ldisc, do not close until there are readers (bnc#698247
|
||||
bnc#693374).
|
||||
- commit b3afb1a
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 24 01:30:11 CEST 2011 - jeffm@suse.com
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package kernel-s390 (Version 3.0.rc4)
|
||||
# spec file for package kernel-s390 (Version 3.0.rc5)
|
||||
#
|
||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
@ -17,8 +17,8 @@
|
||||
|
||||
# norootforbuild
|
||||
|
||||
%define srcversion 3.0-rc4
|
||||
%define patchversion 3.0.0-rc4
|
||||
%define srcversion 3.0-rc5
|
||||
%define patchversion 3.0.0-rc5
|
||||
%define variant %{nil}
|
||||
|
||||
%include %_sourcedir/kernel-spec-macros
|
||||
@ -55,7 +55,7 @@
|
||||
|
||||
Name: kernel-s390
|
||||
Summary: The Standard Kernel
|
||||
Version: 3.0.rc4
|
||||
Version: 3.0.rc5
|
||||
%if %using_buildservice
|
||||
Release: <RELEASE>
|
||||
%else
|
||||
@ -872,6 +872,13 @@ Debug information for package %name-devel
|
||||
%files devel-debuginfo -f vmlinux.debug.files
|
||||
|
||||
%changelog
|
||||
* Wed Jun 29 2011 jeffm@suse.com
|
||||
- Update to 3.0-rc5.
|
||||
- commit 9eb1a0f
|
||||
* Wed Jun 29 2011 jslaby@suse.cz
|
||||
- TTY: ldisc, do not close until there are readers (bnc#698247
|
||||
bnc#693374).
|
||||
- commit b3afb1a
|
||||
* Fri Jun 24 2011 jeffm@suse.com
|
||||
- Enable TOMOYO (FATE#310292, bnc#668381).
|
||||
- commit 997e757
|
||||
|
@ -1,3 +1,16 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 29 15:12:07 CEST 2011 - jeffm@suse.com
|
||||
|
||||
- Update to 3.0-rc5.
|
||||
- commit 9eb1a0f
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 29 14:46:33 CEST 2011 - jslaby@suse.cz
|
||||
|
||||
- TTY: ldisc, do not close until there are readers (bnc#698247
|
||||
bnc#693374).
|
||||
- commit b3afb1a
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 24 01:30:11 CEST 2011 - jeffm@suse.com
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package kernel-source (Version 3.0.rc4)
|
||||
# spec file for package kernel-source (Version 3.0.rc5)
|
||||
#
|
||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
@ -18,8 +18,8 @@
|
||||
# norootforbuild
|
||||
# icecream 0
|
||||
|
||||
%define srcversion 3.0-rc4
|
||||
%define patchversion 3.0.0-rc4
|
||||
%define srcversion 3.0-rc5
|
||||
%define patchversion 3.0.0-rc5
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
|
||||
@ -29,7 +29,7 @@
|
||||
|
||||
Name: kernel-source
|
||||
Summary: The Linux Kernel Sources
|
||||
Version: 3.0.rc4
|
||||
Version: 3.0.rc5
|
||||
%if %using_buildservice
|
||||
Release: <RELEASE>
|
||||
%else
|
||||
@ -255,6 +255,13 @@ find %buildroot/usr/src/linux* ! -type l | xargs touch -d "$ts"
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Wed Jun 29 2011 jeffm@suse.com
|
||||
- Update to 3.0-rc5.
|
||||
- commit 9eb1a0f
|
||||
* Wed Jun 29 2011 jslaby@suse.cz
|
||||
- TTY: ldisc, do not close until there are readers (bnc#698247
|
||||
bnc#693374).
|
||||
- commit b3afb1a
|
||||
* Fri Jun 24 2011 jeffm@suse.com
|
||||
- Enable TOMOYO (FATE#310292, bnc#668381).
|
||||
- commit 997e757
|
||||
|
@ -1,3 +1,16 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 29 15:12:07 CEST 2011 - jeffm@suse.com
|
||||
|
||||
- Update to 3.0-rc5.
|
||||
- commit 9eb1a0f
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 29 14:46:33 CEST 2011 - jslaby@suse.cz
|
||||
|
||||
- TTY: ldisc, do not close until there are readers (bnc#698247
|
||||
bnc#693374).
|
||||
- commit b3afb1a
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 24 01:30:11 CEST 2011 - jeffm@suse.com
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package kernel-syms (Version 3.0.rc4)
|
||||
# spec file for package kernel-syms (Version 3.0.rc5)
|
||||
#
|
||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
@ -23,7 +23,7 @@
|
||||
|
||||
Name: kernel-syms
|
||||
Summary: Kernel Symbol Versions (modversions)
|
||||
Version: 3.0.rc4
|
||||
Version: 3.0.rc5
|
||||
%if %using_buildservice
|
||||
Release: <RELEASE>
|
||||
%else
|
||||
@ -78,6 +78,13 @@ install -m 644 -D %{SOURCE0} %buildroot/%_docdir/%name/README.SUSE
|
||||
%_docdir/%name/README.SUSE
|
||||
|
||||
%changelog
|
||||
* Wed Jun 29 2011 jeffm@suse.com
|
||||
- Update to 3.0-rc5.
|
||||
- commit 9eb1a0f
|
||||
* Wed Jun 29 2011 jslaby@suse.cz
|
||||
- TTY: ldisc, do not close until there are readers (bnc#698247
|
||||
bnc#693374).
|
||||
- commit b3afb1a
|
||||
* Fri Jun 24 2011 jeffm@suse.com
|
||||
- Enable TOMOYO (FATE#310292, bnc#668381).
|
||||
- commit 997e757
|
||||
|
@ -1,3 +1,16 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 29 15:12:07 CEST 2011 - jeffm@suse.com
|
||||
|
||||
- Update to 3.0-rc5.
|
||||
- commit 9eb1a0f
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 29 14:46:33 CEST 2011 - jslaby@suse.cz
|
||||
|
||||
- TTY: ldisc, do not close until there are readers (bnc#698247
|
||||
bnc#693374).
|
||||
- commit b3afb1a
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 24 01:30:11 CEST 2011 - jeffm@suse.com
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package kernel-trace (Version 3.0.rc4)
|
||||
# spec file for package kernel-trace (Version 3.0.rc5)
|
||||
#
|
||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
@ -17,8 +17,8 @@
|
||||
|
||||
# norootforbuild
|
||||
|
||||
%define srcversion 3.0-rc4
|
||||
%define patchversion 3.0.0-rc4
|
||||
%define srcversion 3.0-rc5
|
||||
%define patchversion 3.0.0-rc5
|
||||
%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.rc4
|
||||
Version: 3.0.rc5
|
||||
%if %using_buildservice
|
||||
Release: <RELEASE>
|
||||
%else
|
||||
@ -880,6 +880,13 @@ Debug information for package %name-devel
|
||||
%files devel-debuginfo -f vmlinux.debug.files
|
||||
|
||||
%changelog
|
||||
* Wed Jun 29 2011 jeffm@suse.com
|
||||
- Update to 3.0-rc5.
|
||||
- commit 9eb1a0f
|
||||
* Wed Jun 29 2011 jslaby@suse.cz
|
||||
- TTY: ldisc, do not close until there are readers (bnc#698247
|
||||
bnc#693374).
|
||||
- commit b3afb1a
|
||||
* Fri Jun 24 2011 jeffm@suse.com
|
||||
- Enable TOMOYO (FATE#310292, bnc#668381).
|
||||
- commit 997e757
|
||||
|
@ -1,3 +1,16 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 29 15:12:07 CEST 2011 - jeffm@suse.com
|
||||
|
||||
- Update to 3.0-rc5.
|
||||
- commit 9eb1a0f
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 29 14:46:33 CEST 2011 - jslaby@suse.cz
|
||||
|
||||
- TTY: ldisc, do not close until there are readers (bnc#698247
|
||||
bnc#693374).
|
||||
- commit b3afb1a
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 24 01:30:11 CEST 2011 - jeffm@suse.com
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package kernel-vanilla (Version 3.0.rc4)
|
||||
# spec file for package kernel-vanilla (Version 3.0.rc5)
|
||||
#
|
||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
@ -17,8 +17,8 @@
|
||||
|
||||
# norootforbuild
|
||||
|
||||
%define srcversion 3.0-rc4
|
||||
%define patchversion 3.0.0-rc4
|
||||
%define srcversion 3.0-rc5
|
||||
%define patchversion 3.0.0-rc5
|
||||
%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.rc4
|
||||
Version: 3.0.rc5
|
||||
%if %using_buildservice
|
||||
Release: <RELEASE>
|
||||
%else
|
||||
@ -876,6 +876,13 @@ Debug information for package %name-devel
|
||||
%files devel-debuginfo -f vmlinux.debug.files
|
||||
|
||||
%changelog
|
||||
* Wed Jun 29 2011 jeffm@suse.com
|
||||
- Update to 3.0-rc5.
|
||||
- commit 9eb1a0f
|
||||
* Wed Jun 29 2011 jslaby@suse.cz
|
||||
- TTY: ldisc, do not close until there are readers (bnc#698247
|
||||
bnc#693374).
|
||||
- commit b3afb1a
|
||||
* Fri Jun 24 2011 jeffm@suse.com
|
||||
- Enable TOMOYO (FATE#310292, bnc#668381).
|
||||
- commit 997e757
|
||||
|
3
linux-3.0-rc5.tar.bz2
Normal file
3
linux-3.0-rc5.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:48d2cd0f44c24b43bf4f5ac79e605bde66984096fe31768a6ac00de2d7c50886
|
||||
size 76630373
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9d8b9609cf0a625debd6c778ce4296c59e5726a5b3b0baf4b0d7f8ac6da0e1f9
|
||||
size 25541
|
||||
oid sha256:b912a940155760b4d43fd5f37a49c2f2b19f1825c9ab17623fc9b05ed38712eb
|
||||
size 26878
|
||||
|
@ -427,6 +427,11 @@
|
||||
##########################################################
|
||||
patches.drivers/alsa-hda-0019-Increase-default-buffer-size
|
||||
|
||||
########################################################
|
||||
# Char / serial
|
||||
########################################################
|
||||
patches.fixes/tty-ldisc-do-not-close-until-there-are-readers.patch
|
||||
|
||||
########################################################
|
||||
# Other driver fixes
|
||||
########################################################
|
||||
|
@ -1,3 +1,3 @@
|
||||
2011-06-24 01:31:44 +0200
|
||||
GIT Revision: 997e757a61750b160343ebee5cc277a0fe5e1596
|
||||
2011-06-29 15:14:02 +0200
|
||||
GIT Revision: e7003259e1bb642a167f70c787b240cc90bbd148
|
||||
GIT Branch: master
|
||||
|
Loading…
Reference in New Issue
Block a user