GIT Revision: 4836c9ffd6c1a88bcb5d99e2ee1409a63512fe67

OBS-URL: https://build.opensuse.org/package/show/Kernel:stable/kernel-source?expand=0&rev=35
This commit is contained in:
Michal Marek 2011-03-24 06:06:39 +00:00 committed by Git OBS Bridge
parent 9b208f4ed7
commit 145cc07d0a
38 changed files with 779 additions and 58 deletions

View File

@ -11,7 +11,6 @@
+i386 i386/default
+i386 i386/desktop
+i386 i386/pae
+i386 -syms i386/vmi
+i386 -syms i386/debug
+i386 i386/xen
+i386 -syms i386/ec2

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:19ad5336718fc475cc212b18dc116089fb57ddd3aa57fe3df52d5556798dad90
size 226710
oid sha256:2d52a56e5b2cb7dcf8114f05485cef268361be792c272c2e21170fa63926e417
size 226658

View File

@ -1,3 +1,33 @@
-------------------------------------------------------------------
Thu Mar 24 00:27:13 CET 2011 - jslaby@suse.cz
- Update to 2.6.38.1:
- obsoletes:
- patches.rpmify/winbond-needs-msleep.
- Refresh
patches.fixes/hid-add-support-for-Skycable-0x3f07-wireless-present.patch.
- Update config files.
- commit 4836c9f
-------------------------------------------------------------------
Mon Mar 21 19:56:38 CET 2011 - jack@suse.cz
- Fix almost-infinite slab cache growing (bnc#554081).
- commit 44e668f
-------------------------------------------------------------------
Mon Mar 21 16:44:29 CET 2011 - jkosina@suse.cz
- HID: add support for Skycable 0x3f07 wireless presenter
(bnc#681297).
- commit c88c4a7
-------------------------------------------------------------------
Mon Mar 21 12:21:15 CET 2011 - mmarek@suse.cz
- Delete config/i386/vmi, it was an artifact from SLE11-SP1 development.
- commit 9877488
-------------------------------------------------------------------
Fri Mar 18 18:23:45 CET 2011 - jslaby@suse.cz

View File

@ -1,5 +1,5 @@
#
# spec file for package kernel-debug (Version 2.6.38)
# spec file for package kernel-debug (Version 2.6.38.1)
#
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@ -18,7 +18,7 @@
# norootforbuild
%define srcversion 2.6.38
%define patchversion 2.6.38
%define patchversion 2.6.38.1
%define variant %{nil}
%include %_sourcedir/kernel-spec-macros
@ -55,7 +55,7 @@
Name: kernel-debug
Summary: A Debug Version of the Kernel
Version: 2.6.38
Version: 2.6.38.1
%if %using_buildservice
Release: <RELEASE>
%else
@ -867,6 +867,24 @@ Debug information for package %name-devel
%files devel-debuginfo -f vmlinux.debug.files
%changelog
* Thu Mar 24 2011 jslaby@suse.cz
- Update to 2.6.38.1:
- obsoletes:
- patches.rpmify/winbond-needs-msleep.
- Refresh
patches.fixes/hid-add-support-for-Skycable-0x3f07-wireless-present.patch.
- Update config files.
- commit 4836c9f
* Mon Mar 21 2011 jack@suse.cz
- Fix almost-infinite slab cache growing (bnc#554081).
- commit 44e668f
* Mon Mar 21 2011 jkosina@suse.cz
- HID: add support for Skycable 0x3f07 wireless presenter
(bnc#681297).
- commit c88c4a7
* Mon Mar 21 2011 mmarek@suse.cz
- Delete config/i386/vmi, it was an artifact from SLE11-SP1 development.
- commit 9877488
* Fri Mar 18 2011 jslaby@suse.cz
- NET: cdc-phonet, handle empty phonet header (bnc#673992).
- commit da6e6d1

View File

@ -1,3 +1,33 @@
-------------------------------------------------------------------
Thu Mar 24 00:27:13 CET 2011 - jslaby@suse.cz
- Update to 2.6.38.1:
- obsoletes:
- patches.rpmify/winbond-needs-msleep.
- Refresh
patches.fixes/hid-add-support-for-Skycable-0x3f07-wireless-present.patch.
- Update config files.
- commit 4836c9f
-------------------------------------------------------------------
Mon Mar 21 19:56:38 CET 2011 - jack@suse.cz
- Fix almost-infinite slab cache growing (bnc#554081).
- commit 44e668f
-------------------------------------------------------------------
Mon Mar 21 16:44:29 CET 2011 - jkosina@suse.cz
- HID: add support for Skycable 0x3f07 wireless presenter
(bnc#681297).
- commit c88c4a7
-------------------------------------------------------------------
Mon Mar 21 12:21:15 CET 2011 - mmarek@suse.cz
- Delete config/i386/vmi, it was an artifact from SLE11-SP1 development.
- commit 9877488
-------------------------------------------------------------------
Fri Mar 18 18:23:45 CET 2011 - jslaby@suse.cz

View File

@ -1,5 +1,5 @@
#
# spec file for package kernel-default (Version 2.6.38)
# spec file for package kernel-default (Version 2.6.38.1)
#
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@ -18,7 +18,7 @@
# norootforbuild
%define srcversion 2.6.38
%define patchversion 2.6.38
%define patchversion 2.6.38.1
%define variant %{nil}
%include %_sourcedir/kernel-spec-macros
@ -55,7 +55,7 @@
Name: kernel-default
Summary: The Standard Kernel
Version: 2.6.38
Version: 2.6.38.1
%if %using_buildservice
Release: <RELEASE>
%else
@ -880,6 +880,24 @@ Debug information for package %name-devel
%files devel-debuginfo -f vmlinux.debug.files
%changelog
* Thu Mar 24 2011 jslaby@suse.cz
- Update to 2.6.38.1:
- obsoletes:
- patches.rpmify/winbond-needs-msleep.
- Refresh
patches.fixes/hid-add-support-for-Skycable-0x3f07-wireless-present.patch.
- Update config files.
- commit 4836c9f
* Mon Mar 21 2011 jack@suse.cz
- Fix almost-infinite slab cache growing (bnc#554081).
- commit 44e668f
* Mon Mar 21 2011 jkosina@suse.cz
- HID: add support for Skycable 0x3f07 wireless presenter
(bnc#681297).
- commit c88c4a7
* Mon Mar 21 2011 mmarek@suse.cz
- Delete config/i386/vmi, it was an artifact from SLE11-SP1 development.
- commit 9877488
* Fri Mar 18 2011 jslaby@suse.cz
- NET: cdc-phonet, handle empty phonet header (bnc#673992).
- commit da6e6d1

View File

@ -1,3 +1,33 @@
-------------------------------------------------------------------
Thu Mar 24 00:27:13 CET 2011 - jslaby@suse.cz
- Update to 2.6.38.1:
- obsoletes:
- patches.rpmify/winbond-needs-msleep.
- Refresh
patches.fixes/hid-add-support-for-Skycable-0x3f07-wireless-present.patch.
- Update config files.
- commit 4836c9f
-------------------------------------------------------------------
Mon Mar 21 19:56:38 CET 2011 - jack@suse.cz
- Fix almost-infinite slab cache growing (bnc#554081).
- commit 44e668f
-------------------------------------------------------------------
Mon Mar 21 16:44:29 CET 2011 - jkosina@suse.cz
- HID: add support for Skycable 0x3f07 wireless presenter
(bnc#681297).
- commit c88c4a7
-------------------------------------------------------------------
Mon Mar 21 12:21:15 CET 2011 - mmarek@suse.cz
- Delete config/i386/vmi, it was an artifact from SLE11-SP1 development.
- commit 9877488
-------------------------------------------------------------------
Fri Mar 18 18:23:45 CET 2011 - jslaby@suse.cz

View File

@ -1,5 +1,5 @@
#
# spec file for package kernel-desktop (Version 2.6.38)
# spec file for package kernel-desktop (Version 2.6.38.1)
#
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@ -18,7 +18,7 @@
# norootforbuild
%define srcversion 2.6.38
%define patchversion 2.6.38
%define patchversion 2.6.38.1
%define variant %{nil}
%include %_sourcedir/kernel-spec-macros
@ -55,7 +55,7 @@
Name: kernel-desktop
Summary: Kernel optimized for the desktop
Version: 2.6.38
Version: 2.6.38.1
%if %using_buildservice
Release: <RELEASE>
%else
@ -900,6 +900,24 @@ Debug information for package %name-devel
%files devel-debuginfo -f vmlinux.debug.files
%changelog
* Thu Mar 24 2011 jslaby@suse.cz
- Update to 2.6.38.1:
- obsoletes:
- patches.rpmify/winbond-needs-msleep.
- Refresh
patches.fixes/hid-add-support-for-Skycable-0x3f07-wireless-present.patch.
- Update config files.
- commit 4836c9f
* Mon Mar 21 2011 jack@suse.cz
- Fix almost-infinite slab cache growing (bnc#554081).
- commit 44e668f
* Mon Mar 21 2011 jkosina@suse.cz
- HID: add support for Skycable 0x3f07 wireless presenter
(bnc#681297).
- commit c88c4a7
* Mon Mar 21 2011 mmarek@suse.cz
- Delete config/i386/vmi, it was an artifact from SLE11-SP1 development.
- commit 9877488
* Fri Mar 18 2011 jslaby@suse.cz
- NET: cdc-phonet, handle empty phonet header (bnc#673992).
- commit da6e6d1

View File

@ -1,3 +1,33 @@
-------------------------------------------------------------------
Thu Mar 24 00:27:13 CET 2011 - jslaby@suse.cz
- Update to 2.6.38.1:
- obsoletes:
- patches.rpmify/winbond-needs-msleep.
- Refresh
patches.fixes/hid-add-support-for-Skycable-0x3f07-wireless-present.patch.
- Update config files.
- commit 4836c9f
-------------------------------------------------------------------
Mon Mar 21 19:56:38 CET 2011 - jack@suse.cz
- Fix almost-infinite slab cache growing (bnc#554081).
- commit 44e668f
-------------------------------------------------------------------
Mon Mar 21 16:44:29 CET 2011 - jkosina@suse.cz
- HID: add support for Skycable 0x3f07 wireless presenter
(bnc#681297).
- commit c88c4a7
-------------------------------------------------------------------
Mon Mar 21 12:21:15 CET 2011 - mmarek@suse.cz
- Delete config/i386/vmi, it was an artifact from SLE11-SP1 development.
- commit 9877488
-------------------------------------------------------------------
Fri Mar 18 18:23:45 CET 2011 - jslaby@suse.cz

View File

@ -1,5 +1,5 @@
#
# spec file for package kernel-docs (Version 2.6.38)
# spec file for package kernel-docs (Version 2.6.38.1)
#
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@ -17,14 +17,14 @@
# norootforbuild
%define patchversion 2.6.38
%define patchversion 2.6.38.1
%define variant %{nil}
%include %_sourcedir/kernel-spec-macros
Name: kernel-docs
Summary: Kernel Documentation
Version: 2.6.38
Version: 2.6.38.1
%if %using_buildservice
Release: <RELEASE>
%else
@ -99,6 +99,24 @@ rm -rf $RPM_BUILD_ROOT
/usr/share/doc/kernel
%changelog
* Thu Mar 24 2011 jslaby@suse.cz
- Update to 2.6.38.1:
- obsoletes:
- patches.rpmify/winbond-needs-msleep.
- Refresh
patches.fixes/hid-add-support-for-Skycable-0x3f07-wireless-present.patch.
- Update config files.
- commit 4836c9f
* Mon Mar 21 2011 jack@suse.cz
- Fix almost-infinite slab cache growing (bnc#554081).
- commit 44e668f
* Mon Mar 21 2011 jkosina@suse.cz
- HID: add support for Skycable 0x3f07 wireless presenter
(bnc#681297).
- commit c88c4a7
* Mon Mar 21 2011 mmarek@suse.cz
- Delete config/i386/vmi, it was an artifact from SLE11-SP1 development.
- commit 9877488
* Fri Mar 18 2011 jslaby@suse.cz
- NET: cdc-phonet, handle empty phonet header (bnc#673992).
- commit da6e6d1

View File

@ -1,3 +1,33 @@
-------------------------------------------------------------------
Thu Mar 24 00:27:13 CET 2011 - jslaby@suse.cz
- Update to 2.6.38.1:
- obsoletes:
- patches.rpmify/winbond-needs-msleep.
- Refresh
patches.fixes/hid-add-support-for-Skycable-0x3f07-wireless-present.patch.
- Update config files.
- commit 4836c9f
-------------------------------------------------------------------
Mon Mar 21 19:56:38 CET 2011 - jack@suse.cz
- Fix almost-infinite slab cache growing (bnc#554081).
- commit 44e668f
-------------------------------------------------------------------
Mon Mar 21 16:44:29 CET 2011 - jkosina@suse.cz
- HID: add support for Skycable 0x3f07 wireless presenter
(bnc#681297).
- commit c88c4a7
-------------------------------------------------------------------
Mon Mar 21 12:21:15 CET 2011 - mmarek@suse.cz
- Delete config/i386/vmi, it was an artifact from SLE11-SP1 development.
- commit 9877488
-------------------------------------------------------------------
Fri Mar 18 18:23:45 CET 2011 - jslaby@suse.cz

View File

@ -1,5 +1,5 @@
#
# spec file for package kernel-ec2 (Version 2.6.38)
# spec file for package kernel-ec2 (Version 2.6.38.1)
#
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@ -18,7 +18,7 @@
# norootforbuild
%define srcversion 2.6.38
%define patchversion 2.6.38
%define patchversion 2.6.38.1
%define variant %{nil}
%include %_sourcedir/kernel-spec-macros
@ -55,7 +55,7 @@
Name: kernel-ec2
Summary: The Amazon EC2 Xen Kernel
Version: 2.6.38
Version: 2.6.38.1
%if %using_buildservice
Release: <RELEASE>
%else
@ -870,6 +870,24 @@ Debug information for package %name-devel
%files devel-debuginfo -f vmlinux.debug.files
%changelog
* Thu Mar 24 2011 jslaby@suse.cz
- Update to 2.6.38.1:
- obsoletes:
- patches.rpmify/winbond-needs-msleep.
- Refresh
patches.fixes/hid-add-support-for-Skycable-0x3f07-wireless-present.patch.
- Update config files.
- commit 4836c9f
* Mon Mar 21 2011 jack@suse.cz
- Fix almost-infinite slab cache growing (bnc#554081).
- commit 44e668f
* Mon Mar 21 2011 jkosina@suse.cz
- HID: add support for Skycable 0x3f07 wireless presenter
(bnc#681297).
- commit c88c4a7
* Mon Mar 21 2011 mmarek@suse.cz
- Delete config/i386/vmi, it was an artifact from SLE11-SP1 development.
- commit 9877488
* Fri Mar 18 2011 jslaby@suse.cz
- NET: cdc-phonet, handle empty phonet header (bnc#673992).
- commit da6e6d1

View File

@ -1,3 +1,33 @@
-------------------------------------------------------------------
Thu Mar 24 00:27:13 CET 2011 - jslaby@suse.cz
- Update to 2.6.38.1:
- obsoletes:
- patches.rpmify/winbond-needs-msleep.
- Refresh
patches.fixes/hid-add-support-for-Skycable-0x3f07-wireless-present.patch.
- Update config files.
- commit 4836c9f
-------------------------------------------------------------------
Mon Mar 21 19:56:38 CET 2011 - jack@suse.cz
- Fix almost-infinite slab cache growing (bnc#554081).
- commit 44e668f
-------------------------------------------------------------------
Mon Mar 21 16:44:29 CET 2011 - jkosina@suse.cz
- HID: add support for Skycable 0x3f07 wireless presenter
(bnc#681297).
- commit c88c4a7
-------------------------------------------------------------------
Mon Mar 21 12:21:15 CET 2011 - mmarek@suse.cz
- Delete config/i386/vmi, it was an artifact from SLE11-SP1 development.
- commit 9877488
-------------------------------------------------------------------
Fri Mar 18 18:23:45 CET 2011 - jslaby@suse.cz

View File

@ -1,5 +1,5 @@
#
# spec file for package kernel-net (Version 2.6.38)
# spec file for package kernel-net (Version 2.6.38.1)
#
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@ -18,7 +18,7 @@
# norootforbuild
%define srcversion 2.6.38
%define patchversion 2.6.38
%define patchversion 2.6.38.1
%define variant %{nil}
%include %_sourcedir/kernel-spec-macros
@ -55,7 +55,7 @@
Name: kernel-net
Summary: Minimal kernel with disk and net support
Version: 2.6.38
Version: 2.6.38.1
%if %using_buildservice
Release: <RELEASE>
%else
@ -867,6 +867,24 @@ Debug information for package %name-devel
%files devel-debuginfo -f vmlinux.debug.files
%changelog
* Thu Mar 24 2011 jslaby@suse.cz
- Update to 2.6.38.1:
- obsoletes:
- patches.rpmify/winbond-needs-msleep.
- Refresh
patches.fixes/hid-add-support-for-Skycable-0x3f07-wireless-present.patch.
- Update config files.
- commit 4836c9f
* Mon Mar 21 2011 jack@suse.cz
- Fix almost-infinite slab cache growing (bnc#554081).
- commit 44e668f
* Mon Mar 21 2011 jkosina@suse.cz
- HID: add support for Skycable 0x3f07 wireless presenter
(bnc#681297).
- commit c88c4a7
* Mon Mar 21 2011 mmarek@suse.cz
- Delete config/i386/vmi, it was an artifact from SLE11-SP1 development.
- commit 9877488
* Fri Mar 18 2011 jslaby@suse.cz
- NET: cdc-phonet, handle empty phonet header (bnc#673992).
- commit da6e6d1

View File

@ -1,3 +1,33 @@
-------------------------------------------------------------------
Thu Mar 24 00:27:13 CET 2011 - jslaby@suse.cz
- Update to 2.6.38.1:
- obsoletes:
- patches.rpmify/winbond-needs-msleep.
- Refresh
patches.fixes/hid-add-support-for-Skycable-0x3f07-wireless-present.patch.
- Update config files.
- commit 4836c9f
-------------------------------------------------------------------
Mon Mar 21 19:56:38 CET 2011 - jack@suse.cz
- Fix almost-infinite slab cache growing (bnc#554081).
- commit 44e668f
-------------------------------------------------------------------
Mon Mar 21 16:44:29 CET 2011 - jkosina@suse.cz
- HID: add support for Skycable 0x3f07 wireless presenter
(bnc#681297).
- commit c88c4a7
-------------------------------------------------------------------
Mon Mar 21 12:21:15 CET 2011 - mmarek@suse.cz
- Delete config/i386/vmi, it was an artifact from SLE11-SP1 development.
- commit 9877488
-------------------------------------------------------------------
Fri Mar 18 18:23:45 CET 2011 - jslaby@suse.cz

View File

@ -1,5 +1,5 @@
#
# spec file for package kernel-pae (Version 2.6.38)
# spec file for package kernel-pae (Version 2.6.38.1)
#
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@ -18,7 +18,7 @@
# norootforbuild
%define srcversion 2.6.38
%define patchversion 2.6.38
%define patchversion 2.6.38.1
%define variant %{nil}
%include %_sourcedir/kernel-spec-macros
@ -55,7 +55,7 @@
Name: kernel-pae
Summary: Kernel with PAE Support
Version: 2.6.38
Version: 2.6.38.1
%if %using_buildservice
Release: <RELEASE>
%else
@ -885,6 +885,24 @@ Debug information for package %name-devel
%files devel-debuginfo -f vmlinux.debug.files
%changelog
* Thu Mar 24 2011 jslaby@suse.cz
- Update to 2.6.38.1:
- obsoletes:
- patches.rpmify/winbond-needs-msleep.
- Refresh
patches.fixes/hid-add-support-for-Skycable-0x3f07-wireless-present.patch.
- Update config files.
- commit 4836c9f
* Mon Mar 21 2011 jack@suse.cz
- Fix almost-infinite slab cache growing (bnc#554081).
- commit 44e668f
* Mon Mar 21 2011 jkosina@suse.cz
- HID: add support for Skycable 0x3f07 wireless presenter
(bnc#681297).
- commit c88c4a7
* Mon Mar 21 2011 mmarek@suse.cz
- Delete config/i386/vmi, it was an artifact from SLE11-SP1 development.
- commit 9877488
* Fri Mar 18 2011 jslaby@suse.cz
- NET: cdc-phonet, handle empty phonet header (bnc#673992).
- commit da6e6d1

View File

@ -1,3 +1,33 @@
-------------------------------------------------------------------
Thu Mar 24 00:27:13 CET 2011 - jslaby@suse.cz
- Update to 2.6.38.1:
- obsoletes:
- patches.rpmify/winbond-needs-msleep.
- Refresh
patches.fixes/hid-add-support-for-Skycable-0x3f07-wireless-present.patch.
- Update config files.
- commit 4836c9f
-------------------------------------------------------------------
Mon Mar 21 19:56:38 CET 2011 - jack@suse.cz
- Fix almost-infinite slab cache growing (bnc#554081).
- commit 44e668f
-------------------------------------------------------------------
Mon Mar 21 16:44:29 CET 2011 - jkosina@suse.cz
- HID: add support for Skycable 0x3f07 wireless presenter
(bnc#681297).
- commit c88c4a7
-------------------------------------------------------------------
Mon Mar 21 12:21:15 CET 2011 - mmarek@suse.cz
- Delete config/i386/vmi, it was an artifact from SLE11-SP1 development.
- commit 9877488
-------------------------------------------------------------------
Fri Mar 18 18:23:45 CET 2011 - jslaby@suse.cz

View File

@ -1,5 +1,5 @@
#
# spec file for package kernel-ppc64 (Version 2.6.38)
# spec file for package kernel-ppc64 (Version 2.6.38.1)
#
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@ -18,7 +18,7 @@
# norootforbuild
%define srcversion 2.6.38
%define patchversion 2.6.38
%define patchversion 2.6.38.1
%define variant %{nil}
%include %_sourcedir/kernel-spec-macros
@ -55,7 +55,7 @@
Name: kernel-ppc64
Summary: Kernel for ppc64 Systems
Version: 2.6.38
Version: 2.6.38.1
%if %using_buildservice
Release: <RELEASE>
%else
@ -889,6 +889,24 @@ Debug information for package %name-devel
%files devel-debuginfo -f vmlinux.debug.files
%changelog
* Thu Mar 24 2011 jslaby@suse.cz
- Update to 2.6.38.1:
- obsoletes:
- patches.rpmify/winbond-needs-msleep.
- Refresh
patches.fixes/hid-add-support-for-Skycable-0x3f07-wireless-present.patch.
- Update config files.
- commit 4836c9f
* Mon Mar 21 2011 jack@suse.cz
- Fix almost-infinite slab cache growing (bnc#554081).
- commit 44e668f
* Mon Mar 21 2011 jkosina@suse.cz
- HID: add support for Skycable 0x3f07 wireless presenter
(bnc#681297).
- commit c88c4a7
* Mon Mar 21 2011 mmarek@suse.cz
- Delete config/i386/vmi, it was an artifact from SLE11-SP1 development.
- commit 9877488
* Fri Mar 18 2011 jslaby@suse.cz
- NET: cdc-phonet, handle empty phonet header (bnc#673992).
- commit da6e6d1

View File

@ -1,3 +1,33 @@
-------------------------------------------------------------------
Thu Mar 24 00:27:13 CET 2011 - jslaby@suse.cz
- Update to 2.6.38.1:
- obsoletes:
- patches.rpmify/winbond-needs-msleep.
- Refresh
patches.fixes/hid-add-support-for-Skycable-0x3f07-wireless-present.patch.
- Update config files.
- commit 4836c9f
-------------------------------------------------------------------
Mon Mar 21 19:56:38 CET 2011 - jack@suse.cz
- Fix almost-infinite slab cache growing (bnc#554081).
- commit 44e668f
-------------------------------------------------------------------
Mon Mar 21 16:44:29 CET 2011 - jkosina@suse.cz
- HID: add support for Skycable 0x3f07 wireless presenter
(bnc#681297).
- commit c88c4a7
-------------------------------------------------------------------
Mon Mar 21 12:21:15 CET 2011 - mmarek@suse.cz
- Delete config/i386/vmi, it was an artifact from SLE11-SP1 development.
- commit 9877488
-------------------------------------------------------------------
Fri Mar 18 18:23:45 CET 2011 - jslaby@suse.cz

View File

@ -1,5 +1,5 @@
#
# spec file for package kernel-ps3 (Version 2.6.38)
# spec file for package kernel-ps3 (Version 2.6.38.1)
#
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@ -18,7 +18,7 @@
# norootforbuild
%define srcversion 2.6.38
%define patchversion 2.6.38
%define patchversion 2.6.38.1
%define variant %{nil}
%include %_sourcedir/kernel-spec-macros
@ -55,7 +55,7 @@
Name: kernel-ps3
Summary: kernel for ps3 bootloader
Version: 2.6.38
Version: 2.6.38.1
%if %using_buildservice
Release: <RELEASE>
%else
@ -870,6 +870,24 @@ Debug information for package %name-devel
%files devel-debuginfo -f vmlinux.debug.files
%changelog
* Thu Mar 24 2011 jslaby@suse.cz
- Update to 2.6.38.1:
- obsoletes:
- patches.rpmify/winbond-needs-msleep.
- Refresh
patches.fixes/hid-add-support-for-Skycable-0x3f07-wireless-present.patch.
- Update config files.
- commit 4836c9f
* Mon Mar 21 2011 jack@suse.cz
- Fix almost-infinite slab cache growing (bnc#554081).
- commit 44e668f
* Mon Mar 21 2011 jkosina@suse.cz
- HID: add support for Skycable 0x3f07 wireless presenter
(bnc#681297).
- commit c88c4a7
* Mon Mar 21 2011 mmarek@suse.cz
- Delete config/i386/vmi, it was an artifact from SLE11-SP1 development.
- commit 9877488
* Fri Mar 18 2011 jslaby@suse.cz
- NET: cdc-phonet, handle empty phonet header (bnc#673992).
- commit da6e6d1

View File

@ -1,3 +1,33 @@
-------------------------------------------------------------------
Thu Mar 24 00:27:13 CET 2011 - jslaby@suse.cz
- Update to 2.6.38.1:
- obsoletes:
- patches.rpmify/winbond-needs-msleep.
- Refresh
patches.fixes/hid-add-support-for-Skycable-0x3f07-wireless-present.patch.
- Update config files.
- commit 4836c9f
-------------------------------------------------------------------
Mon Mar 21 19:56:38 CET 2011 - jack@suse.cz
- Fix almost-infinite slab cache growing (bnc#554081).
- commit 44e668f
-------------------------------------------------------------------
Mon Mar 21 16:44:29 CET 2011 - jkosina@suse.cz
- HID: add support for Skycable 0x3f07 wireless presenter
(bnc#681297).
- commit c88c4a7
-------------------------------------------------------------------
Mon Mar 21 12:21:15 CET 2011 - mmarek@suse.cz
- Delete config/i386/vmi, it was an artifact from SLE11-SP1 development.
- commit 9877488
-------------------------------------------------------------------
Fri Mar 18 18:23:45 CET 2011 - jslaby@suse.cz

View File

@ -1,5 +1,5 @@
#
# spec file for package kernel-s390 (Version 2.6.38)
# spec file for package kernel-s390 (Version 2.6.38.1)
#
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@ -18,7 +18,7 @@
# norootforbuild
%define srcversion 2.6.38
%define patchversion 2.6.38
%define patchversion 2.6.38.1
%define variant %{nil}
%include %_sourcedir/kernel-spec-macros
@ -55,7 +55,7 @@
Name: kernel-s390
Summary: The Standard Kernel
Version: 2.6.38
Version: 2.6.38.1
%if %using_buildservice
Release: <RELEASE>
%else
@ -864,6 +864,24 @@ Debug information for package %name-devel
%files devel-debuginfo -f vmlinux.debug.files
%changelog
* Thu Mar 24 2011 jslaby@suse.cz
- Update to 2.6.38.1:
- obsoletes:
- patches.rpmify/winbond-needs-msleep.
- Refresh
patches.fixes/hid-add-support-for-Skycable-0x3f07-wireless-present.patch.
- Update config files.
- commit 4836c9f
* Mon Mar 21 2011 jack@suse.cz
- Fix almost-infinite slab cache growing (bnc#554081).
- commit 44e668f
* Mon Mar 21 2011 jkosina@suse.cz
- HID: add support for Skycable 0x3f07 wireless presenter
(bnc#681297).
- commit c88c4a7
* Mon Mar 21 2011 mmarek@suse.cz
- Delete config/i386/vmi, it was an artifact from SLE11-SP1 development.
- commit 9877488
* Fri Mar 18 2011 jslaby@suse.cz
- NET: cdc-phonet, handle empty phonet header (bnc#673992).
- commit da6e6d1

View File

@ -1,3 +1,33 @@
-------------------------------------------------------------------
Thu Mar 24 00:27:13 CET 2011 - jslaby@suse.cz
- Update to 2.6.38.1:
- obsoletes:
- patches.rpmify/winbond-needs-msleep.
- Refresh
patches.fixes/hid-add-support-for-Skycable-0x3f07-wireless-present.patch.
- Update config files.
- commit 4836c9f
-------------------------------------------------------------------
Mon Mar 21 19:56:38 CET 2011 - jack@suse.cz
- Fix almost-infinite slab cache growing (bnc#554081).
- commit 44e668f
-------------------------------------------------------------------
Mon Mar 21 16:44:29 CET 2011 - jkosina@suse.cz
- HID: add support for Skycable 0x3f07 wireless presenter
(bnc#681297).
- commit c88c4a7
-------------------------------------------------------------------
Mon Mar 21 12:21:15 CET 2011 - mmarek@suse.cz
- Delete config/i386/vmi, it was an artifact from SLE11-SP1 development.
- commit 9877488
-------------------------------------------------------------------
Fri Mar 18 18:23:45 CET 2011 - jslaby@suse.cz

View File

@ -1,5 +1,5 @@
#
# spec file for package kernel-source (Version 2.6.38)
# spec file for package kernel-source (Version 2.6.38.1)
#
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@ -19,7 +19,7 @@
# icecream 0
%define srcversion 2.6.38
%define patchversion 2.6.38
%define patchversion 2.6.38.1
%define variant %{nil}
%define vanilla_only 0
@ -29,7 +29,7 @@
Name: kernel-source
Summary: The Linux Kernel Sources
Version: 2.6.38
Version: 2.6.38.1
%if %using_buildservice
Release: <RELEASE>
%else
@ -254,6 +254,24 @@ find %buildroot/usr/src/linux* ! -type l | xargs touch -d "$ts"
%endif
%changelog
* Thu Mar 24 2011 jslaby@suse.cz
- Update to 2.6.38.1:
- obsoletes:
- patches.rpmify/winbond-needs-msleep.
- Refresh
patches.fixes/hid-add-support-for-Skycable-0x3f07-wireless-present.patch.
- Update config files.
- commit 4836c9f
* Mon Mar 21 2011 jack@suse.cz
- Fix almost-infinite slab cache growing (bnc#554081).
- commit 44e668f
* Mon Mar 21 2011 jkosina@suse.cz
- HID: add support for Skycable 0x3f07 wireless presenter
(bnc#681297).
- commit c88c4a7
* Mon Mar 21 2011 mmarek@suse.cz
- Delete config/i386/vmi, it was an artifact from SLE11-SP1 development.
- commit 9877488
* Fri Mar 18 2011 jslaby@suse.cz
- NET: cdc-phonet, handle empty phonet header (bnc#673992).
- commit da6e6d1

View File

@ -1,3 +1,33 @@
-------------------------------------------------------------------
Thu Mar 24 00:27:13 CET 2011 - jslaby@suse.cz
- Update to 2.6.38.1:
- obsoletes:
- patches.rpmify/winbond-needs-msleep.
- Refresh
patches.fixes/hid-add-support-for-Skycable-0x3f07-wireless-present.patch.
- Update config files.
- commit 4836c9f
-------------------------------------------------------------------
Mon Mar 21 19:56:38 CET 2011 - jack@suse.cz
- Fix almost-infinite slab cache growing (bnc#554081).
- commit 44e668f
-------------------------------------------------------------------
Mon Mar 21 16:44:29 CET 2011 - jkosina@suse.cz
- HID: add support for Skycable 0x3f07 wireless presenter
(bnc#681297).
- commit c88c4a7
-------------------------------------------------------------------
Mon Mar 21 12:21:15 CET 2011 - mmarek@suse.cz
- Delete config/i386/vmi, it was an artifact from SLE11-SP1 development.
- commit 9877488
-------------------------------------------------------------------
Fri Mar 18 18:23:45 CET 2011 - jslaby@suse.cz

View File

@ -1,5 +1,5 @@
#
# spec file for package kernel-syms (Version 2.6.38)
# spec file for package kernel-syms (Version 2.6.38.1)
#
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@ -23,7 +23,7 @@
Name: kernel-syms
Summary: Kernel Symbol Versions (modversions)
Version: 2.6.38
Version: 2.6.38.1
%if %using_buildservice
Release: <RELEASE>
%else
@ -81,6 +81,24 @@ install -m 644 -D %{SOURCE0} %buildroot/%_docdir/%name/README.SUSE
%_docdir/%name/README.SUSE
%changelog
* Thu Mar 24 2011 jslaby@suse.cz
- Update to 2.6.38.1:
- obsoletes:
- patches.rpmify/winbond-needs-msleep.
- Refresh
patches.fixes/hid-add-support-for-Skycable-0x3f07-wireless-present.patch.
- Update config files.
- commit 4836c9f
* Mon Mar 21 2011 jack@suse.cz
- Fix almost-infinite slab cache growing (bnc#554081).
- commit 44e668f
* Mon Mar 21 2011 jkosina@suse.cz
- HID: add support for Skycable 0x3f07 wireless presenter
(bnc#681297).
- commit c88c4a7
* Mon Mar 21 2011 mmarek@suse.cz
- Delete config/i386/vmi, it was an artifact from SLE11-SP1 development.
- commit 9877488
* Fri Mar 18 2011 jslaby@suse.cz
- NET: cdc-phonet, handle empty phonet header (bnc#673992).
- commit da6e6d1

View File

@ -1,3 +1,33 @@
-------------------------------------------------------------------
Thu Mar 24 00:27:13 CET 2011 - jslaby@suse.cz
- Update to 2.6.38.1:
- obsoletes:
- patches.rpmify/winbond-needs-msleep.
- Refresh
patches.fixes/hid-add-support-for-Skycable-0x3f07-wireless-present.patch.
- Update config files.
- commit 4836c9f
-------------------------------------------------------------------
Mon Mar 21 19:56:38 CET 2011 - jack@suse.cz
- Fix almost-infinite slab cache growing (bnc#554081).
- commit 44e668f
-------------------------------------------------------------------
Mon Mar 21 16:44:29 CET 2011 - jkosina@suse.cz
- HID: add support for Skycable 0x3f07 wireless presenter
(bnc#681297).
- commit c88c4a7
-------------------------------------------------------------------
Mon Mar 21 12:21:15 CET 2011 - mmarek@suse.cz
- Delete config/i386/vmi, it was an artifact from SLE11-SP1 development.
- commit 9877488
-------------------------------------------------------------------
Fri Mar 18 18:23:45 CET 2011 - jslaby@suse.cz

View File

@ -1,5 +1,5 @@
#
# spec file for package kernel-trace (Version 2.6.38)
# spec file for package kernel-trace (Version 2.6.38.1)
#
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@ -18,7 +18,7 @@
# norootforbuild
%define srcversion 2.6.38
%define patchversion 2.6.38
%define patchversion 2.6.38.1
%define variant %{nil}
%include %_sourcedir/kernel-spec-macros
@ -55,7 +55,7 @@
Name: kernel-trace
Summary: The Standard Kernel with Tracing Features
Version: 2.6.38
Version: 2.6.38.1
%if %using_buildservice
Release: <RELEASE>
%else
@ -872,6 +872,24 @@ Debug information for package %name-devel
%files devel-debuginfo -f vmlinux.debug.files
%changelog
* Thu Mar 24 2011 jslaby@suse.cz
- Update to 2.6.38.1:
- obsoletes:
- patches.rpmify/winbond-needs-msleep.
- Refresh
patches.fixes/hid-add-support-for-Skycable-0x3f07-wireless-present.patch.
- Update config files.
- commit 4836c9f
* Mon Mar 21 2011 jack@suse.cz
- Fix almost-infinite slab cache growing (bnc#554081).
- commit 44e668f
* Mon Mar 21 2011 jkosina@suse.cz
- HID: add support for Skycable 0x3f07 wireless presenter
(bnc#681297).
- commit c88c4a7
* Mon Mar 21 2011 mmarek@suse.cz
- Delete config/i386/vmi, it was an artifact from SLE11-SP1 development.
- commit 9877488
* Fri Mar 18 2011 jslaby@suse.cz
- NET: cdc-phonet, handle empty phonet header (bnc#673992).
- commit da6e6d1

View File

@ -1,3 +1,33 @@
-------------------------------------------------------------------
Thu Mar 24 00:27:13 CET 2011 - jslaby@suse.cz
- Update to 2.6.38.1:
- obsoletes:
- patches.rpmify/winbond-needs-msleep.
- Refresh
patches.fixes/hid-add-support-for-Skycable-0x3f07-wireless-present.patch.
- Update config files.
- commit 4836c9f
-------------------------------------------------------------------
Mon Mar 21 19:56:38 CET 2011 - jack@suse.cz
- Fix almost-infinite slab cache growing (bnc#554081).
- commit 44e668f
-------------------------------------------------------------------
Mon Mar 21 16:44:29 CET 2011 - jkosina@suse.cz
- HID: add support for Skycable 0x3f07 wireless presenter
(bnc#681297).
- commit c88c4a7
-------------------------------------------------------------------
Mon Mar 21 12:21:15 CET 2011 - mmarek@suse.cz
- Delete config/i386/vmi, it was an artifact from SLE11-SP1 development.
- commit 9877488
-------------------------------------------------------------------
Fri Mar 18 18:23:45 CET 2011 - jslaby@suse.cz

View File

@ -1,5 +1,5 @@
#
# spec file for package kernel-vanilla (Version 2.6.38)
# spec file for package kernel-vanilla (Version 2.6.38.1)
#
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@ -18,7 +18,7 @@
# norootforbuild
%define srcversion 2.6.38
%define patchversion 2.6.38
%define patchversion 2.6.38.1
%define variant %{nil}
%include %_sourcedir/kernel-spec-macros
@ -55,7 +55,7 @@
Name: kernel-vanilla
Summary: The Standard Kernel - without any SUSE patches
Version: 2.6.38
Version: 2.6.38.1
%if %using_buildservice
Release: <RELEASE>
%else
@ -868,6 +868,24 @@ Debug information for package %name-devel
%files devel-debuginfo -f vmlinux.debug.files
%changelog
* Thu Mar 24 2011 jslaby@suse.cz
- Update to 2.6.38.1:
- obsoletes:
- patches.rpmify/winbond-needs-msleep.
- Refresh
patches.fixes/hid-add-support-for-Skycable-0x3f07-wireless-present.patch.
- Update config files.
- commit 4836c9f
* Mon Mar 21 2011 jack@suse.cz
- Fix almost-infinite slab cache growing (bnc#554081).
- commit 44e668f
* Mon Mar 21 2011 jkosina@suse.cz
- HID: add support for Skycable 0x3f07 wireless presenter
(bnc#681297).
- commit c88c4a7
* Mon Mar 21 2011 mmarek@suse.cz
- Delete config/i386/vmi, it was an artifact from SLE11-SP1 development.
- commit 9877488
* Fri Mar 18 2011 jslaby@suse.cz
- NET: cdc-phonet, handle empty phonet header (bnc#673992).
- commit da6e6d1

View File

@ -1,3 +1,33 @@
-------------------------------------------------------------------
Thu Mar 24 00:27:13 CET 2011 - jslaby@suse.cz
- Update to 2.6.38.1:
- obsoletes:
- patches.rpmify/winbond-needs-msleep.
- Refresh
patches.fixes/hid-add-support-for-Skycable-0x3f07-wireless-present.patch.
- Update config files.
- commit 4836c9f
-------------------------------------------------------------------
Mon Mar 21 19:56:38 CET 2011 - jack@suse.cz
- Fix almost-infinite slab cache growing (bnc#554081).
- commit 44e668f
-------------------------------------------------------------------
Mon Mar 21 16:44:29 CET 2011 - jkosina@suse.cz
- HID: add support for Skycable 0x3f07 wireless presenter
(bnc#681297).
- commit c88c4a7
-------------------------------------------------------------------
Mon Mar 21 12:21:15 CET 2011 - mmarek@suse.cz
- Delete config/i386/vmi, it was an artifact from SLE11-SP1 development.
- commit 9877488
-------------------------------------------------------------------
Fri Mar 18 18:23:45 CET 2011 - jslaby@suse.cz

View File

@ -1,5 +1,5 @@
#
# spec file for package kernel-xen (Version 2.6.38)
# spec file for package kernel-xen (Version 2.6.38.1)
#
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@ -18,7 +18,7 @@
# norootforbuild
%define srcversion 2.6.38
%define patchversion 2.6.38
%define patchversion 2.6.38.1
%define variant %{nil}
%include %_sourcedir/kernel-spec-macros
@ -55,7 +55,7 @@
Name: kernel-xen
Summary: The Xen Kernel
Version: 2.6.38
Version: 2.6.38.1
%if %using_buildservice
Release: <RELEASE>
%else
@ -870,6 +870,24 @@ Debug information for package %name-devel
%files devel-debuginfo -f vmlinux.debug.files
%changelog
* Thu Mar 24 2011 jslaby@suse.cz
- Update to 2.6.38.1:
- obsoletes:
- patches.rpmify/winbond-needs-msleep.
- Refresh
patches.fixes/hid-add-support-for-Skycable-0x3f07-wireless-present.patch.
- Update config files.
- commit 4836c9f
* Mon Mar 21 2011 jack@suse.cz
- Fix almost-infinite slab cache growing (bnc#554081).
- commit 44e668f
* Mon Mar 21 2011 jkosina@suse.cz
- HID: add support for Skycable 0x3f07 wireless presenter
(bnc#681297).
- commit c88c4a7
* Mon Mar 21 2011 mmarek@suse.cz
- Delete config/i386/vmi, it was an artifact from SLE11-SP1 development.
- commit 9877488
* Fri Mar 18 2011 jslaby@suse.cz
- NET: cdc-phonet, handle empty phonet header (bnc#673992).
- commit da6e6d1

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c8b1fe36d98fb4c0c2806c216da98cb69a85585de5d71677eb81babee141b637
size 80344
oid sha256:4a527df6f759da51e9f3783bed75511d85568ff093627f329702d18275c0f56e
size 81696

View File

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

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d2cc00d38ec40e6f80f154077a81c4b8447d8e10fe97767009175becc8acf660
size 4275
oid sha256:a4bf33a10e541bd970de1aa7f614b959b2f1a7de96d8d0177d01307d6bc3c525
size 4073

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:31ec6724c0381bb0b19a2b6d6a6d2b71a950d4ea789ae23d16bddd81fb30c720
size 288649
oid sha256:5c810943d833a4d055c47552f70f08ec0ee6ccbc719137fc6d7982553acc572a
size 288600

View File

@ -27,6 +27,7 @@
# DO NOT MODIFY THEM!
# Send separate patches upstream if you find a problem...
########################################################
patches.kernel.org/patch-2.6.38.1
########################################################
# Build fixes that apply to the vanilla kernel too.
@ -36,7 +37,6 @@
patches.rpmify/tioca-fix-assignment-from-incompatible-pointer-warnings
patches.rpmify/ia64-mca-fix-cast-from-integer-to-pointer-warning
patches.rpmify/qla4xx-missing-readq-definition
patches.rpmify/winbond-needs-msleep
patches.rpmify/dw_spi-fix-PPC-build.patch
########################################################
@ -439,6 +439,7 @@
# don't want to rediff SoN until this gets more testing
patches.suse/slab-handle-memoryless-nodes-v2a.patch
patches.suse/SoN-fix
patches.suse/SoN-33-slab-leak-fix.patch
########################################################
# Netfilter
@ -564,6 +565,7 @@
patches.suse/elousb-2.6.35-api-changes
patches.fixes/input-add-acer-aspire-5710-to-nomux.patch
patches.drivers/input-Add-LED-support-to-Synaptics-device
patches.fixes/hid-add-support-for-Skycable-0x3f07-wireless-present.patch
##########################################################
# Sound

View File

@ -1,3 +1,3 @@
2011-03-20 22:25:37 +0100
GIT Revision: 190f983444dc7aeb4bcc2711bbc2bc662fe4c6b5
2011-03-24 00:36:08 +0100
GIT Revision: 4836c9ffd6c1a88bcb5d99e2ee1409a63512fe67
GIT Branch: stable