GIT Revision: eb20a7bfb5ea6274c905ce559f1073b834d4f711

OBS-URL: https://build.opensuse.org/package/show/Kernel:stable/kernel-source?expand=0&rev=16
This commit is contained in:
Michal Marek 2011-02-08 06:05:08 +00:00 committed by Git OBS Bridge
parent 1182aae230
commit 3abca4c611
37 changed files with 420 additions and 21 deletions

View File

@ -228,7 +228,7 @@ else
cp ../config/%cpu_arch_flavor .config
fi
%build_src_dir/scripts/config \
--set-str CONFIG_LOCALVERSION -%release_major-%build_flavor \
--set-str CONFIG_LOCALVERSION %release_num-%build_flavor \
--enable CONFIG_SUSE_KERNEL \
%if 0%{?__debug_package:1}
--enable CONFIG_DEBUG_INFO \

View File

@ -1,3 +1,18 @@
-------------------------------------------------------------------
Mon Feb 7 19:41:04 CET 2011 - jslaby@suse.cz
- staging: rt2860: Fix incorrect netif_stop_queue usage warning
(bnc#661657).
- commit 39b4c1e
-------------------------------------------------------------------
Mon Feb 7 14:27:36 CET 2011 - mmarek@suse.cz
- rpm/kernel-binary.spec.in, rpm/kernel-spec-macros: Fix the definition
of %release_major and rename it to %release_num to better describe
what it does. Add some comments to explain how the versioning works.
- commit 3de2a1a
-------------------------------------------------------------------
Thu Feb 3 21:54:01 CET 2011 - rjw@suse.de

View File

@ -304,7 +304,7 @@ else
cp ../config/%cpu_arch_flavor .config
fi
%build_src_dir/scripts/config \
--set-str CONFIG_LOCALVERSION -%release_major-%build_flavor \
--set-str CONFIG_LOCALVERSION %release_num-%build_flavor \
--enable CONFIG_SUSE_KERNEL \
%if 0%{?__debug_package:1}
--enable CONFIG_DEBUG_INFO \
@ -865,6 +865,15 @@ Debug information for package %name-devel
%files devel-debuginfo -f vmlinux.debug.files
%changelog
* Mon Feb 07 2011 jslaby@suse.cz
- staging: rt2860: Fix incorrect netif_stop_queue usage warning
(bnc#661657).
- commit 39b4c1e
* Mon Feb 07 2011 mmarek@suse.cz
- rpm/kernel-binary.spec.in, rpm/kernel-spec-macros: Fix the definition
of %%release_major and rename it to %%release_num to better describe
what it does. Add some comments to explain how the versioning works.
- commit 3de2a1a
* Thu Feb 03 2011 rjw@suse.de
- x86, mtrr: avoid MTRR reprogramming on BP during boot on (bnc#623393).
- commit 0664ad4

View File

@ -1,3 +1,18 @@
-------------------------------------------------------------------
Mon Feb 7 19:41:04 CET 2011 - jslaby@suse.cz
- staging: rt2860: Fix incorrect netif_stop_queue usage warning
(bnc#661657).
- commit 39b4c1e
-------------------------------------------------------------------
Mon Feb 7 14:27:36 CET 2011 - mmarek@suse.cz
- rpm/kernel-binary.spec.in, rpm/kernel-spec-macros: Fix the definition
of %release_major and rename it to %release_num to better describe
what it does. Add some comments to explain how the versioning works.
- commit 3de2a1a
-------------------------------------------------------------------
Thu Feb 3 21:54:01 CET 2011 - rjw@suse.de

View File

@ -319,7 +319,7 @@ else
cp ../config/%cpu_arch_flavor .config
fi
%build_src_dir/scripts/config \
--set-str CONFIG_LOCALVERSION -%release_major-%build_flavor \
--set-str CONFIG_LOCALVERSION %release_num-%build_flavor \
--enable CONFIG_SUSE_KERNEL \
%if 0%{?__debug_package:1}
--enable CONFIG_DEBUG_INFO \
@ -878,6 +878,15 @@ Debug information for package %name-devel
%files devel-debuginfo -f vmlinux.debug.files
%changelog
* Mon Feb 07 2011 jslaby@suse.cz
- staging: rt2860: Fix incorrect netif_stop_queue usage warning
(bnc#661657).
- commit 39b4c1e
* Mon Feb 07 2011 mmarek@suse.cz
- rpm/kernel-binary.spec.in, rpm/kernel-spec-macros: Fix the definition
of %%release_major and rename it to %%release_num to better describe
what it does. Add some comments to explain how the versioning works.
- commit 3de2a1a
* Thu Feb 03 2011 rjw@suse.de
- x86, mtrr: avoid MTRR reprogramming on BP during boot on (bnc#623393).
- commit 0664ad4

View File

@ -1,3 +1,18 @@
-------------------------------------------------------------------
Mon Feb 7 19:41:04 CET 2011 - jslaby@suse.cz
- staging: rt2860: Fix incorrect netif_stop_queue usage warning
(bnc#661657).
- commit 39b4c1e
-------------------------------------------------------------------
Mon Feb 7 14:27:36 CET 2011 - mmarek@suse.cz
- rpm/kernel-binary.spec.in, rpm/kernel-spec-macros: Fix the definition
of %release_major and rename it to %release_num to better describe
what it does. Add some comments to explain how the versioning works.
- commit 3de2a1a
-------------------------------------------------------------------
Thu Feb 3 21:54:01 CET 2011 - rjw@suse.de

View File

@ -313,7 +313,7 @@ else
cp ../config/%cpu_arch_flavor .config
fi
%build_src_dir/scripts/config \
--set-str CONFIG_LOCALVERSION -%release_major-%build_flavor \
--set-str CONFIG_LOCALVERSION %release_num-%build_flavor \
--enable CONFIG_SUSE_KERNEL \
%if 0%{?__debug_package:1}
--enable CONFIG_DEBUG_INFO \
@ -898,6 +898,15 @@ Debug information for package %name-devel
%files devel-debuginfo -f vmlinux.debug.files
%changelog
* Mon Feb 07 2011 jslaby@suse.cz
- staging: rt2860: Fix incorrect netif_stop_queue usage warning
(bnc#661657).
- commit 39b4c1e
* Mon Feb 07 2011 mmarek@suse.cz
- rpm/kernel-binary.spec.in, rpm/kernel-spec-macros: Fix the definition
of %%release_major and rename it to %%release_num to better describe
what it does. Add some comments to explain how the versioning works.
- commit 3de2a1a
* Thu Feb 03 2011 rjw@suse.de
- x86, mtrr: avoid MTRR reprogramming on BP during boot on (bnc#623393).
- commit 0664ad4

View File

@ -1,3 +1,18 @@
-------------------------------------------------------------------
Mon Feb 7 19:41:04 CET 2011 - jslaby@suse.cz
- staging: rt2860: Fix incorrect netif_stop_queue usage warning
(bnc#661657).
- commit 39b4c1e
-------------------------------------------------------------------
Mon Feb 7 14:27:36 CET 2011 - mmarek@suse.cz
- rpm/kernel-binary.spec.in, rpm/kernel-spec-macros: Fix the definition
of %release_major and rename it to %release_num to better describe
what it does. Add some comments to explain how the versioning works.
- commit 3de2a1a
-------------------------------------------------------------------
Thu Feb 3 21:54:01 CET 2011 - rjw@suse.de

View File

@ -99,6 +99,15 @@ rm -rf $RPM_BUILD_ROOT
/usr/share/doc/kernel
%changelog
* Mon Feb 07 2011 jslaby@suse.cz
- staging: rt2860: Fix incorrect netif_stop_queue usage warning
(bnc#661657).
- commit 39b4c1e
* Mon Feb 07 2011 mmarek@suse.cz
- rpm/kernel-binary.spec.in, rpm/kernel-spec-macros: Fix the definition
of %%release_major and rename it to %%release_num to better describe
what it does. Add some comments to explain how the versioning works.
- commit 3de2a1a
* Thu Feb 03 2011 rjw@suse.de
- x86, mtrr: avoid MTRR reprogramming on BP during boot on (bnc#623393).
- commit 0664ad4

View File

@ -1,3 +1,18 @@
-------------------------------------------------------------------
Mon Feb 7 19:41:04 CET 2011 - jslaby@suse.cz
- staging: rt2860: Fix incorrect netif_stop_queue usage warning
(bnc#661657).
- commit 39b4c1e
-------------------------------------------------------------------
Mon Feb 7 14:27:36 CET 2011 - mmarek@suse.cz
- rpm/kernel-binary.spec.in, rpm/kernel-spec-macros: Fix the definition
of %release_major and rename it to %release_num to better describe
what it does. Add some comments to explain how the versioning works.
- commit 3de2a1a
-------------------------------------------------------------------
Thu Feb 3 21:54:01 CET 2011 - rjw@suse.de

View File

@ -303,7 +303,7 @@ else
cp ../config/%cpu_arch_flavor .config
fi
%build_src_dir/scripts/config \
--set-str CONFIG_LOCALVERSION -%release_major-%build_flavor \
--set-str CONFIG_LOCALVERSION %release_num-%build_flavor \
--enable CONFIG_SUSE_KERNEL \
%if 0%{?__debug_package:1}
--enable CONFIG_DEBUG_INFO \
@ -868,6 +868,15 @@ Debug information for package %name-devel
%files devel-debuginfo -f vmlinux.debug.files
%changelog
* Mon Feb 07 2011 jslaby@suse.cz
- staging: rt2860: Fix incorrect netif_stop_queue usage warning
(bnc#661657).
- commit 39b4c1e
* Mon Feb 07 2011 mmarek@suse.cz
- rpm/kernel-binary.spec.in, rpm/kernel-spec-macros: Fix the definition
of %%release_major and rename it to %%release_num to better describe
what it does. Add some comments to explain how the versioning works.
- commit 3de2a1a
* Thu Feb 03 2011 rjw@suse.de
- x86, mtrr: avoid MTRR reprogramming on BP during boot on (bnc#623393).
- commit 0664ad4

View File

@ -1,3 +1,18 @@
-------------------------------------------------------------------
Mon Feb 7 19:41:04 CET 2011 - jslaby@suse.cz
- staging: rt2860: Fix incorrect netif_stop_queue usage warning
(bnc#661657).
- commit 39b4c1e
-------------------------------------------------------------------
Mon Feb 7 14:27:36 CET 2011 - mmarek@suse.cz
- rpm/kernel-binary.spec.in, rpm/kernel-spec-macros: Fix the definition
of %release_major and rename it to %release_num to better describe
what it does. Add some comments to explain how the versioning works.
- commit 3de2a1a
-------------------------------------------------------------------
Thu Feb 3 21:54:01 CET 2011 - rjw@suse.de

View File

@ -302,7 +302,7 @@ else
cp ../config/%cpu_arch_flavor .config
fi
%build_src_dir/scripts/config \
--set-str CONFIG_LOCALVERSION -%release_major-%build_flavor \
--set-str CONFIG_LOCALVERSION %release_num-%build_flavor \
--enable CONFIG_SUSE_KERNEL \
%if 0%{?__debug_package:1}
--enable CONFIG_DEBUG_INFO \
@ -865,6 +865,15 @@ Debug information for package %name-devel
%files devel-debuginfo -f vmlinux.debug.files
%changelog
* Mon Feb 07 2011 jslaby@suse.cz
- staging: rt2860: Fix incorrect netif_stop_queue usage warning
(bnc#661657).
- commit 39b4c1e
* Mon Feb 07 2011 mmarek@suse.cz
- rpm/kernel-binary.spec.in, rpm/kernel-spec-macros: Fix the definition
of %%release_major and rename it to %%release_num to better describe
what it does. Add some comments to explain how the versioning works.
- commit 3de2a1a
* Thu Feb 03 2011 rjw@suse.de
- x86, mtrr: avoid MTRR reprogramming on BP during boot on (bnc#623393).
- commit 0664ad4

View File

@ -1,3 +1,18 @@
-------------------------------------------------------------------
Mon Feb 7 19:41:04 CET 2011 - jslaby@suse.cz
- staging: rt2860: Fix incorrect netif_stop_queue usage warning
(bnc#661657).
- commit 39b4c1e
-------------------------------------------------------------------
Mon Feb 7 14:27:36 CET 2011 - mmarek@suse.cz
- rpm/kernel-binary.spec.in, rpm/kernel-spec-macros: Fix the definition
of %release_major and rename it to %release_num to better describe
what it does. Add some comments to explain how the versioning works.
- commit 3de2a1a
-------------------------------------------------------------------
Thu Feb 3 21:54:01 CET 2011 - rjw@suse.de

View File

@ -310,7 +310,7 @@ else
cp ../config/%cpu_arch_flavor .config
fi
%build_src_dir/scripts/config \
--set-str CONFIG_LOCALVERSION -%release_major-%build_flavor \
--set-str CONFIG_LOCALVERSION %release_num-%build_flavor \
--enable CONFIG_SUSE_KERNEL \
%if 0%{?__debug_package:1}
--enable CONFIG_DEBUG_INFO \
@ -883,6 +883,15 @@ Debug information for package %name-devel
%files devel-debuginfo -f vmlinux.debug.files
%changelog
* Mon Feb 07 2011 jslaby@suse.cz
- staging: rt2860: Fix incorrect netif_stop_queue usage warning
(bnc#661657).
- commit 39b4c1e
* Mon Feb 07 2011 mmarek@suse.cz
- rpm/kernel-binary.spec.in, rpm/kernel-spec-macros: Fix the definition
of %%release_major and rename it to %%release_num to better describe
what it does. Add some comments to explain how the versioning works.
- commit 3de2a1a
* Thu Feb 03 2011 rjw@suse.de
- x86, mtrr: avoid MTRR reprogramming on BP during boot on (bnc#623393).
- commit 0664ad4

View File

@ -1,3 +1,18 @@
-------------------------------------------------------------------
Mon Feb 7 19:41:04 CET 2011 - jslaby@suse.cz
- staging: rt2860: Fix incorrect netif_stop_queue usage warning
(bnc#661657).
- commit 39b4c1e
-------------------------------------------------------------------
Mon Feb 7 14:27:36 CET 2011 - mmarek@suse.cz
- rpm/kernel-binary.spec.in, rpm/kernel-spec-macros: Fix the definition
of %release_major and rename it to %release_num to better describe
what it does. Add some comments to explain how the versioning works.
- commit 3de2a1a
-------------------------------------------------------------------
Thu Feb 3 21:54:01 CET 2011 - rjw@suse.de

View File

@ -314,7 +314,7 @@ else
cp ../config/%cpu_arch_flavor .config
fi
%build_src_dir/scripts/config \
--set-str CONFIG_LOCALVERSION -%release_major-%build_flavor \
--set-str CONFIG_LOCALVERSION %release_num-%build_flavor \
--enable CONFIG_SUSE_KERNEL \
%if 0%{?__debug_package:1}
--enable CONFIG_DEBUG_INFO \
@ -887,6 +887,15 @@ Debug information for package %name-devel
%files devel-debuginfo -f vmlinux.debug.files
%changelog
* Mon Feb 07 2011 jslaby@suse.cz
- staging: rt2860: Fix incorrect netif_stop_queue usage warning
(bnc#661657).
- commit 39b4c1e
* Mon Feb 07 2011 mmarek@suse.cz
- rpm/kernel-binary.spec.in, rpm/kernel-spec-macros: Fix the definition
of %%release_major and rename it to %%release_num to better describe
what it does. Add some comments to explain how the versioning works.
- commit 3de2a1a
* Thu Feb 03 2011 rjw@suse.de
- x86, mtrr: avoid MTRR reprogramming on BP during boot on (bnc#623393).
- commit 0664ad4

View File

@ -1,3 +1,18 @@
-------------------------------------------------------------------
Mon Feb 7 19:41:04 CET 2011 - jslaby@suse.cz
- staging: rt2860: Fix incorrect netif_stop_queue usage warning
(bnc#661657).
- commit 39b4c1e
-------------------------------------------------------------------
Mon Feb 7 14:27:36 CET 2011 - mmarek@suse.cz
- rpm/kernel-binary.spec.in, rpm/kernel-spec-macros: Fix the definition
of %release_major and rename it to %release_num to better describe
what it does. Add some comments to explain how the versioning works.
- commit 3de2a1a
-------------------------------------------------------------------
Thu Feb 3 21:54:01 CET 2011 - rjw@suse.de

View File

@ -303,7 +303,7 @@ else
cp ../config/%cpu_arch_flavor .config
fi
%build_src_dir/scripts/config \
--set-str CONFIG_LOCALVERSION -%release_major-%build_flavor \
--set-str CONFIG_LOCALVERSION %release_num-%build_flavor \
--enable CONFIG_SUSE_KERNEL \
%if 0%{?__debug_package:1}
--enable CONFIG_DEBUG_INFO \
@ -868,6 +868,15 @@ Debug information for package %name-devel
%files devel-debuginfo -f vmlinux.debug.files
%changelog
* Mon Feb 07 2011 jslaby@suse.cz
- staging: rt2860: Fix incorrect netif_stop_queue usage warning
(bnc#661657).
- commit 39b4c1e
* Mon Feb 07 2011 mmarek@suse.cz
- rpm/kernel-binary.spec.in, rpm/kernel-spec-macros: Fix the definition
of %%release_major and rename it to %%release_num to better describe
what it does. Add some comments to explain how the versioning works.
- commit 3de2a1a
* Thu Feb 03 2011 rjw@suse.de
- x86, mtrr: avoid MTRR reprogramming on BP during boot on (bnc#623393).
- commit 0664ad4

View File

@ -1,3 +1,18 @@
-------------------------------------------------------------------
Mon Feb 7 19:41:04 CET 2011 - jslaby@suse.cz
- staging: rt2860: Fix incorrect netif_stop_queue usage warning
(bnc#661657).
- commit 39b4c1e
-------------------------------------------------------------------
Mon Feb 7 14:27:36 CET 2011 - mmarek@suse.cz
- rpm/kernel-binary.spec.in, rpm/kernel-spec-macros: Fix the definition
of %release_major and rename it to %release_num to better describe
what it does. Add some comments to explain how the versioning works.
- commit 3de2a1a
-------------------------------------------------------------------
Thu Feb 3 21:54:01 CET 2011 - rjw@suse.de

View File

@ -303,7 +303,7 @@ else
cp ../config/%cpu_arch_flavor .config
fi
%build_src_dir/scripts/config \
--set-str CONFIG_LOCALVERSION -%release_major-%build_flavor \
--set-str CONFIG_LOCALVERSION %release_num-%build_flavor \
--enable CONFIG_SUSE_KERNEL \
%if 0%{?__debug_package:1}
--enable CONFIG_DEBUG_INFO \
@ -862,6 +862,15 @@ Debug information for package %name-devel
%files devel-debuginfo -f vmlinux.debug.files
%changelog
* Mon Feb 07 2011 jslaby@suse.cz
- staging: rt2860: Fix incorrect netif_stop_queue usage warning
(bnc#661657).
- commit 39b4c1e
* Mon Feb 07 2011 mmarek@suse.cz
- rpm/kernel-binary.spec.in, rpm/kernel-spec-macros: Fix the definition
of %%release_major and rename it to %%release_num to better describe
what it does. Add some comments to explain how the versioning works.
- commit 3de2a1a
* Thu Feb 03 2011 rjw@suse.de
- x86, mtrr: avoid MTRR reprogramming on BP during boot on (bnc#623393).
- commit 0664ad4

View File

@ -1,3 +1,18 @@
-------------------------------------------------------------------
Mon Feb 7 19:41:04 CET 2011 - jslaby@suse.cz
- staging: rt2860: Fix incorrect netif_stop_queue usage warning
(bnc#661657).
- commit 39b4c1e
-------------------------------------------------------------------
Mon Feb 7 14:27:36 CET 2011 - mmarek@suse.cz
- rpm/kernel-binary.spec.in, rpm/kernel-spec-macros: Fix the definition
of %release_major and rename it to %release_num to better describe
what it does. Add some comments to explain how the versioning works.
- commit 3de2a1a
-------------------------------------------------------------------
Thu Feb 3 21:54:01 CET 2011 - rjw@suse.de

View File

@ -245,6 +245,15 @@ popd
%endif
%changelog
* Mon Feb 07 2011 jslaby@suse.cz
- staging: rt2860: Fix incorrect netif_stop_queue usage warning
(bnc#661657).
- commit 39b4c1e
* Mon Feb 07 2011 mmarek@suse.cz
- rpm/kernel-binary.spec.in, rpm/kernel-spec-macros: Fix the definition
of %%release_major and rename it to %%release_num to better describe
what it does. Add some comments to explain how the versioning works.
- commit 3de2a1a
* Thu Feb 03 2011 rjw@suse.de
- x86, mtrr: avoid MTRR reprogramming on BP during boot on (bnc#623393).
- commit 0664ad4

View File

@ -5,14 +5,28 @@
%define _buildshell /bin/bash
%define using_buildservice 0%{?opensuse_bs}
# source_rel is the package release string, without the rebuild counter
# generated by the build service. In non-official builds, the upstream
# EXTRAVERSION component is also part of the release string,
# e.g. next.20110101.9.6 (hyphens are replaced by periods). Builds in the
# official distribution projects replace the release string though.
%define source_rel %release
%if %using_buildservice
# The last digit is a volatile rebuild counter, strip it
%define source_rel %(release=%release; echo ${release%.*})
%endif
%define release_major %(rel="%source_rel" ; echo "${rel##[^0-9]*.}")
%define kernelrelease %patchversion-%release_major
# release_num is the numeric source revision part of the release number,
# i.e. source_rel without the upstream tags like -rcX. A hyphen is added
# automatically for convenient use.
# examples: rc3 -> "", rc3.1 -> -1, next.20110101.9 -> -9
#
# patchversion is inserted into the spec files by the mkspec script, it is the
# upstream release string unchanged, e.g. 2.6.38-rc3
%define release_num %(upstream=%patchversion; upstream=${upstream#%version}; upstream=${upstream#-}; upstream=${upstream//-/.}; rel="%source_rel" ; res="${rel#$upstream}"; res=${res#.}; echo ${res:+-}${res})
# how the kernel release string (uname -r) should look like
%define kernelrelease %patchversion%release_num
%define my_builddir %_builddir/%{name}-%{version}

View File

@ -1,3 +1,18 @@
-------------------------------------------------------------------
Mon Feb 7 19:41:04 CET 2011 - jslaby@suse.cz
- staging: rt2860: Fix incorrect netif_stop_queue usage warning
(bnc#661657).
- commit 39b4c1e
-------------------------------------------------------------------
Mon Feb 7 14:27:36 CET 2011 - mmarek@suse.cz
- rpm/kernel-binary.spec.in, rpm/kernel-spec-macros: Fix the definition
of %release_major and rename it to %release_num to better describe
what it does. Add some comments to explain how the versioning works.
- commit 3de2a1a
-------------------------------------------------------------------
Thu Feb 3 21:54:01 CET 2011 - rjw@suse.de

View File

@ -81,6 +81,15 @@ install -m 644 -D %{SOURCE0} %buildroot/%_docdir/%name/README.SUSE
%_docdir/%name/README.SUSE
%changelog
* Mon Feb 07 2011 jslaby@suse.cz
- staging: rt2860: Fix incorrect netif_stop_queue usage warning
(bnc#661657).
- commit 39b4c1e
* Mon Feb 07 2011 mmarek@suse.cz
- rpm/kernel-binary.spec.in, rpm/kernel-spec-macros: Fix the definition
of %%release_major and rename it to %%release_num to better describe
what it does. Add some comments to explain how the versioning works.
- commit 3de2a1a
* Thu Feb 03 2011 rjw@suse.de
- x86, mtrr: avoid MTRR reprogramming on BP during boot on (bnc#623393).
- commit 0664ad4

View File

@ -1,3 +1,18 @@
-------------------------------------------------------------------
Mon Feb 7 19:41:04 CET 2011 - jslaby@suse.cz
- staging: rt2860: Fix incorrect netif_stop_queue usage warning
(bnc#661657).
- commit 39b4c1e
-------------------------------------------------------------------
Mon Feb 7 14:27:36 CET 2011 - mmarek@suse.cz
- rpm/kernel-binary.spec.in, rpm/kernel-spec-macros: Fix the definition
of %release_major and rename it to %release_num to better describe
what it does. Add some comments to explain how the versioning works.
- commit 3de2a1a
-------------------------------------------------------------------
Thu Feb 3 21:54:01 CET 2011 - rjw@suse.de

View File

@ -311,7 +311,7 @@ else
cp ../config/%cpu_arch_flavor .config
fi
%build_src_dir/scripts/config \
--set-str CONFIG_LOCALVERSION -%release_major-%build_flavor \
--set-str CONFIG_LOCALVERSION %release_num-%build_flavor \
--enable CONFIG_SUSE_KERNEL \
%if 0%{?__debug_package:1}
--enable CONFIG_DEBUG_INFO \
@ -870,6 +870,15 @@ Debug information for package %name-devel
%files devel-debuginfo -f vmlinux.debug.files
%changelog
* Mon Feb 07 2011 jslaby@suse.cz
- staging: rt2860: Fix incorrect netif_stop_queue usage warning
(bnc#661657).
- commit 39b4c1e
* Mon Feb 07 2011 mmarek@suse.cz
- rpm/kernel-binary.spec.in, rpm/kernel-spec-macros: Fix the definition
of %%release_major and rename it to %%release_num to better describe
what it does. Add some comments to explain how the versioning works.
- commit 3de2a1a
* Thu Feb 03 2011 rjw@suse.de
- x86, mtrr: avoid MTRR reprogramming on BP during boot on (bnc#623393).
- commit 0664ad4

View File

@ -1,3 +1,18 @@
-------------------------------------------------------------------
Mon Feb 7 19:41:04 CET 2011 - jslaby@suse.cz
- staging: rt2860: Fix incorrect netif_stop_queue usage warning
(bnc#661657).
- commit 39b4c1e
-------------------------------------------------------------------
Mon Feb 7 14:27:36 CET 2011 - mmarek@suse.cz
- rpm/kernel-binary.spec.in, rpm/kernel-spec-macros: Fix the definition
of %release_major and rename it to %release_num to better describe
what it does. Add some comments to explain how the versioning works.
- commit 3de2a1a
-------------------------------------------------------------------
Thu Feb 3 21:54:01 CET 2011 - rjw@suse.de

View File

@ -307,7 +307,7 @@ else
cp ../config/%cpu_arch_flavor .config
fi
%build_src_dir/scripts/config \
--set-str CONFIG_LOCALVERSION -%release_major-%build_flavor \
--set-str CONFIG_LOCALVERSION %release_num-%build_flavor \
--enable CONFIG_SUSE_KERNEL \
%if 0%{?__debug_package:1}
--enable CONFIG_DEBUG_INFO \
@ -866,6 +866,15 @@ Debug information for package %name-devel
%files devel-debuginfo -f vmlinux.debug.files
%changelog
* Mon Feb 07 2011 jslaby@suse.cz
- staging: rt2860: Fix incorrect netif_stop_queue usage warning
(bnc#661657).
- commit 39b4c1e
* Mon Feb 07 2011 mmarek@suse.cz
- rpm/kernel-binary.spec.in, rpm/kernel-spec-macros: Fix the definition
of %%release_major and rename it to %%release_num to better describe
what it does. Add some comments to explain how the versioning works.
- commit 3de2a1a
* Thu Feb 03 2011 rjw@suse.de
- x86, mtrr: avoid MTRR reprogramming on BP during boot on (bnc#623393).
- commit 0664ad4

View File

@ -1,3 +1,18 @@
-------------------------------------------------------------------
Mon Feb 7 19:41:04 CET 2011 - jslaby@suse.cz
- staging: rt2860: Fix incorrect netif_stop_queue usage warning
(bnc#661657).
- commit 39b4c1e
-------------------------------------------------------------------
Mon Feb 7 14:27:36 CET 2011 - mmarek@suse.cz
- rpm/kernel-binary.spec.in, rpm/kernel-spec-macros: Fix the definition
of %release_major and rename it to %release_num to better describe
what it does. Add some comments to explain how the versioning works.
- commit 3de2a1a
-------------------------------------------------------------------
Thu Feb 3 21:54:01 CET 2011 - rjw@suse.de

View File

@ -301,7 +301,7 @@ else
cp ../config/%cpu_arch_flavor .config
fi
%build_src_dir/scripts/config \
--set-str CONFIG_LOCALVERSION -%release_major-%build_flavor \
--set-str CONFIG_LOCALVERSION %release_num-%build_flavor \
--enable CONFIG_SUSE_KERNEL \
%if 0%{?__debug_package:1}
--enable CONFIG_DEBUG_INFO \
@ -862,6 +862,15 @@ Debug information for package %name-devel
%files devel-debuginfo -f vmlinux.debug.files
%changelog
* Mon Feb 07 2011 jslaby@suse.cz
- staging: rt2860: Fix incorrect netif_stop_queue usage warning
(bnc#661657).
- commit 39b4c1e
* Mon Feb 07 2011 mmarek@suse.cz
- rpm/kernel-binary.spec.in, rpm/kernel-spec-macros: Fix the definition
of %%release_major and rename it to %%release_num to better describe
what it does. Add some comments to explain how the versioning works.
- commit 3de2a1a
* Thu Feb 03 2011 rjw@suse.de
- x86, mtrr: avoid MTRR reprogramming on BP during boot on (bnc#623393).
- commit 0664ad4

View File

@ -1,3 +1,18 @@
-------------------------------------------------------------------
Mon Feb 7 19:41:04 CET 2011 - jslaby@suse.cz
- staging: rt2860: Fix incorrect netif_stop_queue usage warning
(bnc#661657).
- commit 39b4c1e
-------------------------------------------------------------------
Mon Feb 7 14:27:36 CET 2011 - mmarek@suse.cz
- rpm/kernel-binary.spec.in, rpm/kernel-spec-macros: Fix the definition
of %release_major and rename it to %release_num to better describe
what it does. Add some comments to explain how the versioning works.
- commit 3de2a1a
-------------------------------------------------------------------
Thu Feb 3 21:54:01 CET 2011 - rjw@suse.de

View File

@ -303,7 +303,7 @@ else
cp ../config/%cpu_arch_flavor .config
fi
%build_src_dir/scripts/config \
--set-str CONFIG_LOCALVERSION -%release_major-%build_flavor \
--set-str CONFIG_LOCALVERSION %release_num-%build_flavor \
--enable CONFIG_SUSE_KERNEL \
%if 0%{?__debug_package:1}
--enable CONFIG_DEBUG_INFO \
@ -868,6 +868,15 @@ Debug information for package %name-devel
%files devel-debuginfo -f vmlinux.debug.files
%changelog
* Mon Feb 07 2011 jslaby@suse.cz
- staging: rt2860: Fix incorrect netif_stop_queue usage warning
(bnc#661657).
- commit 39b4c1e
* Mon Feb 07 2011 mmarek@suse.cz
- rpm/kernel-binary.spec.in, rpm/kernel-spec-macros: Fix the definition
of %%release_major and rename it to %%release_num to better describe
what it does. Add some comments to explain how the versioning works.
- commit 3de2a1a
* Thu Feb 03 2011 rjw@suse.de
- x86, mtrr: avoid MTRR reprogramming on BP during boot on (bnc#623393).
- commit 0664ad4

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e92830a7cb042317d76500229e3f78409fcead8b543dfc0b5f57b73b2e84747e
size 84591
oid sha256:9e455024c677c9206ae5c2d37b20a346ebf08c49d724b9a9b1e31a5cc016348e
size 84991

View File

@ -533,6 +533,7 @@
patches.suse/wireless-no-aes-select
patches.suse/b43-missing-firmware-info.patch
patches.fixes/iwlwifi-fix-tx-power-configuration-on-3945-and-4965-devices
patches.fixes/staging-rt2860-Fix-incorrect-netif_stop_queue-usage.patch
########################################################
# ISDN

View File

@ -1,3 +1,3 @@
2011-02-04 21:49:30 +0100
GIT Revision: 0b32dc60d412e5deccef2c9e574ec3f30b9c74f7
2011-02-07 19:42:04 +0100
GIT Revision: eb20a7bfb5ea6274c905ce559f1073b834d4f711
GIT Branch: stable