forked from pool/kernel-source
GIT Revision: 6b07a84c31051d87a55d072b4d87f79c8cadb6c9
OBS-URL: https://build.opensuse.org/package/show/Kernel:HEAD/kernel-source?expand=0&rev=6927
This commit is contained in:
parent
522c4ab77a
commit
b9cdd524b3
@ -528,6 +528,9 @@ if [ %CONFIG_MODULES = y ]; then
|
||||
%_sourcedir/split-modules -d %buildroot \
|
||||
-o %my_builddir \
|
||||
-b %kernel_build_dir/Module.base \
|
||||
%if ! %supported_modules_check
|
||||
-i \
|
||||
%endif
|
||||
-s %kernel_build_dir/Module.supported
|
||||
%if ! %split_extra
|
||||
cat %my_builddir/unsupported-modules >>%my_builddir/main-modules
|
||||
|
@ -1,3 +1,18 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 8 01:00:02 CET 2011 - jeffm@suse.de
|
||||
|
||||
- Update to 2.6.38-rc7.
|
||||
- Refresh patches.xen/xen-x86-no-lapic.
|
||||
- Refresh patches.xen/xen3-patch-2.6.19.
|
||||
- commit 7eb9d30
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 7 13:50:08 CET 2011 - mmarek@suse.cz
|
||||
|
||||
- rpm/kernel-binary.spec.in: Do not abort build because of
|
||||
supported.conf inconsistency if %supported_modules_check == 0.
|
||||
- commit 6cc2d2b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 2 09:02:40 CET 2011 - jbeulich@novell.com
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
# norootforbuild
|
||||
|
||||
%define srcversion 2.6.37
|
||||
%define patchversion 2.6.38-rc6
|
||||
%define patchversion 2.6.38-rc7
|
||||
%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: rc6.<RELEASE>
|
||||
Release: rc7.<RELEASE>
|
||||
%else
|
||||
Release: rc6.0
|
||||
Release: rc7.0
|
||||
%endif
|
||||
License: GPL v2 only
|
||||
Group: System/Kernel
|
||||
@ -603,6 +603,9 @@ if [ %CONFIG_MODULES = y ]; then
|
||||
%_sourcedir/split-modules -d %buildroot \
|
||||
-o %my_builddir \
|
||||
-b %kernel_build_dir/Module.base \
|
||||
%if ! %supported_modules_check
|
||||
-i \
|
||||
%endif
|
||||
-s %kernel_build_dir/Module.supported
|
||||
%if ! %split_extra
|
||||
cat %my_builddir/unsupported-modules >>%my_builddir/main-modules
|
||||
@ -864,6 +867,15 @@ Debug information for package %name-devel
|
||||
%files devel-debuginfo -f vmlinux.debug.files
|
||||
|
||||
%changelog
|
||||
* Tue Mar 08 2011 jeffm@suse.de
|
||||
- Update to 2.6.38-rc7.
|
||||
- Refresh patches.xen/xen-x86-no-lapic.
|
||||
- Refresh patches.xen/xen3-patch-2.6.19.
|
||||
- commit 7eb9d30
|
||||
* Mon Mar 07 2011 mmarek@suse.cz
|
||||
- rpm/kernel-binary.spec.in: Do not abort build because of
|
||||
supported.conf inconsistency if %%supported_modules_check == 0.
|
||||
- commit 6cc2d2b
|
||||
* Wed Mar 02 2011 jbeulich@novell.com
|
||||
- patches.arch/x86_64-unwind-annotations: Fix a fatal oversight in
|
||||
yesterday's change.
|
||||
|
@ -1,3 +1,18 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 8 01:00:02 CET 2011 - jeffm@suse.de
|
||||
|
||||
- Update to 2.6.38-rc7.
|
||||
- Refresh patches.xen/xen-x86-no-lapic.
|
||||
- Refresh patches.xen/xen3-patch-2.6.19.
|
||||
- commit 7eb9d30
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 7 13:50:08 CET 2011 - mmarek@suse.cz
|
||||
|
||||
- rpm/kernel-binary.spec.in: Do not abort build because of
|
||||
supported.conf inconsistency if %supported_modules_check == 0.
|
||||
- commit 6cc2d2b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 2 09:02:40 CET 2011 - jbeulich@novell.com
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
# norootforbuild
|
||||
|
||||
%define srcversion 2.6.37
|
||||
%define patchversion 2.6.38-rc6
|
||||
%define patchversion 2.6.38-rc7
|
||||
%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: rc6.<RELEASE>
|
||||
Release: rc7.<RELEASE>
|
||||
%else
|
||||
Release: rc6.0
|
||||
Release: rc7.0
|
||||
%endif
|
||||
License: GPL v2 only
|
||||
Group: System/Kernel
|
||||
@ -618,6 +618,9 @@ if [ %CONFIG_MODULES = y ]; then
|
||||
%_sourcedir/split-modules -d %buildroot \
|
||||
-o %my_builddir \
|
||||
-b %kernel_build_dir/Module.base \
|
||||
%if ! %supported_modules_check
|
||||
-i \
|
||||
%endif
|
||||
-s %kernel_build_dir/Module.supported
|
||||
%if ! %split_extra
|
||||
cat %my_builddir/unsupported-modules >>%my_builddir/main-modules
|
||||
@ -877,6 +880,15 @@ Debug information for package %name-devel
|
||||
%files devel-debuginfo -f vmlinux.debug.files
|
||||
|
||||
%changelog
|
||||
* Tue Mar 08 2011 jeffm@suse.de
|
||||
- Update to 2.6.38-rc7.
|
||||
- Refresh patches.xen/xen-x86-no-lapic.
|
||||
- Refresh patches.xen/xen3-patch-2.6.19.
|
||||
- commit 7eb9d30
|
||||
* Mon Mar 07 2011 mmarek@suse.cz
|
||||
- rpm/kernel-binary.spec.in: Do not abort build because of
|
||||
supported.conf inconsistency if %%supported_modules_check == 0.
|
||||
- commit 6cc2d2b
|
||||
* Wed Mar 02 2011 jbeulich@novell.com
|
||||
- patches.arch/x86_64-unwind-annotations: Fix a fatal oversight in
|
||||
yesterday's change.
|
||||
|
@ -1,3 +1,18 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 8 01:00:02 CET 2011 - jeffm@suse.de
|
||||
|
||||
- Update to 2.6.38-rc7.
|
||||
- Refresh patches.xen/xen-x86-no-lapic.
|
||||
- Refresh patches.xen/xen3-patch-2.6.19.
|
||||
- commit 7eb9d30
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 7 13:50:08 CET 2011 - mmarek@suse.cz
|
||||
|
||||
- rpm/kernel-binary.spec.in: Do not abort build because of
|
||||
supported.conf inconsistency if %supported_modules_check == 0.
|
||||
- commit 6cc2d2b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 2 09:02:40 CET 2011 - jbeulich@novell.com
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
# norootforbuild
|
||||
|
||||
%define srcversion 2.6.37
|
||||
%define patchversion 2.6.38-rc6
|
||||
%define patchversion 2.6.38-rc7
|
||||
%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: rc6.<RELEASE>
|
||||
Release: rc7.<RELEASE>
|
||||
%else
|
||||
Release: rc6.0
|
||||
Release: rc7.0
|
||||
%endif
|
||||
License: GPL v2 only
|
||||
Group: System/Kernel
|
||||
@ -612,6 +612,9 @@ if [ %CONFIG_MODULES = y ]; then
|
||||
%_sourcedir/split-modules -d %buildroot \
|
||||
-o %my_builddir \
|
||||
-b %kernel_build_dir/Module.base \
|
||||
%if ! %supported_modules_check
|
||||
-i \
|
||||
%endif
|
||||
-s %kernel_build_dir/Module.supported
|
||||
%if ! %split_extra
|
||||
cat %my_builddir/unsupported-modules >>%my_builddir/main-modules
|
||||
@ -897,6 +900,15 @@ Debug information for package %name-devel
|
||||
%files devel-debuginfo -f vmlinux.debug.files
|
||||
|
||||
%changelog
|
||||
* Tue Mar 08 2011 jeffm@suse.de
|
||||
- Update to 2.6.38-rc7.
|
||||
- Refresh patches.xen/xen-x86-no-lapic.
|
||||
- Refresh patches.xen/xen3-patch-2.6.19.
|
||||
- commit 7eb9d30
|
||||
* Mon Mar 07 2011 mmarek@suse.cz
|
||||
- rpm/kernel-binary.spec.in: Do not abort build because of
|
||||
supported.conf inconsistency if %%supported_modules_check == 0.
|
||||
- commit 6cc2d2b
|
||||
* Wed Mar 02 2011 jbeulich@novell.com
|
||||
- patches.arch/x86_64-unwind-annotations: Fix a fatal oversight in
|
||||
yesterday's change.
|
||||
|
@ -1,3 +1,18 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 8 01:00:02 CET 2011 - jeffm@suse.de
|
||||
|
||||
- Update to 2.6.38-rc7.
|
||||
- Refresh patches.xen/xen-x86-no-lapic.
|
||||
- Refresh patches.xen/xen3-patch-2.6.19.
|
||||
- commit 7eb9d30
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 7 13:50:08 CET 2011 - mmarek@suse.cz
|
||||
|
||||
- rpm/kernel-binary.spec.in: Do not abort build because of
|
||||
supported.conf inconsistency if %supported_modules_check == 0.
|
||||
- commit 6cc2d2b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 2 09:02:40 CET 2011 - jbeulich@novell.com
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
# norootforbuild
|
||||
|
||||
%define patchversion 2.6.38-rc6
|
||||
%define patchversion 2.6.38-rc7
|
||||
%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: rc6.<RELEASE>
|
||||
Release: rc7.<RELEASE>
|
||||
%else
|
||||
Release: rc6.0
|
||||
Release: rc7.0
|
||||
%endif
|
||||
BuildRequires: docbook-toys docbook-utils ghostscript_any libjpeg-devel texlive transfig xmlto xorg-x11-devel
|
||||
BuildRequires: kernel-source%variant
|
||||
@ -99,6 +99,15 @@ rm -rf $RPM_BUILD_ROOT
|
||||
/usr/share/doc/kernel
|
||||
|
||||
%changelog
|
||||
* Tue Mar 08 2011 jeffm@suse.de
|
||||
- Update to 2.6.38-rc7.
|
||||
- Refresh patches.xen/xen-x86-no-lapic.
|
||||
- Refresh patches.xen/xen3-patch-2.6.19.
|
||||
- commit 7eb9d30
|
||||
* Mon Mar 07 2011 mmarek@suse.cz
|
||||
- rpm/kernel-binary.spec.in: Do not abort build because of
|
||||
supported.conf inconsistency if %%supported_modules_check == 0.
|
||||
- commit 6cc2d2b
|
||||
* Wed Mar 02 2011 jbeulich@novell.com
|
||||
- patches.arch/x86_64-unwind-annotations: Fix a fatal oversight in
|
||||
yesterday's change.
|
||||
|
@ -1,3 +1,18 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 8 01:00:02 CET 2011 - jeffm@suse.de
|
||||
|
||||
- Update to 2.6.38-rc7.
|
||||
- Refresh patches.xen/xen-x86-no-lapic.
|
||||
- Refresh patches.xen/xen3-patch-2.6.19.
|
||||
- commit 7eb9d30
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 7 13:50:08 CET 2011 - mmarek@suse.cz
|
||||
|
||||
- rpm/kernel-binary.spec.in: Do not abort build because of
|
||||
supported.conf inconsistency if %supported_modules_check == 0.
|
||||
- commit 6cc2d2b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 2 09:02:40 CET 2011 - jbeulich@novell.com
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
# norootforbuild
|
||||
|
||||
%define srcversion 2.6.37
|
||||
%define patchversion 2.6.38-rc6
|
||||
%define patchversion 2.6.38-rc7
|
||||
%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: rc6.<RELEASE>
|
||||
Release: rc7.<RELEASE>
|
||||
%else
|
||||
Release: rc6.0
|
||||
Release: rc7.0
|
||||
%endif
|
||||
License: GPL v2 only
|
||||
Group: System/Kernel
|
||||
@ -602,6 +602,9 @@ if [ %CONFIG_MODULES = y ]; then
|
||||
%_sourcedir/split-modules -d %buildroot \
|
||||
-o %my_builddir \
|
||||
-b %kernel_build_dir/Module.base \
|
||||
%if ! %supported_modules_check
|
||||
-i \
|
||||
%endif
|
||||
-s %kernel_build_dir/Module.supported
|
||||
%if ! %split_extra
|
||||
cat %my_builddir/unsupported-modules >>%my_builddir/main-modules
|
||||
@ -867,6 +870,15 @@ Debug information for package %name-devel
|
||||
%files devel-debuginfo -f vmlinux.debug.files
|
||||
|
||||
%changelog
|
||||
* Tue Mar 08 2011 jeffm@suse.de
|
||||
- Update to 2.6.38-rc7.
|
||||
- Refresh patches.xen/xen-x86-no-lapic.
|
||||
- Refresh patches.xen/xen3-patch-2.6.19.
|
||||
- commit 7eb9d30
|
||||
* Mon Mar 07 2011 mmarek@suse.cz
|
||||
- rpm/kernel-binary.spec.in: Do not abort build because of
|
||||
supported.conf inconsistency if %%supported_modules_check == 0.
|
||||
- commit 6cc2d2b
|
||||
* Wed Mar 02 2011 jbeulich@novell.com
|
||||
- patches.arch/x86_64-unwind-annotations: Fix a fatal oversight in
|
||||
yesterday's change.
|
||||
|
@ -1,3 +1,18 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 8 01:00:02 CET 2011 - jeffm@suse.de
|
||||
|
||||
- Update to 2.6.38-rc7.
|
||||
- Refresh patches.xen/xen-x86-no-lapic.
|
||||
- Refresh patches.xen/xen3-patch-2.6.19.
|
||||
- commit 7eb9d30
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 7 13:50:08 CET 2011 - mmarek@suse.cz
|
||||
|
||||
- rpm/kernel-binary.spec.in: Do not abort build because of
|
||||
supported.conf inconsistency if %supported_modules_check == 0.
|
||||
- commit 6cc2d2b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 2 09:02:40 CET 2011 - jbeulich@novell.com
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
# norootforbuild
|
||||
|
||||
%define srcversion 2.6.37
|
||||
%define patchversion 2.6.38-rc6
|
||||
%define patchversion 2.6.38-rc7
|
||||
%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: rc6.<RELEASE>
|
||||
Release: rc7.<RELEASE>
|
||||
%else
|
||||
Release: rc6.0
|
||||
Release: rc7.0
|
||||
%endif
|
||||
License: GPL v2 only
|
||||
Group: System/Kernel
|
||||
@ -601,6 +601,9 @@ if [ %CONFIG_MODULES = y ]; then
|
||||
%_sourcedir/split-modules -d %buildroot \
|
||||
-o %my_builddir \
|
||||
-b %kernel_build_dir/Module.base \
|
||||
%if ! %supported_modules_check
|
||||
-i \
|
||||
%endif
|
||||
-s %kernel_build_dir/Module.supported
|
||||
%if ! %split_extra
|
||||
cat %my_builddir/unsupported-modules >>%my_builddir/main-modules
|
||||
@ -864,6 +867,15 @@ Debug information for package %name-devel
|
||||
%files devel-debuginfo -f vmlinux.debug.files
|
||||
|
||||
%changelog
|
||||
* Tue Mar 08 2011 jeffm@suse.de
|
||||
- Update to 2.6.38-rc7.
|
||||
- Refresh patches.xen/xen-x86-no-lapic.
|
||||
- Refresh patches.xen/xen3-patch-2.6.19.
|
||||
- commit 7eb9d30
|
||||
* Mon Mar 07 2011 mmarek@suse.cz
|
||||
- rpm/kernel-binary.spec.in: Do not abort build because of
|
||||
supported.conf inconsistency if %%supported_modules_check == 0.
|
||||
- commit 6cc2d2b
|
||||
* Wed Mar 02 2011 jbeulich@novell.com
|
||||
- patches.arch/x86_64-unwind-annotations: Fix a fatal oversight in
|
||||
yesterday's change.
|
||||
|
@ -1,3 +1,18 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 8 01:00:02 CET 2011 - jeffm@suse.de
|
||||
|
||||
- Update to 2.6.38-rc7.
|
||||
- Refresh patches.xen/xen-x86-no-lapic.
|
||||
- Refresh patches.xen/xen3-patch-2.6.19.
|
||||
- commit 7eb9d30
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 7 13:50:08 CET 2011 - mmarek@suse.cz
|
||||
|
||||
- rpm/kernel-binary.spec.in: Do not abort build because of
|
||||
supported.conf inconsistency if %supported_modules_check == 0.
|
||||
- commit 6cc2d2b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 2 09:02:40 CET 2011 - jbeulich@novell.com
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
# norootforbuild
|
||||
|
||||
%define srcversion 2.6.37
|
||||
%define patchversion 2.6.38-rc6
|
||||
%define patchversion 2.6.38-rc7
|
||||
%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: rc6.<RELEASE>
|
||||
Release: rc7.<RELEASE>
|
||||
%else
|
||||
Release: rc6.0
|
||||
Release: rc7.0
|
||||
%endif
|
||||
License: GPL v2 only
|
||||
Group: System/Kernel
|
||||
@ -609,6 +609,9 @@ if [ %CONFIG_MODULES = y ]; then
|
||||
%_sourcedir/split-modules -d %buildroot \
|
||||
-o %my_builddir \
|
||||
-b %kernel_build_dir/Module.base \
|
||||
%if ! %supported_modules_check
|
||||
-i \
|
||||
%endif
|
||||
-s %kernel_build_dir/Module.supported
|
||||
%if ! %split_extra
|
||||
cat %my_builddir/unsupported-modules >>%my_builddir/main-modules
|
||||
@ -882,6 +885,15 @@ Debug information for package %name-devel
|
||||
%files devel-debuginfo -f vmlinux.debug.files
|
||||
|
||||
%changelog
|
||||
* Tue Mar 08 2011 jeffm@suse.de
|
||||
- Update to 2.6.38-rc7.
|
||||
- Refresh patches.xen/xen-x86-no-lapic.
|
||||
- Refresh patches.xen/xen3-patch-2.6.19.
|
||||
- commit 7eb9d30
|
||||
* Mon Mar 07 2011 mmarek@suse.cz
|
||||
- rpm/kernel-binary.spec.in: Do not abort build because of
|
||||
supported.conf inconsistency if %%supported_modules_check == 0.
|
||||
- commit 6cc2d2b
|
||||
* Wed Mar 02 2011 jbeulich@novell.com
|
||||
- patches.arch/x86_64-unwind-annotations: Fix a fatal oversight in
|
||||
yesterday's change.
|
||||
|
@ -1,3 +1,18 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 8 01:00:02 CET 2011 - jeffm@suse.de
|
||||
|
||||
- Update to 2.6.38-rc7.
|
||||
- Refresh patches.xen/xen-x86-no-lapic.
|
||||
- Refresh patches.xen/xen3-patch-2.6.19.
|
||||
- commit 7eb9d30
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 7 13:50:08 CET 2011 - mmarek@suse.cz
|
||||
|
||||
- rpm/kernel-binary.spec.in: Do not abort build because of
|
||||
supported.conf inconsistency if %supported_modules_check == 0.
|
||||
- commit 6cc2d2b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 2 09:02:40 CET 2011 - jbeulich@novell.com
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
# norootforbuild
|
||||
|
||||
%define srcversion 2.6.37
|
||||
%define patchversion 2.6.38-rc6
|
||||
%define patchversion 2.6.38-rc7
|
||||
%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: rc6.<RELEASE>
|
||||
Release: rc7.<RELEASE>
|
||||
%else
|
||||
Release: rc6.0
|
||||
Release: rc7.0
|
||||
%endif
|
||||
License: GPL v2 only
|
||||
Group: System/Kernel
|
||||
@ -613,6 +613,9 @@ if [ %CONFIG_MODULES = y ]; then
|
||||
%_sourcedir/split-modules -d %buildroot \
|
||||
-o %my_builddir \
|
||||
-b %kernel_build_dir/Module.base \
|
||||
%if ! %supported_modules_check
|
||||
-i \
|
||||
%endif
|
||||
-s %kernel_build_dir/Module.supported
|
||||
%if ! %split_extra
|
||||
cat %my_builddir/unsupported-modules >>%my_builddir/main-modules
|
||||
@ -886,6 +889,15 @@ Debug information for package %name-devel
|
||||
%files devel-debuginfo -f vmlinux.debug.files
|
||||
|
||||
%changelog
|
||||
* Tue Mar 08 2011 jeffm@suse.de
|
||||
- Update to 2.6.38-rc7.
|
||||
- Refresh patches.xen/xen-x86-no-lapic.
|
||||
- Refresh patches.xen/xen3-patch-2.6.19.
|
||||
- commit 7eb9d30
|
||||
* Mon Mar 07 2011 mmarek@suse.cz
|
||||
- rpm/kernel-binary.spec.in: Do not abort build because of
|
||||
supported.conf inconsistency if %%supported_modules_check == 0.
|
||||
- commit 6cc2d2b
|
||||
* Wed Mar 02 2011 jbeulich@novell.com
|
||||
- patches.arch/x86_64-unwind-annotations: Fix a fatal oversight in
|
||||
yesterday's change.
|
||||
|
@ -1,3 +1,18 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 8 01:00:02 CET 2011 - jeffm@suse.de
|
||||
|
||||
- Update to 2.6.38-rc7.
|
||||
- Refresh patches.xen/xen-x86-no-lapic.
|
||||
- Refresh patches.xen/xen3-patch-2.6.19.
|
||||
- commit 7eb9d30
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 7 13:50:08 CET 2011 - mmarek@suse.cz
|
||||
|
||||
- rpm/kernel-binary.spec.in: Do not abort build because of
|
||||
supported.conf inconsistency if %supported_modules_check == 0.
|
||||
- commit 6cc2d2b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 2 09:02:40 CET 2011 - jbeulich@novell.com
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
# norootforbuild
|
||||
|
||||
%define srcversion 2.6.37
|
||||
%define patchversion 2.6.38-rc6
|
||||
%define patchversion 2.6.38-rc7
|
||||
%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: rc6.<RELEASE>
|
||||
Release: rc7.<RELEASE>
|
||||
%else
|
||||
Release: rc6.0
|
||||
Release: rc7.0
|
||||
%endif
|
||||
License: GPL v2 only
|
||||
Group: System/Kernel
|
||||
@ -602,6 +602,9 @@ if [ %CONFIG_MODULES = y ]; then
|
||||
%_sourcedir/split-modules -d %buildroot \
|
||||
-o %my_builddir \
|
||||
-b %kernel_build_dir/Module.base \
|
||||
%if ! %supported_modules_check
|
||||
-i \
|
||||
%endif
|
||||
-s %kernel_build_dir/Module.supported
|
||||
%if ! %split_extra
|
||||
cat %my_builddir/unsupported-modules >>%my_builddir/main-modules
|
||||
@ -867,6 +870,15 @@ Debug information for package %name-devel
|
||||
%files devel-debuginfo -f vmlinux.debug.files
|
||||
|
||||
%changelog
|
||||
* Tue Mar 08 2011 jeffm@suse.de
|
||||
- Update to 2.6.38-rc7.
|
||||
- Refresh patches.xen/xen-x86-no-lapic.
|
||||
- Refresh patches.xen/xen3-patch-2.6.19.
|
||||
- commit 7eb9d30
|
||||
* Mon Mar 07 2011 mmarek@suse.cz
|
||||
- rpm/kernel-binary.spec.in: Do not abort build because of
|
||||
supported.conf inconsistency if %%supported_modules_check == 0.
|
||||
- commit 6cc2d2b
|
||||
* Wed Mar 02 2011 jbeulich@novell.com
|
||||
- patches.arch/x86_64-unwind-annotations: Fix a fatal oversight in
|
||||
yesterday's change.
|
||||
|
@ -1,3 +1,18 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 8 01:00:02 CET 2011 - jeffm@suse.de
|
||||
|
||||
- Update to 2.6.38-rc7.
|
||||
- Refresh patches.xen/xen-x86-no-lapic.
|
||||
- Refresh patches.xen/xen3-patch-2.6.19.
|
||||
- commit 7eb9d30
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 7 13:50:08 CET 2011 - mmarek@suse.cz
|
||||
|
||||
- rpm/kernel-binary.spec.in: Do not abort build because of
|
||||
supported.conf inconsistency if %supported_modules_check == 0.
|
||||
- commit 6cc2d2b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 2 09:02:40 CET 2011 - jbeulich@novell.com
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
# norootforbuild
|
||||
|
||||
%define srcversion 2.6.37
|
||||
%define patchversion 2.6.38-rc6
|
||||
%define patchversion 2.6.38-rc7
|
||||
%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: rc6.<RELEASE>
|
||||
Release: rc7.<RELEASE>
|
||||
%else
|
||||
Release: rc6.0
|
||||
Release: rc7.0
|
||||
%endif
|
||||
License: GPL v2 only
|
||||
Group: System/Kernel
|
||||
@ -602,6 +602,9 @@ if [ %CONFIG_MODULES = y ]; then
|
||||
%_sourcedir/split-modules -d %buildroot \
|
||||
-o %my_builddir \
|
||||
-b %kernel_build_dir/Module.base \
|
||||
%if ! %supported_modules_check
|
||||
-i \
|
||||
%endif
|
||||
-s %kernel_build_dir/Module.supported
|
||||
%if ! %split_extra
|
||||
cat %my_builddir/unsupported-modules >>%my_builddir/main-modules
|
||||
@ -861,6 +864,15 @@ Debug information for package %name-devel
|
||||
%files devel-debuginfo -f vmlinux.debug.files
|
||||
|
||||
%changelog
|
||||
* Tue Mar 08 2011 jeffm@suse.de
|
||||
- Update to 2.6.38-rc7.
|
||||
- Refresh patches.xen/xen-x86-no-lapic.
|
||||
- Refresh patches.xen/xen3-patch-2.6.19.
|
||||
- commit 7eb9d30
|
||||
* Mon Mar 07 2011 mmarek@suse.cz
|
||||
- rpm/kernel-binary.spec.in: Do not abort build because of
|
||||
supported.conf inconsistency if %%supported_modules_check == 0.
|
||||
- commit 6cc2d2b
|
||||
* Wed Mar 02 2011 jbeulich@novell.com
|
||||
- patches.arch/x86_64-unwind-annotations: Fix a fatal oversight in
|
||||
yesterday's change.
|
||||
|
@ -1,3 +1,18 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 8 01:00:02 CET 2011 - jeffm@suse.de
|
||||
|
||||
- Update to 2.6.38-rc7.
|
||||
- Refresh patches.xen/xen-x86-no-lapic.
|
||||
- Refresh patches.xen/xen3-patch-2.6.19.
|
||||
- commit 7eb9d30
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 7 13:50:08 CET 2011 - mmarek@suse.cz
|
||||
|
||||
- rpm/kernel-binary.spec.in: Do not abort build because of
|
||||
supported.conf inconsistency if %supported_modules_check == 0.
|
||||
- commit 6cc2d2b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 2 09:02:40 CET 2011 - jbeulich@novell.com
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
# icecream 0
|
||||
|
||||
%define srcversion 2.6.37
|
||||
%define patchversion 2.6.38-rc6
|
||||
%define patchversion 2.6.38-rc7
|
||||
%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: rc6.<RELEASE>
|
||||
Release: rc7.<RELEASE>
|
||||
%else
|
||||
Release: rc6.0
|
||||
Release: rc7.0
|
||||
%endif
|
||||
License: GPL v2 only
|
||||
Group: Development/Sources
|
||||
@ -254,6 +254,15 @@ find %buildroot/usr/src/linux* ! -type l | xargs touch -d "$ts"
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Tue Mar 08 2011 jeffm@suse.de
|
||||
- Update to 2.6.38-rc7.
|
||||
- Refresh patches.xen/xen-x86-no-lapic.
|
||||
- Refresh patches.xen/xen3-patch-2.6.19.
|
||||
- commit 7eb9d30
|
||||
* Mon Mar 07 2011 mmarek@suse.cz
|
||||
- rpm/kernel-binary.spec.in: Do not abort build because of
|
||||
supported.conf inconsistency if %%supported_modules_check == 0.
|
||||
- commit 6cc2d2b
|
||||
* Wed Mar 02 2011 jbeulich@novell.com
|
||||
- patches.arch/x86_64-unwind-annotations: Fix a fatal oversight in
|
||||
yesterday's change.
|
||||
|
@ -1,3 +1,18 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 8 01:00:02 CET 2011 - jeffm@suse.de
|
||||
|
||||
- Update to 2.6.38-rc7.
|
||||
- Refresh patches.xen/xen-x86-no-lapic.
|
||||
- Refresh patches.xen/xen3-patch-2.6.19.
|
||||
- commit 7eb9d30
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 7 13:50:08 CET 2011 - mmarek@suse.cz
|
||||
|
||||
- rpm/kernel-binary.spec.in: Do not abort build because of
|
||||
supported.conf inconsistency if %supported_modules_check == 0.
|
||||
- commit 6cc2d2b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 2 09:02:40 CET 2011 - jbeulich@novell.com
|
||||
|
||||
|
@ -25,7 +25,7 @@ Name: kernel-syms
|
||||
Summary: Kernel Symbol Versions (modversions)
|
||||
Version: 2.6.38
|
||||
%if %using_buildservice
|
||||
Release: rc6.<RELEASE>
|
||||
Release: rc7.<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,15 @@ install -m 644 -D %{SOURCE0} %buildroot/%_docdir/%name/README.SUSE
|
||||
%_docdir/%name/README.SUSE
|
||||
|
||||
%changelog
|
||||
* Tue Mar 08 2011 jeffm@suse.de
|
||||
- Update to 2.6.38-rc7.
|
||||
- Refresh patches.xen/xen-x86-no-lapic.
|
||||
- Refresh patches.xen/xen3-patch-2.6.19.
|
||||
- commit 7eb9d30
|
||||
* Mon Mar 07 2011 mmarek@suse.cz
|
||||
- rpm/kernel-binary.spec.in: Do not abort build because of
|
||||
supported.conf inconsistency if %%supported_modules_check == 0.
|
||||
- commit 6cc2d2b
|
||||
* Wed Mar 02 2011 jbeulich@novell.com
|
||||
- patches.arch/x86_64-unwind-annotations: Fix a fatal oversight in
|
||||
yesterday's change.
|
||||
|
@ -1,3 +1,18 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 8 01:00:02 CET 2011 - jeffm@suse.de
|
||||
|
||||
- Update to 2.6.38-rc7.
|
||||
- Refresh patches.xen/xen-x86-no-lapic.
|
||||
- Refresh patches.xen/xen3-patch-2.6.19.
|
||||
- commit 7eb9d30
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 7 13:50:08 CET 2011 - mmarek@suse.cz
|
||||
|
||||
- rpm/kernel-binary.spec.in: Do not abort build because of
|
||||
supported.conf inconsistency if %supported_modules_check == 0.
|
||||
- commit 6cc2d2b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 2 09:02:40 CET 2011 - jbeulich@novell.com
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
# norootforbuild
|
||||
|
||||
%define srcversion 2.6.37
|
||||
%define patchversion 2.6.38-rc6
|
||||
%define patchversion 2.6.38-rc7
|
||||
%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: rc6.<RELEASE>
|
||||
Release: rc7.<RELEASE>
|
||||
%else
|
||||
Release: rc6.0
|
||||
Release: rc7.0
|
||||
%endif
|
||||
License: GPL v2 only
|
||||
Group: System/Kernel
|
||||
@ -610,6 +610,9 @@ if [ %CONFIG_MODULES = y ]; then
|
||||
%_sourcedir/split-modules -d %buildroot \
|
||||
-o %my_builddir \
|
||||
-b %kernel_build_dir/Module.base \
|
||||
%if ! %supported_modules_check
|
||||
-i \
|
||||
%endif
|
||||
-s %kernel_build_dir/Module.supported
|
||||
%if ! %split_extra
|
||||
cat %my_builddir/unsupported-modules >>%my_builddir/main-modules
|
||||
@ -869,6 +872,15 @@ Debug information for package %name-devel
|
||||
%files devel-debuginfo -f vmlinux.debug.files
|
||||
|
||||
%changelog
|
||||
* Tue Mar 08 2011 jeffm@suse.de
|
||||
- Update to 2.6.38-rc7.
|
||||
- Refresh patches.xen/xen-x86-no-lapic.
|
||||
- Refresh patches.xen/xen3-patch-2.6.19.
|
||||
- commit 7eb9d30
|
||||
* Mon Mar 07 2011 mmarek@suse.cz
|
||||
- rpm/kernel-binary.spec.in: Do not abort build because of
|
||||
supported.conf inconsistency if %%supported_modules_check == 0.
|
||||
- commit 6cc2d2b
|
||||
* Wed Mar 02 2011 jbeulich@novell.com
|
||||
- patches.arch/x86_64-unwind-annotations: Fix a fatal oversight in
|
||||
yesterday's change.
|
||||
|
@ -1,3 +1,18 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 8 01:00:02 CET 2011 - jeffm@suse.de
|
||||
|
||||
- Update to 2.6.38-rc7.
|
||||
- Refresh patches.xen/xen-x86-no-lapic.
|
||||
- Refresh patches.xen/xen3-patch-2.6.19.
|
||||
- commit 7eb9d30
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 7 13:50:08 CET 2011 - mmarek@suse.cz
|
||||
|
||||
- rpm/kernel-binary.spec.in: Do not abort build because of
|
||||
supported.conf inconsistency if %supported_modules_check == 0.
|
||||
- commit 6cc2d2b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 2 09:02:40 CET 2011 - jbeulich@novell.com
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
# norootforbuild
|
||||
|
||||
%define srcversion 2.6.37
|
||||
%define patchversion 2.6.38-rc6
|
||||
%define patchversion 2.6.38-rc7
|
||||
%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: rc6.<RELEASE>
|
||||
Release: rc7.<RELEASE>
|
||||
%else
|
||||
Release: rc6.0
|
||||
Release: rc7.0
|
||||
%endif
|
||||
License: GPL v2 only
|
||||
Group: System/Kernel
|
||||
@ -606,6 +606,9 @@ if [ %CONFIG_MODULES = y ]; then
|
||||
%_sourcedir/split-modules -d %buildroot \
|
||||
-o %my_builddir \
|
||||
-b %kernel_build_dir/Module.base \
|
||||
%if ! %supported_modules_check
|
||||
-i \
|
||||
%endif
|
||||
-s %kernel_build_dir/Module.supported
|
||||
%if ! %split_extra
|
||||
cat %my_builddir/unsupported-modules >>%my_builddir/main-modules
|
||||
@ -865,6 +868,15 @@ Debug information for package %name-devel
|
||||
%files devel-debuginfo -f vmlinux.debug.files
|
||||
|
||||
%changelog
|
||||
* Tue Mar 08 2011 jeffm@suse.de
|
||||
- Update to 2.6.38-rc7.
|
||||
- Refresh patches.xen/xen-x86-no-lapic.
|
||||
- Refresh patches.xen/xen3-patch-2.6.19.
|
||||
- commit 7eb9d30
|
||||
* Mon Mar 07 2011 mmarek@suse.cz
|
||||
- rpm/kernel-binary.spec.in: Do not abort build because of
|
||||
supported.conf inconsistency if %%supported_modules_check == 0.
|
||||
- commit 6cc2d2b
|
||||
* Wed Mar 02 2011 jbeulich@novell.com
|
||||
- patches.arch/x86_64-unwind-annotations: Fix a fatal oversight in
|
||||
yesterday's change.
|
||||
|
@ -1,3 +1,18 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 8 01:00:02 CET 2011 - jeffm@suse.de
|
||||
|
||||
- Update to 2.6.38-rc7.
|
||||
- Refresh patches.xen/xen-x86-no-lapic.
|
||||
- Refresh patches.xen/xen3-patch-2.6.19.
|
||||
- commit 7eb9d30
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 7 13:50:08 CET 2011 - mmarek@suse.cz
|
||||
|
||||
- rpm/kernel-binary.spec.in: Do not abort build because of
|
||||
supported.conf inconsistency if %supported_modules_check == 0.
|
||||
- commit 6cc2d2b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 2 09:02:40 CET 2011 - jbeulich@novell.com
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
# norootforbuild
|
||||
|
||||
%define srcversion 2.6.37
|
||||
%define patchversion 2.6.38-rc6
|
||||
%define patchversion 2.6.38-rc7
|
||||
%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: rc6.<RELEASE>
|
||||
Release: rc7.<RELEASE>
|
||||
%else
|
||||
Release: rc6.0
|
||||
Release: rc7.0
|
||||
%endif
|
||||
License: GPL v2 only
|
||||
Group: System/Kernel
|
||||
@ -600,6 +600,9 @@ if [ %CONFIG_MODULES = y ]; then
|
||||
%_sourcedir/split-modules -d %buildroot \
|
||||
-o %my_builddir \
|
||||
-b %kernel_build_dir/Module.base \
|
||||
%if ! %supported_modules_check
|
||||
-i \
|
||||
%endif
|
||||
-s %kernel_build_dir/Module.supported
|
||||
%if ! %split_extra
|
||||
cat %my_builddir/unsupported-modules >>%my_builddir/main-modules
|
||||
@ -861,6 +864,15 @@ Debug information for package %name-devel
|
||||
%files devel-debuginfo -f vmlinux.debug.files
|
||||
|
||||
%changelog
|
||||
* Tue Mar 08 2011 jeffm@suse.de
|
||||
- Update to 2.6.38-rc7.
|
||||
- Refresh patches.xen/xen-x86-no-lapic.
|
||||
- Refresh patches.xen/xen3-patch-2.6.19.
|
||||
- commit 7eb9d30
|
||||
* Mon Mar 07 2011 mmarek@suse.cz
|
||||
- rpm/kernel-binary.spec.in: Do not abort build because of
|
||||
supported.conf inconsistency if %%supported_modules_check == 0.
|
||||
- commit 6cc2d2b
|
||||
* Wed Mar 02 2011 jbeulich@novell.com
|
||||
- patches.arch/x86_64-unwind-annotations: Fix a fatal oversight in
|
||||
yesterday's change.
|
||||
|
@ -1,3 +1,18 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 8 01:00:02 CET 2011 - jeffm@suse.de
|
||||
|
||||
- Update to 2.6.38-rc7.
|
||||
- Refresh patches.xen/xen-x86-no-lapic.
|
||||
- Refresh patches.xen/xen3-patch-2.6.19.
|
||||
- commit 7eb9d30
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 7 13:50:08 CET 2011 - mmarek@suse.cz
|
||||
|
||||
- rpm/kernel-binary.spec.in: Do not abort build because of
|
||||
supported.conf inconsistency if %supported_modules_check == 0.
|
||||
- commit 6cc2d2b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 2 09:02:40 CET 2011 - jbeulich@novell.com
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
# norootforbuild
|
||||
|
||||
%define srcversion 2.6.37
|
||||
%define patchversion 2.6.38-rc6
|
||||
%define patchversion 2.6.38-rc7
|
||||
%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: rc6.<RELEASE>
|
||||
Release: rc7.<RELEASE>
|
||||
%else
|
||||
Release: rc6.0
|
||||
Release: rc7.0
|
||||
%endif
|
||||
License: GPL v2 only
|
||||
Group: System/Kernel
|
||||
@ -602,6 +602,9 @@ if [ %CONFIG_MODULES = y ]; then
|
||||
%_sourcedir/split-modules -d %buildroot \
|
||||
-o %my_builddir \
|
||||
-b %kernel_build_dir/Module.base \
|
||||
%if ! %supported_modules_check
|
||||
-i \
|
||||
%endif
|
||||
-s %kernel_build_dir/Module.supported
|
||||
%if ! %split_extra
|
||||
cat %my_builddir/unsupported-modules >>%my_builddir/main-modules
|
||||
@ -867,6 +870,15 @@ Debug information for package %name-devel
|
||||
%files devel-debuginfo -f vmlinux.debug.files
|
||||
|
||||
%changelog
|
||||
* Tue Mar 08 2011 jeffm@suse.de
|
||||
- Update to 2.6.38-rc7.
|
||||
- Refresh patches.xen/xen-x86-no-lapic.
|
||||
- Refresh patches.xen/xen3-patch-2.6.19.
|
||||
- commit 7eb9d30
|
||||
* Mon Mar 07 2011 mmarek@suse.cz
|
||||
- rpm/kernel-binary.spec.in: Do not abort build because of
|
||||
supported.conf inconsistency if %%supported_modules_check == 0.
|
||||
- commit 6cc2d2b
|
||||
* Wed Mar 02 2011 jbeulich@novell.com
|
||||
- patches.arch/x86_64-unwind-annotations: Fix a fatal oversight in
|
||||
yesterday's change.
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9861abf1d295f27551a0281ebe11668b619d4ff741fd397ac9a06dc36f9789fb
|
||||
size 77160
|
||||
oid sha256:e88dd13999bfa7cf3c0a9526cdb6621019421c9561b05be09fbf04d848e79f5c
|
||||
size 76941
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e695474b25e7df0c70def1354cd8198e876c143af2fded9724d9454d5fa56d57
|
||||
size 130528
|
||||
oid sha256:56200c8b75406d638fdaa8bbc5d44d12ba72ec876725a60688f1b1f589142e28
|
||||
size 129708
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6e083264cbef2dcc4ff10da3664ab5b23e2f98a509f783bfb8f5a3ae32e0bea6
|
||||
size 10032194
|
||||
oid sha256:f0fc564b8945ae1a863b0d597c982790a76cbb25acfae03fa48af9be7d14fbc8
|
||||
size 10079800
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:767bc24ec7cfd737693751432768729412ab04a84e381bba615b14d2b4002bba
|
||||
size 3583
|
||||
oid sha256:7c9735fc5f3549bf2efd07d66843b0368019ee0d64fd4527358d97cc219259cc
|
||||
size 3741
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8cab251967627ab15868dbb8ebfd0f6b1d0a93688f70744a00c7b409aaf1a791
|
||||
size 2087767
|
||||
oid sha256:37a857ef7423f5e3f7e63b86f630c2bc5a853538530e53508b708cf1133e90e8
|
||||
size 2088483
|
||||
|
@ -33,6 +33,7 @@
|
||||
patches.kernel.org/patch-2.6.38-rc3-rc4
|
||||
patches.kernel.org/patch-2.6.38-rc4-rc5
|
||||
patches.kernel.org/patch-2.6.38-rc5-rc6
|
||||
patches.kernel.org/patch-2.6.38-rc6-rc7
|
||||
|
||||
########################################################
|
||||
# Build fixes that apply to the vanilla kernel too.
|
||||
@ -277,7 +278,6 @@
|
||||
patches.fixes/cpufreq_ondemand_performance_optimise_default_settings.patch
|
||||
|
||||
## cpuidle perf events cleanups and related
|
||||
patches.arch/perf_timechart_fix_idle_boxes.patch
|
||||
patches.arch/perf_timechart_fix_zero_timestamps.patch
|
||||
|
||||
########################################################
|
||||
@ -570,7 +570,6 @@
|
||||
##########################################################
|
||||
# Sound
|
||||
##########################################################
|
||||
patches.drivers/alsa-usb-audio-fix-oops-due-to-cleanup-race-when-disconnect
|
||||
|
||||
########################################################
|
||||
# Other driver fixes
|
||||
|
@ -1,3 +1,3 @@
|
||||
2011-03-02 09:02:40 +0100
|
||||
GIT Revision: 098768bbabe36938b4cefb3d416da9b25f6395a6
|
||||
2011-03-08 01:01:25 +0100
|
||||
GIT Revision: 6b07a84c31051d87a55d072b4d87f79c8cadb6c9
|
||||
GIT Branch: master
|
||||
|
Loading…
Reference in New Issue
Block a user