forked from pool/kernel-source
GIT Revision: 83446579a0daa05877b99537c54c0488df9a4d8a
OBS-URL: https://build.opensuse.org/package/show/Kernel:HEAD/kernel-source?expand=0&rev=6919
This commit is contained in:
parent
34a6189191
commit
82d175242a
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:63d7e5a5d1017d8bf546dc52deabe94e5383f82561147ad5e3fb0c40b142cd94
|
||||
size 226693
|
||||
oid sha256:fb6be7ab1ea7143d4f6a94dbcd3a6a351855a865969fa56e295d40f64c1ea4f8
|
||||
size 226669
|
||||
|
@ -1,3 +1,24 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 17 02:28:52 CET 2011 - jeffm@suse.de
|
||||
|
||||
- Update to 2.6.38-rc5.
|
||||
- commit 8344657
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 17 01:24:01 CET 2011 - gregkh@suse.de
|
||||
|
||||
- Update config files.
|
||||
- disable CONFIG_DRM_VMWGFX (bnc#606458)
|
||||
- update sparc configs to at least be able to run "make oldconfig"
|
||||
- commit da75bd9
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 16 16:14:52 CET 2011 - jbeulich@novell.com
|
||||
|
||||
- patches.arch/x86_64-unwind-annotations: Re-add change lost during
|
||||
initial 2.6.37 merge.
|
||||
- commit e493205
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 14 13:42:21 CET 2011 - mmarek@suse.cz
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
# norootforbuild
|
||||
|
||||
%define srcversion 2.6.37
|
||||
%define patchversion 2.6.38-rc4
|
||||
%define patchversion 2.6.38-rc5
|
||||
%define variant %{nil}
|
||||
|
||||
%include %_sourcedir/kernel-spec-macros
|
||||
@ -57,9 +57,9 @@ Name: kernel-debug
|
||||
Summary: A Debug Version of the Kernel
|
||||
Version: 2.6.38
|
||||
%if %using_buildservice
|
||||
Release: rc4.<RELEASE>
|
||||
Release: rc5.<RELEASE>
|
||||
%else
|
||||
Release: rc4.0
|
||||
Release: rc5.0
|
||||
%endif
|
||||
License: GPL v2 only
|
||||
Group: System/Kernel
|
||||
@ -865,6 +865,18 @@ Debug information for package %name-devel
|
||||
%files devel-debuginfo -f vmlinux.debug.files
|
||||
|
||||
%changelog
|
||||
* Thu Feb 17 2011 jeffm@suse.de
|
||||
- Update to 2.6.38-rc5.
|
||||
- commit 8344657
|
||||
* Thu Feb 17 2011 gregkh@suse.de
|
||||
- Update config files.
|
||||
- disable CONFIG_DRM_VMWGFX (bnc#606458)
|
||||
- update sparc configs to at least be able to run "make oldconfig"
|
||||
- commit da75bd9
|
||||
* Wed Feb 16 2011 jbeulich@novell.com
|
||||
- patches.arch/x86_64-unwind-annotations: Re-add change lost during
|
||||
initial 2.6.37 merge.
|
||||
- commit e493205
|
||||
* Mon Feb 14 2011 mmarek@suse.cz
|
||||
- Move spec file templates and helper scripts to a separate branch, to
|
||||
ease synchronizing these files among master, vanilla and linux-next.
|
||||
|
@ -1,3 +1,24 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 17 02:28:52 CET 2011 - jeffm@suse.de
|
||||
|
||||
- Update to 2.6.38-rc5.
|
||||
- commit 8344657
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 17 01:24:01 CET 2011 - gregkh@suse.de
|
||||
|
||||
- Update config files.
|
||||
- disable CONFIG_DRM_VMWGFX (bnc#606458)
|
||||
- update sparc configs to at least be able to run "make oldconfig"
|
||||
- commit da75bd9
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 16 16:14:52 CET 2011 - jbeulich@novell.com
|
||||
|
||||
- patches.arch/x86_64-unwind-annotations: Re-add change lost during
|
||||
initial 2.6.37 merge.
|
||||
- commit e493205
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 14 13:42:21 CET 2011 - mmarek@suse.cz
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
# norootforbuild
|
||||
|
||||
%define srcversion 2.6.37
|
||||
%define patchversion 2.6.38-rc4
|
||||
%define patchversion 2.6.38-rc5
|
||||
%define variant %{nil}
|
||||
|
||||
%include %_sourcedir/kernel-spec-macros
|
||||
@ -57,9 +57,9 @@ Name: kernel-default
|
||||
Summary: The Standard Kernel
|
||||
Version: 2.6.38
|
||||
%if %using_buildservice
|
||||
Release: rc4.<RELEASE>
|
||||
Release: rc5.<RELEASE>
|
||||
%else
|
||||
Release: rc4.0
|
||||
Release: rc5.0
|
||||
%endif
|
||||
License: GPL v2 only
|
||||
Group: System/Kernel
|
||||
@ -878,6 +878,18 @@ Debug information for package %name-devel
|
||||
%files devel-debuginfo -f vmlinux.debug.files
|
||||
|
||||
%changelog
|
||||
* Thu Feb 17 2011 jeffm@suse.de
|
||||
- Update to 2.6.38-rc5.
|
||||
- commit 8344657
|
||||
* Thu Feb 17 2011 gregkh@suse.de
|
||||
- Update config files.
|
||||
- disable CONFIG_DRM_VMWGFX (bnc#606458)
|
||||
- update sparc configs to at least be able to run "make oldconfig"
|
||||
- commit da75bd9
|
||||
* Wed Feb 16 2011 jbeulich@novell.com
|
||||
- patches.arch/x86_64-unwind-annotations: Re-add change lost during
|
||||
initial 2.6.37 merge.
|
||||
- commit e493205
|
||||
* Mon Feb 14 2011 mmarek@suse.cz
|
||||
- Move spec file templates and helper scripts to a separate branch, to
|
||||
ease synchronizing these files among master, vanilla and linux-next.
|
||||
|
@ -1,3 +1,24 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 17 02:28:52 CET 2011 - jeffm@suse.de
|
||||
|
||||
- Update to 2.6.38-rc5.
|
||||
- commit 8344657
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 17 01:24:01 CET 2011 - gregkh@suse.de
|
||||
|
||||
- Update config files.
|
||||
- disable CONFIG_DRM_VMWGFX (bnc#606458)
|
||||
- update sparc configs to at least be able to run "make oldconfig"
|
||||
- commit da75bd9
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 16 16:14:52 CET 2011 - jbeulich@novell.com
|
||||
|
||||
- patches.arch/x86_64-unwind-annotations: Re-add change lost during
|
||||
initial 2.6.37 merge.
|
||||
- commit e493205
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 14 13:42:21 CET 2011 - mmarek@suse.cz
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
# norootforbuild
|
||||
|
||||
%define srcversion 2.6.37
|
||||
%define patchversion 2.6.38-rc4
|
||||
%define patchversion 2.6.38-rc5
|
||||
%define variant %{nil}
|
||||
|
||||
%include %_sourcedir/kernel-spec-macros
|
||||
@ -57,9 +57,9 @@ Name: kernel-desktop
|
||||
Summary: Kernel optimized for the desktop
|
||||
Version: 2.6.38
|
||||
%if %using_buildservice
|
||||
Release: rc4.<RELEASE>
|
||||
Release: rc5.<RELEASE>
|
||||
%else
|
||||
Release: rc4.0
|
||||
Release: rc5.0
|
||||
%endif
|
||||
License: GPL v2 only
|
||||
Group: System/Kernel
|
||||
@ -898,6 +898,18 @@ Debug information for package %name-devel
|
||||
%files devel-debuginfo -f vmlinux.debug.files
|
||||
|
||||
%changelog
|
||||
* Thu Feb 17 2011 jeffm@suse.de
|
||||
- Update to 2.6.38-rc5.
|
||||
- commit 8344657
|
||||
* Thu Feb 17 2011 gregkh@suse.de
|
||||
- Update config files.
|
||||
- disable CONFIG_DRM_VMWGFX (bnc#606458)
|
||||
- update sparc configs to at least be able to run "make oldconfig"
|
||||
- commit da75bd9
|
||||
* Wed Feb 16 2011 jbeulich@novell.com
|
||||
- patches.arch/x86_64-unwind-annotations: Re-add change lost during
|
||||
initial 2.6.37 merge.
|
||||
- commit e493205
|
||||
* Mon Feb 14 2011 mmarek@suse.cz
|
||||
- Move spec file templates and helper scripts to a separate branch, to
|
||||
ease synchronizing these files among master, vanilla and linux-next.
|
||||
|
@ -1,3 +1,24 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 17 02:28:52 CET 2011 - jeffm@suse.de
|
||||
|
||||
- Update to 2.6.38-rc5.
|
||||
- commit 8344657
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 17 01:24:01 CET 2011 - gregkh@suse.de
|
||||
|
||||
- Update config files.
|
||||
- disable CONFIG_DRM_VMWGFX (bnc#606458)
|
||||
- update sparc configs to at least be able to run "make oldconfig"
|
||||
- commit da75bd9
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 16 16:14:52 CET 2011 - jbeulich@novell.com
|
||||
|
||||
- patches.arch/x86_64-unwind-annotations: Re-add change lost during
|
||||
initial 2.6.37 merge.
|
||||
- commit e493205
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 14 13:42:21 CET 2011 - mmarek@suse.cz
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
# norootforbuild
|
||||
|
||||
%define patchversion 2.6.38-rc4
|
||||
%define patchversion 2.6.38-rc5
|
||||
%define variant %{nil}
|
||||
|
||||
%include %_sourcedir/kernel-spec-macros
|
||||
@ -26,9 +26,9 @@ Name: kernel-docs
|
||||
Summary: Kernel Documentation
|
||||
Version: 2.6.38
|
||||
%if %using_buildservice
|
||||
Release: rc4.<RELEASE>
|
||||
Release: rc5.<RELEASE>
|
||||
%else
|
||||
Release: rc4.0
|
||||
Release: rc5.0
|
||||
%endif
|
||||
BuildRequires: docbook-toys docbook-utils ghostscript_any libjpeg-devel texlive transfig xmlto xorg-x11-devel
|
||||
BuildRequires: kernel-source%variant
|
||||
@ -99,6 +99,18 @@ rm -rf $RPM_BUILD_ROOT
|
||||
/usr/share/doc/kernel
|
||||
|
||||
%changelog
|
||||
* Thu Feb 17 2011 jeffm@suse.de
|
||||
- Update to 2.6.38-rc5.
|
||||
- commit 8344657
|
||||
* Thu Feb 17 2011 gregkh@suse.de
|
||||
- Update config files.
|
||||
- disable CONFIG_DRM_VMWGFX (bnc#606458)
|
||||
- update sparc configs to at least be able to run "make oldconfig"
|
||||
- commit da75bd9
|
||||
* Wed Feb 16 2011 jbeulich@novell.com
|
||||
- patches.arch/x86_64-unwind-annotations: Re-add change lost during
|
||||
initial 2.6.37 merge.
|
||||
- commit e493205
|
||||
* Mon Feb 14 2011 mmarek@suse.cz
|
||||
- Move spec file templates and helper scripts to a separate branch, to
|
||||
ease synchronizing these files among master, vanilla and linux-next.
|
||||
|
@ -1,3 +1,24 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 17 02:28:52 CET 2011 - jeffm@suse.de
|
||||
|
||||
- Update to 2.6.38-rc5.
|
||||
- commit 8344657
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 17 01:24:01 CET 2011 - gregkh@suse.de
|
||||
|
||||
- Update config files.
|
||||
- disable CONFIG_DRM_VMWGFX (bnc#606458)
|
||||
- update sparc configs to at least be able to run "make oldconfig"
|
||||
- commit da75bd9
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 16 16:14:52 CET 2011 - jbeulich@novell.com
|
||||
|
||||
- patches.arch/x86_64-unwind-annotations: Re-add change lost during
|
||||
initial 2.6.37 merge.
|
||||
- commit e493205
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 14 13:42:21 CET 2011 - mmarek@suse.cz
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
# norootforbuild
|
||||
|
||||
%define srcversion 2.6.37
|
||||
%define patchversion 2.6.38-rc4
|
||||
%define patchversion 2.6.38-rc5
|
||||
%define variant %{nil}
|
||||
|
||||
%include %_sourcedir/kernel-spec-macros
|
||||
@ -57,9 +57,9 @@ Name: kernel-ec2
|
||||
Summary: The Amazon EC2 Xen Kernel
|
||||
Version: 2.6.38
|
||||
%if %using_buildservice
|
||||
Release: rc4.<RELEASE>
|
||||
Release: rc5.<RELEASE>
|
||||
%else
|
||||
Release: rc4.0
|
||||
Release: rc5.0
|
||||
%endif
|
||||
License: GPL v2 only
|
||||
Group: System/Kernel
|
||||
@ -868,6 +868,18 @@ Debug information for package %name-devel
|
||||
%files devel-debuginfo -f vmlinux.debug.files
|
||||
|
||||
%changelog
|
||||
* Thu Feb 17 2011 jeffm@suse.de
|
||||
- Update to 2.6.38-rc5.
|
||||
- commit 8344657
|
||||
* Thu Feb 17 2011 gregkh@suse.de
|
||||
- Update config files.
|
||||
- disable CONFIG_DRM_VMWGFX (bnc#606458)
|
||||
- update sparc configs to at least be able to run "make oldconfig"
|
||||
- commit da75bd9
|
||||
* Wed Feb 16 2011 jbeulich@novell.com
|
||||
- patches.arch/x86_64-unwind-annotations: Re-add change lost during
|
||||
initial 2.6.37 merge.
|
||||
- commit e493205
|
||||
* Mon Feb 14 2011 mmarek@suse.cz
|
||||
- Move spec file templates and helper scripts to a separate branch, to
|
||||
ease synchronizing these files among master, vanilla and linux-next.
|
||||
|
@ -1,3 +1,24 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 17 02:28:52 CET 2011 - jeffm@suse.de
|
||||
|
||||
- Update to 2.6.38-rc5.
|
||||
- commit 8344657
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 17 01:24:01 CET 2011 - gregkh@suse.de
|
||||
|
||||
- Update config files.
|
||||
- disable CONFIG_DRM_VMWGFX (bnc#606458)
|
||||
- update sparc configs to at least be able to run "make oldconfig"
|
||||
- commit da75bd9
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 16 16:14:52 CET 2011 - jbeulich@novell.com
|
||||
|
||||
- patches.arch/x86_64-unwind-annotations: Re-add change lost during
|
||||
initial 2.6.37 merge.
|
||||
- commit e493205
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 14 13:42:21 CET 2011 - mmarek@suse.cz
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
# norootforbuild
|
||||
|
||||
%define srcversion 2.6.37
|
||||
%define patchversion 2.6.38-rc4
|
||||
%define patchversion 2.6.38-rc5
|
||||
%define variant %{nil}
|
||||
|
||||
%include %_sourcedir/kernel-spec-macros
|
||||
@ -57,9 +57,9 @@ Name: kernel-net
|
||||
Summary: Minimal kernel with disk and net support
|
||||
Version: 2.6.38
|
||||
%if %using_buildservice
|
||||
Release: rc4.<RELEASE>
|
||||
Release: rc5.<RELEASE>
|
||||
%else
|
||||
Release: rc4.0
|
||||
Release: rc5.0
|
||||
%endif
|
||||
License: GPL v2 only
|
||||
Group: System/Kernel
|
||||
@ -865,6 +865,18 @@ Debug information for package %name-devel
|
||||
%files devel-debuginfo -f vmlinux.debug.files
|
||||
|
||||
%changelog
|
||||
* Thu Feb 17 2011 jeffm@suse.de
|
||||
- Update to 2.6.38-rc5.
|
||||
- commit 8344657
|
||||
* Thu Feb 17 2011 gregkh@suse.de
|
||||
- Update config files.
|
||||
- disable CONFIG_DRM_VMWGFX (bnc#606458)
|
||||
- update sparc configs to at least be able to run "make oldconfig"
|
||||
- commit da75bd9
|
||||
* Wed Feb 16 2011 jbeulich@novell.com
|
||||
- patches.arch/x86_64-unwind-annotations: Re-add change lost during
|
||||
initial 2.6.37 merge.
|
||||
- commit e493205
|
||||
* Mon Feb 14 2011 mmarek@suse.cz
|
||||
- Move spec file templates and helper scripts to a separate branch, to
|
||||
ease synchronizing these files among master, vanilla and linux-next.
|
||||
|
@ -1,3 +1,24 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 17 02:28:52 CET 2011 - jeffm@suse.de
|
||||
|
||||
- Update to 2.6.38-rc5.
|
||||
- commit 8344657
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 17 01:24:01 CET 2011 - gregkh@suse.de
|
||||
|
||||
- Update config files.
|
||||
- disable CONFIG_DRM_VMWGFX (bnc#606458)
|
||||
- update sparc configs to at least be able to run "make oldconfig"
|
||||
- commit da75bd9
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 16 16:14:52 CET 2011 - jbeulich@novell.com
|
||||
|
||||
- patches.arch/x86_64-unwind-annotations: Re-add change lost during
|
||||
initial 2.6.37 merge.
|
||||
- commit e493205
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 14 13:42:21 CET 2011 - mmarek@suse.cz
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
# norootforbuild
|
||||
|
||||
%define srcversion 2.6.37
|
||||
%define patchversion 2.6.38-rc4
|
||||
%define patchversion 2.6.38-rc5
|
||||
%define variant %{nil}
|
||||
|
||||
%include %_sourcedir/kernel-spec-macros
|
||||
@ -57,9 +57,9 @@ Name: kernel-pae
|
||||
Summary: Kernel with PAE Support
|
||||
Version: 2.6.38
|
||||
%if %using_buildservice
|
||||
Release: rc4.<RELEASE>
|
||||
Release: rc5.<RELEASE>
|
||||
%else
|
||||
Release: rc4.0
|
||||
Release: rc5.0
|
||||
%endif
|
||||
License: GPL v2 only
|
||||
Group: System/Kernel
|
||||
@ -883,6 +883,18 @@ Debug information for package %name-devel
|
||||
%files devel-debuginfo -f vmlinux.debug.files
|
||||
|
||||
%changelog
|
||||
* Thu Feb 17 2011 jeffm@suse.de
|
||||
- Update to 2.6.38-rc5.
|
||||
- commit 8344657
|
||||
* Thu Feb 17 2011 gregkh@suse.de
|
||||
- Update config files.
|
||||
- disable CONFIG_DRM_VMWGFX (bnc#606458)
|
||||
- update sparc configs to at least be able to run "make oldconfig"
|
||||
- commit da75bd9
|
||||
* Wed Feb 16 2011 jbeulich@novell.com
|
||||
- patches.arch/x86_64-unwind-annotations: Re-add change lost during
|
||||
initial 2.6.37 merge.
|
||||
- commit e493205
|
||||
* Mon Feb 14 2011 mmarek@suse.cz
|
||||
- Move spec file templates and helper scripts to a separate branch, to
|
||||
ease synchronizing these files among master, vanilla and linux-next.
|
||||
|
@ -1,3 +1,24 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 17 02:28:52 CET 2011 - jeffm@suse.de
|
||||
|
||||
- Update to 2.6.38-rc5.
|
||||
- commit 8344657
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 17 01:24:01 CET 2011 - gregkh@suse.de
|
||||
|
||||
- Update config files.
|
||||
- disable CONFIG_DRM_VMWGFX (bnc#606458)
|
||||
- update sparc configs to at least be able to run "make oldconfig"
|
||||
- commit da75bd9
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 16 16:14:52 CET 2011 - jbeulich@novell.com
|
||||
|
||||
- patches.arch/x86_64-unwind-annotations: Re-add change lost during
|
||||
initial 2.6.37 merge.
|
||||
- commit e493205
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 14 13:42:21 CET 2011 - mmarek@suse.cz
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
# norootforbuild
|
||||
|
||||
%define srcversion 2.6.37
|
||||
%define patchversion 2.6.38-rc4
|
||||
%define patchversion 2.6.38-rc5
|
||||
%define variant %{nil}
|
||||
|
||||
%include %_sourcedir/kernel-spec-macros
|
||||
@ -57,9 +57,9 @@ Name: kernel-ppc64
|
||||
Summary: Kernel for ppc64 Systems
|
||||
Version: 2.6.38
|
||||
%if %using_buildservice
|
||||
Release: rc4.<RELEASE>
|
||||
Release: rc5.<RELEASE>
|
||||
%else
|
||||
Release: rc4.0
|
||||
Release: rc5.0
|
||||
%endif
|
||||
License: GPL v2 only
|
||||
Group: System/Kernel
|
||||
@ -887,6 +887,18 @@ Debug information for package %name-devel
|
||||
%files devel-debuginfo -f vmlinux.debug.files
|
||||
|
||||
%changelog
|
||||
* Thu Feb 17 2011 jeffm@suse.de
|
||||
- Update to 2.6.38-rc5.
|
||||
- commit 8344657
|
||||
* Thu Feb 17 2011 gregkh@suse.de
|
||||
- Update config files.
|
||||
- disable CONFIG_DRM_VMWGFX (bnc#606458)
|
||||
- update sparc configs to at least be able to run "make oldconfig"
|
||||
- commit da75bd9
|
||||
* Wed Feb 16 2011 jbeulich@novell.com
|
||||
- patches.arch/x86_64-unwind-annotations: Re-add change lost during
|
||||
initial 2.6.37 merge.
|
||||
- commit e493205
|
||||
* Mon Feb 14 2011 mmarek@suse.cz
|
||||
- Move spec file templates and helper scripts to a separate branch, to
|
||||
ease synchronizing these files among master, vanilla and linux-next.
|
||||
|
@ -1,3 +1,24 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 17 02:28:52 CET 2011 - jeffm@suse.de
|
||||
|
||||
- Update to 2.6.38-rc5.
|
||||
- commit 8344657
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 17 01:24:01 CET 2011 - gregkh@suse.de
|
||||
|
||||
- Update config files.
|
||||
- disable CONFIG_DRM_VMWGFX (bnc#606458)
|
||||
- update sparc configs to at least be able to run "make oldconfig"
|
||||
- commit da75bd9
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 16 16:14:52 CET 2011 - jbeulich@novell.com
|
||||
|
||||
- patches.arch/x86_64-unwind-annotations: Re-add change lost during
|
||||
initial 2.6.37 merge.
|
||||
- commit e493205
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 14 13:42:21 CET 2011 - mmarek@suse.cz
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
# norootforbuild
|
||||
|
||||
%define srcversion 2.6.37
|
||||
%define patchversion 2.6.38-rc4
|
||||
%define patchversion 2.6.38-rc5
|
||||
%define variant %{nil}
|
||||
|
||||
%include %_sourcedir/kernel-spec-macros
|
||||
@ -57,9 +57,9 @@ Name: kernel-ps3
|
||||
Summary: kernel for ps3 bootloader
|
||||
Version: 2.6.38
|
||||
%if %using_buildservice
|
||||
Release: rc4.<RELEASE>
|
||||
Release: rc5.<RELEASE>
|
||||
%else
|
||||
Release: rc4.0
|
||||
Release: rc5.0
|
||||
%endif
|
||||
License: GPL v2 only
|
||||
Group: System/Kernel
|
||||
@ -868,6 +868,18 @@ Debug information for package %name-devel
|
||||
%files devel-debuginfo -f vmlinux.debug.files
|
||||
|
||||
%changelog
|
||||
* Thu Feb 17 2011 jeffm@suse.de
|
||||
- Update to 2.6.38-rc5.
|
||||
- commit 8344657
|
||||
* Thu Feb 17 2011 gregkh@suse.de
|
||||
- Update config files.
|
||||
- disable CONFIG_DRM_VMWGFX (bnc#606458)
|
||||
- update sparc configs to at least be able to run "make oldconfig"
|
||||
- commit da75bd9
|
||||
* Wed Feb 16 2011 jbeulich@novell.com
|
||||
- patches.arch/x86_64-unwind-annotations: Re-add change lost during
|
||||
initial 2.6.37 merge.
|
||||
- commit e493205
|
||||
* Mon Feb 14 2011 mmarek@suse.cz
|
||||
- Move spec file templates and helper scripts to a separate branch, to
|
||||
ease synchronizing these files among master, vanilla and linux-next.
|
||||
|
@ -1,3 +1,24 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 17 02:28:52 CET 2011 - jeffm@suse.de
|
||||
|
||||
- Update to 2.6.38-rc5.
|
||||
- commit 8344657
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 17 01:24:01 CET 2011 - gregkh@suse.de
|
||||
|
||||
- Update config files.
|
||||
- disable CONFIG_DRM_VMWGFX (bnc#606458)
|
||||
- update sparc configs to at least be able to run "make oldconfig"
|
||||
- commit da75bd9
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 16 16:14:52 CET 2011 - jbeulich@novell.com
|
||||
|
||||
- patches.arch/x86_64-unwind-annotations: Re-add change lost during
|
||||
initial 2.6.37 merge.
|
||||
- commit e493205
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 14 13:42:21 CET 2011 - mmarek@suse.cz
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
# norootforbuild
|
||||
|
||||
%define srcversion 2.6.37
|
||||
%define patchversion 2.6.38-rc4
|
||||
%define patchversion 2.6.38-rc5
|
||||
%define variant %{nil}
|
||||
|
||||
%include %_sourcedir/kernel-spec-macros
|
||||
@ -57,9 +57,9 @@ Name: kernel-s390
|
||||
Summary: The Standard Kernel
|
||||
Version: 2.6.38
|
||||
%if %using_buildservice
|
||||
Release: rc4.<RELEASE>
|
||||
Release: rc5.<RELEASE>
|
||||
%else
|
||||
Release: rc4.0
|
||||
Release: rc5.0
|
||||
%endif
|
||||
License: GPL v2 only
|
||||
Group: System/Kernel
|
||||
@ -862,6 +862,18 @@ Debug information for package %name-devel
|
||||
%files devel-debuginfo -f vmlinux.debug.files
|
||||
|
||||
%changelog
|
||||
* Thu Feb 17 2011 jeffm@suse.de
|
||||
- Update to 2.6.38-rc5.
|
||||
- commit 8344657
|
||||
* Thu Feb 17 2011 gregkh@suse.de
|
||||
- Update config files.
|
||||
- disable CONFIG_DRM_VMWGFX (bnc#606458)
|
||||
- update sparc configs to at least be able to run "make oldconfig"
|
||||
- commit da75bd9
|
||||
* Wed Feb 16 2011 jbeulich@novell.com
|
||||
- patches.arch/x86_64-unwind-annotations: Re-add change lost during
|
||||
initial 2.6.37 merge.
|
||||
- commit e493205
|
||||
* Mon Feb 14 2011 mmarek@suse.cz
|
||||
- Move spec file templates and helper scripts to a separate branch, to
|
||||
ease synchronizing these files among master, vanilla and linux-next.
|
||||
|
@ -1,3 +1,24 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 17 02:28:52 CET 2011 - jeffm@suse.de
|
||||
|
||||
- Update to 2.6.38-rc5.
|
||||
- commit 8344657
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 17 01:24:01 CET 2011 - gregkh@suse.de
|
||||
|
||||
- Update config files.
|
||||
- disable CONFIG_DRM_VMWGFX (bnc#606458)
|
||||
- update sparc configs to at least be able to run "make oldconfig"
|
||||
- commit da75bd9
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 16 16:14:52 CET 2011 - jbeulich@novell.com
|
||||
|
||||
- patches.arch/x86_64-unwind-annotations: Re-add change lost during
|
||||
initial 2.6.37 merge.
|
||||
- commit e493205
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 14 13:42:21 CET 2011 - mmarek@suse.cz
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
# icecream 0
|
||||
|
||||
%define srcversion 2.6.37
|
||||
%define patchversion 2.6.38-rc4
|
||||
%define patchversion 2.6.38-rc5
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
|
||||
@ -31,9 +31,9 @@ Name: kernel-source
|
||||
Summary: The Linux Kernel Sources
|
||||
Version: 2.6.38
|
||||
%if %using_buildservice
|
||||
Release: rc4.<RELEASE>
|
||||
Release: rc5.<RELEASE>
|
||||
%else
|
||||
Release: rc4.0
|
||||
Release: rc5.0
|
||||
%endif
|
||||
License: GPL v2 only
|
||||
Group: Development/Sources
|
||||
@ -254,6 +254,18 @@ find %buildroot/usr/src/linux* ! -type l | xargs touch -d "$ts"
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Thu Feb 17 2011 jeffm@suse.de
|
||||
- Update to 2.6.38-rc5.
|
||||
- commit 8344657
|
||||
* Thu Feb 17 2011 gregkh@suse.de
|
||||
- Update config files.
|
||||
- disable CONFIG_DRM_VMWGFX (bnc#606458)
|
||||
- update sparc configs to at least be able to run "make oldconfig"
|
||||
- commit da75bd9
|
||||
* Wed Feb 16 2011 jbeulich@novell.com
|
||||
- patches.arch/x86_64-unwind-annotations: Re-add change lost during
|
||||
initial 2.6.37 merge.
|
||||
- commit e493205
|
||||
* Mon Feb 14 2011 mmarek@suse.cz
|
||||
- Move spec file templates and helper scripts to a separate branch, to
|
||||
ease synchronizing these files among master, vanilla and linux-next.
|
||||
|
@ -1,3 +1,24 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 17 02:28:52 CET 2011 - jeffm@suse.de
|
||||
|
||||
- Update to 2.6.38-rc5.
|
||||
- commit 8344657
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 17 01:24:01 CET 2011 - gregkh@suse.de
|
||||
|
||||
- Update config files.
|
||||
- disable CONFIG_DRM_VMWGFX (bnc#606458)
|
||||
- update sparc configs to at least be able to run "make oldconfig"
|
||||
- commit da75bd9
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 16 16:14:52 CET 2011 - jbeulich@novell.com
|
||||
|
||||
- patches.arch/x86_64-unwind-annotations: Re-add change lost during
|
||||
initial 2.6.37 merge.
|
||||
- commit e493205
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 14 13:42:21 CET 2011 - mmarek@suse.cz
|
||||
|
||||
|
@ -25,7 +25,7 @@ Name: kernel-syms
|
||||
Summary: Kernel Symbol Versions (modversions)
|
||||
Version: 2.6.38
|
||||
%if %using_buildservice
|
||||
Release: rc4.<RELEASE>
|
||||
Release: rc5.<RELEASE>
|
||||
%else
|
||||
%define kernel_source_release %(LC_ALL=C rpm -q kernel-devel%variant-%version --qf "%{RELEASE}" | grep -v 'not installed' || echo 0)
|
||||
Release: %kernel_source_release
|
||||
@ -81,6 +81,18 @@ install -m 644 -D %{SOURCE0} %buildroot/%_docdir/%name/README.SUSE
|
||||
%_docdir/%name/README.SUSE
|
||||
|
||||
%changelog
|
||||
* Thu Feb 17 2011 jeffm@suse.de
|
||||
- Update to 2.6.38-rc5.
|
||||
- commit 8344657
|
||||
* Thu Feb 17 2011 gregkh@suse.de
|
||||
- Update config files.
|
||||
- disable CONFIG_DRM_VMWGFX (bnc#606458)
|
||||
- update sparc configs to at least be able to run "make oldconfig"
|
||||
- commit da75bd9
|
||||
* Wed Feb 16 2011 jbeulich@novell.com
|
||||
- patches.arch/x86_64-unwind-annotations: Re-add change lost during
|
||||
initial 2.6.37 merge.
|
||||
- commit e493205
|
||||
* Mon Feb 14 2011 mmarek@suse.cz
|
||||
- Move spec file templates and helper scripts to a separate branch, to
|
||||
ease synchronizing these files among master, vanilla and linux-next.
|
||||
|
@ -1,3 +1,24 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 17 02:28:52 CET 2011 - jeffm@suse.de
|
||||
|
||||
- Update to 2.6.38-rc5.
|
||||
- commit 8344657
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 17 01:24:01 CET 2011 - gregkh@suse.de
|
||||
|
||||
- Update config files.
|
||||
- disable CONFIG_DRM_VMWGFX (bnc#606458)
|
||||
- update sparc configs to at least be able to run "make oldconfig"
|
||||
- commit da75bd9
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 16 16:14:52 CET 2011 - jbeulich@novell.com
|
||||
|
||||
- patches.arch/x86_64-unwind-annotations: Re-add change lost during
|
||||
initial 2.6.37 merge.
|
||||
- commit e493205
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 14 13:42:21 CET 2011 - mmarek@suse.cz
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
# norootforbuild
|
||||
|
||||
%define srcversion 2.6.37
|
||||
%define patchversion 2.6.38-rc4
|
||||
%define patchversion 2.6.38-rc5
|
||||
%define variant %{nil}
|
||||
|
||||
%include %_sourcedir/kernel-spec-macros
|
||||
@ -57,9 +57,9 @@ Name: kernel-trace
|
||||
Summary: The Standard Kernel with Tracing Features
|
||||
Version: 2.6.38
|
||||
%if %using_buildservice
|
||||
Release: rc4.<RELEASE>
|
||||
Release: rc5.<RELEASE>
|
||||
%else
|
||||
Release: rc4.0
|
||||
Release: rc5.0
|
||||
%endif
|
||||
License: GPL v2 only
|
||||
Group: System/Kernel
|
||||
@ -870,6 +870,18 @@ Debug information for package %name-devel
|
||||
%files devel-debuginfo -f vmlinux.debug.files
|
||||
|
||||
%changelog
|
||||
* Thu Feb 17 2011 jeffm@suse.de
|
||||
- Update to 2.6.38-rc5.
|
||||
- commit 8344657
|
||||
* Thu Feb 17 2011 gregkh@suse.de
|
||||
- Update config files.
|
||||
- disable CONFIG_DRM_VMWGFX (bnc#606458)
|
||||
- update sparc configs to at least be able to run "make oldconfig"
|
||||
- commit da75bd9
|
||||
* Wed Feb 16 2011 jbeulich@novell.com
|
||||
- patches.arch/x86_64-unwind-annotations: Re-add change lost during
|
||||
initial 2.6.37 merge.
|
||||
- commit e493205
|
||||
* Mon Feb 14 2011 mmarek@suse.cz
|
||||
- Move spec file templates and helper scripts to a separate branch, to
|
||||
ease synchronizing these files among master, vanilla and linux-next.
|
||||
|
@ -1,3 +1,24 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 17 02:28:52 CET 2011 - jeffm@suse.de
|
||||
|
||||
- Update to 2.6.38-rc5.
|
||||
- commit 8344657
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 17 01:24:01 CET 2011 - gregkh@suse.de
|
||||
|
||||
- Update config files.
|
||||
- disable CONFIG_DRM_VMWGFX (bnc#606458)
|
||||
- update sparc configs to at least be able to run "make oldconfig"
|
||||
- commit da75bd9
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 16 16:14:52 CET 2011 - jbeulich@novell.com
|
||||
|
||||
- patches.arch/x86_64-unwind-annotations: Re-add change lost during
|
||||
initial 2.6.37 merge.
|
||||
- commit e493205
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 14 13:42:21 CET 2011 - mmarek@suse.cz
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
# norootforbuild
|
||||
|
||||
%define srcversion 2.6.37
|
||||
%define patchversion 2.6.38-rc4
|
||||
%define patchversion 2.6.38-rc5
|
||||
%define variant %{nil}
|
||||
|
||||
%include %_sourcedir/kernel-spec-macros
|
||||
@ -57,9 +57,9 @@ Name: kernel-vanilla
|
||||
Summary: The Standard Kernel - without any SUSE patches
|
||||
Version: 2.6.38
|
||||
%if %using_buildservice
|
||||
Release: rc4.<RELEASE>
|
||||
Release: rc5.<RELEASE>
|
||||
%else
|
||||
Release: rc4.0
|
||||
Release: rc5.0
|
||||
%endif
|
||||
License: GPL v2 only
|
||||
Group: System/Kernel
|
||||
@ -866,6 +866,18 @@ Debug information for package %name-devel
|
||||
%files devel-debuginfo -f vmlinux.debug.files
|
||||
|
||||
%changelog
|
||||
* Thu Feb 17 2011 jeffm@suse.de
|
||||
- Update to 2.6.38-rc5.
|
||||
- commit 8344657
|
||||
* Thu Feb 17 2011 gregkh@suse.de
|
||||
- Update config files.
|
||||
- disable CONFIG_DRM_VMWGFX (bnc#606458)
|
||||
- update sparc configs to at least be able to run "make oldconfig"
|
||||
- commit da75bd9
|
||||
* Wed Feb 16 2011 jbeulich@novell.com
|
||||
- patches.arch/x86_64-unwind-annotations: Re-add change lost during
|
||||
initial 2.6.37 merge.
|
||||
- commit e493205
|
||||
* Mon Feb 14 2011 mmarek@suse.cz
|
||||
- Move spec file templates and helper scripts to a separate branch, to
|
||||
ease synchronizing these files among master, vanilla and linux-next.
|
||||
|
@ -1,3 +1,24 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 17 02:28:52 CET 2011 - jeffm@suse.de
|
||||
|
||||
- Update to 2.6.38-rc5.
|
||||
- commit 8344657
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 17 01:24:01 CET 2011 - gregkh@suse.de
|
||||
|
||||
- Update config files.
|
||||
- disable CONFIG_DRM_VMWGFX (bnc#606458)
|
||||
- update sparc configs to at least be able to run "make oldconfig"
|
||||
- commit da75bd9
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 16 16:14:52 CET 2011 - jbeulich@novell.com
|
||||
|
||||
- patches.arch/x86_64-unwind-annotations: Re-add change lost during
|
||||
initial 2.6.37 merge.
|
||||
- commit e493205
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 14 13:42:21 CET 2011 - mmarek@suse.cz
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
# norootforbuild
|
||||
|
||||
%define srcversion 2.6.37
|
||||
%define patchversion 2.6.38-rc4
|
||||
%define patchversion 2.6.38-rc5
|
||||
%define variant %{nil}
|
||||
|
||||
%include %_sourcedir/kernel-spec-macros
|
||||
@ -57,9 +57,9 @@ Name: kernel-vmi
|
||||
Summary: VMI-enabled kernel
|
||||
Version: 2.6.38
|
||||
%if %using_buildservice
|
||||
Release: rc4.<RELEASE>
|
||||
Release: rc5.<RELEASE>
|
||||
%else
|
||||
Release: rc4.0
|
||||
Release: rc5.0
|
||||
%endif
|
||||
License: GPL v2 only
|
||||
Group: System/Kernel
|
||||
@ -862,6 +862,18 @@ Debug information for package %name-devel
|
||||
%files devel-debuginfo -f vmlinux.debug.files
|
||||
|
||||
%changelog
|
||||
* Thu Feb 17 2011 jeffm@suse.de
|
||||
- Update to 2.6.38-rc5.
|
||||
- commit 8344657
|
||||
* Thu Feb 17 2011 gregkh@suse.de
|
||||
- Update config files.
|
||||
- disable CONFIG_DRM_VMWGFX (bnc#606458)
|
||||
- update sparc configs to at least be able to run "make oldconfig"
|
||||
- commit da75bd9
|
||||
* Wed Feb 16 2011 jbeulich@novell.com
|
||||
- patches.arch/x86_64-unwind-annotations: Re-add change lost during
|
||||
initial 2.6.37 merge.
|
||||
- commit e493205
|
||||
* Mon Feb 14 2011 mmarek@suse.cz
|
||||
- Move spec file templates and helper scripts to a separate branch, to
|
||||
ease synchronizing these files among master, vanilla and linux-next.
|
||||
|
@ -1,3 +1,24 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 17 02:28:52 CET 2011 - jeffm@suse.de
|
||||
|
||||
- Update to 2.6.38-rc5.
|
||||
- commit 8344657
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 17 01:24:01 CET 2011 - gregkh@suse.de
|
||||
|
||||
- Update config files.
|
||||
- disable CONFIG_DRM_VMWGFX (bnc#606458)
|
||||
- update sparc configs to at least be able to run "make oldconfig"
|
||||
- commit da75bd9
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 16 16:14:52 CET 2011 - jbeulich@novell.com
|
||||
|
||||
- patches.arch/x86_64-unwind-annotations: Re-add change lost during
|
||||
initial 2.6.37 merge.
|
||||
- commit e493205
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 14 13:42:21 CET 2011 - mmarek@suse.cz
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
# norootforbuild
|
||||
|
||||
%define srcversion 2.6.37
|
||||
%define patchversion 2.6.38-rc4
|
||||
%define patchversion 2.6.38-rc5
|
||||
%define variant %{nil}
|
||||
|
||||
%include %_sourcedir/kernel-spec-macros
|
||||
@ -57,9 +57,9 @@ Name: kernel-xen
|
||||
Summary: The Xen Kernel
|
||||
Version: 2.6.38
|
||||
%if %using_buildservice
|
||||
Release: rc4.<RELEASE>
|
||||
Release: rc5.<RELEASE>
|
||||
%else
|
||||
Release: rc4.0
|
||||
Release: rc5.0
|
||||
%endif
|
||||
License: GPL v2 only
|
||||
Group: System/Kernel
|
||||
@ -868,6 +868,18 @@ Debug information for package %name-devel
|
||||
%files devel-debuginfo -f vmlinux.debug.files
|
||||
|
||||
%changelog
|
||||
* Thu Feb 17 2011 jeffm@suse.de
|
||||
- Update to 2.6.38-rc5.
|
||||
- commit 8344657
|
||||
* Thu Feb 17 2011 gregkh@suse.de
|
||||
- Update config files.
|
||||
- disable CONFIG_DRM_VMWGFX (bnc#606458)
|
||||
- update sparc configs to at least be able to run "make oldconfig"
|
||||
- commit da75bd9
|
||||
* Wed Feb 16 2011 jbeulich@novell.com
|
||||
- patches.arch/x86_64-unwind-annotations: Re-add change lost during
|
||||
initial 2.6.37 merge.
|
||||
- commit e493205
|
||||
* Mon Feb 14 2011 mmarek@suse.cz
|
||||
- Move spec file templates and helper scripts to a separate branch, to
|
||||
ease synchronizing these files among master, vanilla and linux-next.
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:559789ea0e95e8310626d1b14f04f677ce9024a77a0db896fe4db785d0f59efa
|
||||
size 76006
|
||||
oid sha256:40831d388bc0587f077845fa193568ea3fddffc8b34e276f9986a725f72dfe72
|
||||
size 76071
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f985381dda4cc5b1811991272ca8b60030514c0bb7bf6cef95fa0eb295f54b98
|
||||
size 9785244
|
||||
oid sha256:2b08addc88dd904603101b2c56255ded94b79deb5d25cb1c66a32d36bb486c14
|
||||
size 9976079
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:bc0ab4a7f59b01ca591b45e3e92391a107d0e85785292e2cf179a6bd55b25bc4
|
||||
size 286762
|
||||
oid sha256:ce13ec3d4dc8e3a5ad8ba2c700fef03d21eca5ee640e482754e4183f25c2b7d3
|
||||
size 286755
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7255a3910b469471edd463a2c8f51a7d5cca1fb8c10e7821101c4a07c9beaac9
|
||||
size 2087760
|
||||
oid sha256:8cab251967627ab15868dbb8ebfd0f6b1d0a93688f70744a00c7b409aaf1a791
|
||||
size 2087767
|
||||
|
@ -31,6 +31,7 @@
|
||||
patches.kernel.org/patch-2.6.38-rc1-rc2
|
||||
patches.kernel.org/patch-2.6.38-rc2-rc3
|
||||
patches.kernel.org/patch-2.6.38-rc3-rc4
|
||||
patches.kernel.org/patch-2.6.38-rc4-rc5
|
||||
|
||||
########################################################
|
||||
# Build fixes that apply to the vanilla kernel too.
|
||||
|
@ -1,3 +1,3 @@
|
||||
2011-02-14 13:45:58 +0100
|
||||
GIT Revision: 3c7edc40eb34fdd15f543618971b0ab6a9e2f3ec
|
||||
2011-02-17 02:28:52 +0100
|
||||
GIT Revision: 83446579a0daa05877b99537c54c0488df9a4d8a
|
||||
GIT Branch: master
|
||||
|
Loading…
Reference in New Issue
Block a user