GIT Revision: 0692239b4434719f0e260978dd03d4d433752166
OBS-URL: https://build.opensuse.org/package/show/Kernel:HEAD/kernel-source?expand=0&rev=7174
This commit is contained in:
parent
ab26c95343
commit
b3802a27ab
@ -620,8 +620,7 @@ add_dirs_to_filelist() {
|
||||
# Collect the file lists.
|
||||
shopt -s nullglob
|
||||
> %my_builddir/kernel-devel.files
|
||||
for file in %buildroot/boot/vmlinux-*.gz %buildroot/boot/symtypes* \
|
||||
%buildroot/lib/modules/*/{build,source}; do
|
||||
for file in %buildroot/boot/symtypes* %buildroot/lib/modules/*/{build,source}; do
|
||||
f=${file##%buildroot}
|
||||
echo "$f" >> %my_builddir/kernel-devel.files
|
||||
done
|
||||
|
@ -1,15 +1,25 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 8 14:52:21 CET 2011 - mmarek@suse.cz
|
||||
|
||||
- rpm/kernel-binary.spec.in: Do not package the vmlinux image in the devel
|
||||
package.
|
||||
- commit 02bb976
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 7 11:08:09 CET 2011 - aj@suse.de
|
||||
|
||||
- Use GPL-2.0 as license tag (from http://spdx.org/licenses/)
|
||||
Only have one licenses line per file, the rest was just duplicated.
|
||||
- commit 917aca5
|
||||
- Use GPL-2.0 as license tag (from http://spdx.org/licenses/)
|
||||
Only have one licenses line per file, the rest was just duplicated.
|
||||
- commit f7c443c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 7 11:05:05 CET 2011 - aj@suse.de
|
||||
|
||||
- Fix typo: Base package should not conflict with itself but with main package.
|
||||
- commit 5d0bf63
|
||||
- Fix typo: Base package should not conflict with itself but with main package.
|
||||
- commit e961ef0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 6 00:07:03 CET 2011 - jeffm@suse.com
|
||||
@ -218,7 +228,11 @@ Tue Nov 22 14:05:11 CET 2011 - agraf@suse.de
|
||||
On ARM we can not build generic kernels that work through different generations,
|
||||
such as armv5 and armv7. So we better list them explicitly and not export an rpm
|
||||
that wouldn't even work on the respective architecture :).
|
||||
- commit bf922b2
|
||||
- ARM: Dont generalize the target
|
||||
On ARM we can not build generic kernels that work through different generations,
|
||||
such as armv5 and armv7. So we better list them explicitly and not export an rpm
|
||||
that wouldn't even work on the respective architecture :).
|
||||
- commit 854928d
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 17 19:45:48 CET 2011 - bpoirier@suse.de
|
||||
@ -244,8 +258,9 @@ Wed Nov 16 06:32:19 CET 2011 - jeffm@suse.com
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 14 22:22:11 CET 2011 - awafaa@opensuse.org
|
||||
|
||||
- Add package descriptions for ARM kernels
|
||||
- Add ARM support for iMX51, OMAP2plus & Tegra SoC
|
||||
- commit 90eafd0
|
||||
- commit 51ebb2d
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 14 19:24:31 CET 2011 - jeffm@suse.com
|
||||
@ -333,7 +348,9 @@ Sun Oct 30 12:47:38 CET 2011 - mmarek@suse.cz
|
||||
|
||||
- rpm/{arch-symbols,mkspec}: Add support for ARM
|
||||
The various ARM families need similar handling like i?86.
|
||||
- commit 3108a66
|
||||
- rpm/{arch-symbols,mkspec}: Add support for ARM
|
||||
The various ARM families need similar handling like i?86.
|
||||
- commit 0c6be6b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 27 17:08:42 CEST 2011 - tiwai@suse.de
|
||||
|
@ -699,8 +699,7 @@ add_dirs_to_filelist() {
|
||||
# Collect the file lists.
|
||||
shopt -s nullglob
|
||||
> %my_builddir/kernel-devel.files
|
||||
for file in %buildroot/boot/vmlinux-*.gz %buildroot/boot/symtypes* \
|
||||
%buildroot/lib/modules/*/{build,source}; do
|
||||
for file in %buildroot/boot/symtypes* %buildroot/lib/modules/*/{build,source}; do
|
||||
f=${file##%buildroot}
|
||||
echo "$f" >> %my_builddir/kernel-devel.files
|
||||
done
|
||||
|
@ -1,15 +1,25 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 8 14:52:21 CET 2011 - mmarek@suse.cz
|
||||
|
||||
- rpm/kernel-binary.spec.in: Do not package the vmlinux image in the devel
|
||||
package.
|
||||
- commit 02bb976
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 7 11:08:09 CET 2011 - aj@suse.de
|
||||
|
||||
- Use GPL-2.0 as license tag (from http://spdx.org/licenses/)
|
||||
Only have one licenses line per file, the rest was just duplicated.
|
||||
- commit 917aca5
|
||||
- Use GPL-2.0 as license tag (from http://spdx.org/licenses/)
|
||||
Only have one licenses line per file, the rest was just duplicated.
|
||||
- commit f7c443c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 7 11:05:05 CET 2011 - aj@suse.de
|
||||
|
||||
- Fix typo: Base package should not conflict with itself but with main package.
|
||||
- commit 5d0bf63
|
||||
- Fix typo: Base package should not conflict with itself but with main package.
|
||||
- commit e961ef0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 6 00:07:03 CET 2011 - jeffm@suse.com
|
||||
@ -218,7 +228,11 @@ Tue Nov 22 14:05:11 CET 2011 - agraf@suse.de
|
||||
On ARM we can not build generic kernels that work through different generations,
|
||||
such as armv5 and armv7. So we better list them explicitly and not export an rpm
|
||||
that wouldn't even work on the respective architecture :).
|
||||
- commit bf922b2
|
||||
- ARM: Dont generalize the target
|
||||
On ARM we can not build generic kernels that work through different generations,
|
||||
such as armv5 and armv7. So we better list them explicitly and not export an rpm
|
||||
that wouldn't even work on the respective architecture :).
|
||||
- commit 854928d
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 17 19:45:48 CET 2011 - bpoirier@suse.de
|
||||
@ -244,8 +258,9 @@ Wed Nov 16 06:32:19 CET 2011 - jeffm@suse.com
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 14 22:22:11 CET 2011 - awafaa@opensuse.org
|
||||
|
||||
- Add package descriptions for ARM kernels
|
||||
- Add ARM support for iMX51, OMAP2plus & Tegra SoC
|
||||
- commit 90eafd0
|
||||
- commit 51ebb2d
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 14 19:24:31 CET 2011 - jeffm@suse.com
|
||||
@ -333,7 +348,9 @@ Sun Oct 30 12:47:38 CET 2011 - mmarek@suse.cz
|
||||
|
||||
- rpm/{arch-symbols,mkspec}: Add support for ARM
|
||||
The various ARM families need similar handling like i?86.
|
||||
- commit 3108a66
|
||||
- rpm/{arch-symbols,mkspec}: Add support for ARM
|
||||
The various ARM families need similar handling like i?86.
|
||||
- commit 0c6be6b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 27 17:08:42 CEST 2011 - tiwai@suse.de
|
||||
|
@ -714,8 +714,7 @@ add_dirs_to_filelist() {
|
||||
# Collect the file lists.
|
||||
shopt -s nullglob
|
||||
> %my_builddir/kernel-devel.files
|
||||
for file in %buildroot/boot/vmlinux-*.gz %buildroot/boot/symtypes* \
|
||||
%buildroot/lib/modules/*/{build,source}; do
|
||||
for file in %buildroot/boot/symtypes* %buildroot/lib/modules/*/{build,source}; do
|
||||
f=${file##%buildroot}
|
||||
echo "$f" >> %my_builddir/kernel-devel.files
|
||||
done
|
||||
|
@ -1,15 +1,25 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 8 14:52:21 CET 2011 - mmarek@suse.cz
|
||||
|
||||
- rpm/kernel-binary.spec.in: Do not package the vmlinux image in the devel
|
||||
package.
|
||||
- commit 02bb976
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 7 11:08:09 CET 2011 - aj@suse.de
|
||||
|
||||
- Use GPL-2.0 as license tag (from http://spdx.org/licenses/)
|
||||
Only have one licenses line per file, the rest was just duplicated.
|
||||
- commit 917aca5
|
||||
- Use GPL-2.0 as license tag (from http://spdx.org/licenses/)
|
||||
Only have one licenses line per file, the rest was just duplicated.
|
||||
- commit f7c443c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 7 11:05:05 CET 2011 - aj@suse.de
|
||||
|
||||
- Fix typo: Base package should not conflict with itself but with main package.
|
||||
- commit 5d0bf63
|
||||
- Fix typo: Base package should not conflict with itself but with main package.
|
||||
- commit e961ef0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 6 00:07:03 CET 2011 - jeffm@suse.com
|
||||
@ -218,7 +228,11 @@ Tue Nov 22 14:05:11 CET 2011 - agraf@suse.de
|
||||
On ARM we can not build generic kernels that work through different generations,
|
||||
such as armv5 and armv7. So we better list them explicitly and not export an rpm
|
||||
that wouldn't even work on the respective architecture :).
|
||||
- commit bf922b2
|
||||
- ARM: Dont generalize the target
|
||||
On ARM we can not build generic kernels that work through different generations,
|
||||
such as armv5 and armv7. So we better list them explicitly and not export an rpm
|
||||
that wouldn't even work on the respective architecture :).
|
||||
- commit 854928d
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 17 19:45:48 CET 2011 - bpoirier@suse.de
|
||||
@ -244,8 +258,9 @@ Wed Nov 16 06:32:19 CET 2011 - jeffm@suse.com
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 14 22:22:11 CET 2011 - awafaa@opensuse.org
|
||||
|
||||
- Add package descriptions for ARM kernels
|
||||
- Add ARM support for iMX51, OMAP2plus & Tegra SoC
|
||||
- commit 90eafd0
|
||||
- commit 51ebb2d
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 14 19:24:31 CET 2011 - jeffm@suse.com
|
||||
@ -333,7 +348,9 @@ Sun Oct 30 12:47:38 CET 2011 - mmarek@suse.cz
|
||||
|
||||
- rpm/{arch-symbols,mkspec}: Add support for ARM
|
||||
The various ARM families need similar handling like i?86.
|
||||
- commit 3108a66
|
||||
- rpm/{arch-symbols,mkspec}: Add support for ARM
|
||||
The various ARM families need similar handling like i?86.
|
||||
- commit 0c6be6b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 27 17:08:42 CEST 2011 - tiwai@suse.de
|
||||
|
@ -708,8 +708,7 @@ add_dirs_to_filelist() {
|
||||
# Collect the file lists.
|
||||
shopt -s nullglob
|
||||
> %my_builddir/kernel-devel.files
|
||||
for file in %buildroot/boot/vmlinux-*.gz %buildroot/boot/symtypes* \
|
||||
%buildroot/lib/modules/*/{build,source}; do
|
||||
for file in %buildroot/boot/symtypes* %buildroot/lib/modules/*/{build,source}; do
|
||||
f=${file##%buildroot}
|
||||
echo "$f" >> %my_builddir/kernel-devel.files
|
||||
done
|
||||
|
@ -1,15 +1,25 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 8 14:52:21 CET 2011 - mmarek@suse.cz
|
||||
|
||||
- rpm/kernel-binary.spec.in: Do not package the vmlinux image in the devel
|
||||
package.
|
||||
- commit 02bb976
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 7 11:08:09 CET 2011 - aj@suse.de
|
||||
|
||||
- Use GPL-2.0 as license tag (from http://spdx.org/licenses/)
|
||||
Only have one licenses line per file, the rest was just duplicated.
|
||||
- commit 917aca5
|
||||
- Use GPL-2.0 as license tag (from http://spdx.org/licenses/)
|
||||
Only have one licenses line per file, the rest was just duplicated.
|
||||
- commit f7c443c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 7 11:05:05 CET 2011 - aj@suse.de
|
||||
|
||||
- Fix typo: Base package should not conflict with itself but with main package.
|
||||
- commit 5d0bf63
|
||||
- Fix typo: Base package should not conflict with itself but with main package.
|
||||
- commit e961ef0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 6 00:07:03 CET 2011 - jeffm@suse.com
|
||||
@ -218,7 +228,11 @@ Tue Nov 22 14:05:11 CET 2011 - agraf@suse.de
|
||||
On ARM we can not build generic kernels that work through different generations,
|
||||
such as armv5 and armv7. So we better list them explicitly and not export an rpm
|
||||
that wouldn't even work on the respective architecture :).
|
||||
- commit bf922b2
|
||||
- ARM: Dont generalize the target
|
||||
On ARM we can not build generic kernels that work through different generations,
|
||||
such as armv5 and armv7. So we better list them explicitly and not export an rpm
|
||||
that wouldn't even work on the respective architecture :).
|
||||
- commit 854928d
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 17 19:45:48 CET 2011 - bpoirier@suse.de
|
||||
@ -244,8 +258,9 @@ Wed Nov 16 06:32:19 CET 2011 - jeffm@suse.com
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 14 22:22:11 CET 2011 - awafaa@opensuse.org
|
||||
|
||||
- Add package descriptions for ARM kernels
|
||||
- Add ARM support for iMX51, OMAP2plus & Tegra SoC
|
||||
- commit 90eafd0
|
||||
- commit 51ebb2d
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 14 19:24:31 CET 2011 - jeffm@suse.com
|
||||
@ -333,7 +348,9 @@ Sun Oct 30 12:47:38 CET 2011 - mmarek@suse.cz
|
||||
|
||||
- rpm/{arch-symbols,mkspec}: Add support for ARM
|
||||
The various ARM families need similar handling like i?86.
|
||||
- commit 3108a66
|
||||
- rpm/{arch-symbols,mkspec}: Add support for ARM
|
||||
The various ARM families need similar handling like i?86.
|
||||
- commit 0c6be6b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 27 17:08:42 CEST 2011 - tiwai@suse.de
|
||||
|
@ -1,15 +1,25 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 8 14:52:21 CET 2011 - mmarek@suse.cz
|
||||
|
||||
- rpm/kernel-binary.spec.in: Do not package the vmlinux image in the devel
|
||||
package.
|
||||
- commit 02bb976
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 7 11:08:09 CET 2011 - aj@suse.de
|
||||
|
||||
- Use GPL-2.0 as license tag (from http://spdx.org/licenses/)
|
||||
Only have one licenses line per file, the rest was just duplicated.
|
||||
- commit 917aca5
|
||||
- Use GPL-2.0 as license tag (from http://spdx.org/licenses/)
|
||||
Only have one licenses line per file, the rest was just duplicated.
|
||||
- commit f7c443c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 7 11:05:05 CET 2011 - aj@suse.de
|
||||
|
||||
- Fix typo: Base package should not conflict with itself but with main package.
|
||||
- commit 5d0bf63
|
||||
- Fix typo: Base package should not conflict with itself but with main package.
|
||||
- commit e961ef0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 6 00:07:03 CET 2011 - jeffm@suse.com
|
||||
@ -218,7 +228,11 @@ Tue Nov 22 14:05:11 CET 2011 - agraf@suse.de
|
||||
On ARM we can not build generic kernels that work through different generations,
|
||||
such as armv5 and armv7. So we better list them explicitly and not export an rpm
|
||||
that wouldn't even work on the respective architecture :).
|
||||
- commit bf922b2
|
||||
- ARM: Dont generalize the target
|
||||
On ARM we can not build generic kernels that work through different generations,
|
||||
such as armv5 and armv7. So we better list them explicitly and not export an rpm
|
||||
that wouldn't even work on the respective architecture :).
|
||||
- commit 854928d
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 17 19:45:48 CET 2011 - bpoirier@suse.de
|
||||
@ -244,8 +258,9 @@ Wed Nov 16 06:32:19 CET 2011 - jeffm@suse.com
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 14 22:22:11 CET 2011 - awafaa@opensuse.org
|
||||
|
||||
- Add package descriptions for ARM kernels
|
||||
- Add ARM support for iMX51, OMAP2plus & Tegra SoC
|
||||
- commit 90eafd0
|
||||
- commit 51ebb2d
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 14 19:24:31 CET 2011 - jeffm@suse.com
|
||||
@ -333,7 +348,9 @@ Sun Oct 30 12:47:38 CET 2011 - mmarek@suse.cz
|
||||
|
||||
- rpm/{arch-symbols,mkspec}: Add support for ARM
|
||||
The various ARM families need similar handling like i?86.
|
||||
- commit 3108a66
|
||||
- rpm/{arch-symbols,mkspec}: Add support for ARM
|
||||
The various ARM families need similar handling like i?86.
|
||||
- commit 0c6be6b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 27 17:08:42 CEST 2011 - tiwai@suse.de
|
||||
|
@ -698,8 +698,7 @@ add_dirs_to_filelist() {
|
||||
# Collect the file lists.
|
||||
shopt -s nullglob
|
||||
> %my_builddir/kernel-devel.files
|
||||
for file in %buildroot/boot/vmlinux-*.gz %buildroot/boot/symtypes* \
|
||||
%buildroot/lib/modules/*/{build,source}; do
|
||||
for file in %buildroot/boot/symtypes* %buildroot/lib/modules/*/{build,source}; do
|
||||
f=${file##%buildroot}
|
||||
echo "$f" >> %my_builddir/kernel-devel.files
|
||||
done
|
||||
|
@ -1,15 +1,25 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 8 14:52:21 CET 2011 - mmarek@suse.cz
|
||||
|
||||
- rpm/kernel-binary.spec.in: Do not package the vmlinux image in the devel
|
||||
package.
|
||||
- commit 02bb976
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 7 11:08:09 CET 2011 - aj@suse.de
|
||||
|
||||
- Use GPL-2.0 as license tag (from http://spdx.org/licenses/)
|
||||
Only have one licenses line per file, the rest was just duplicated.
|
||||
- commit 917aca5
|
||||
- Use GPL-2.0 as license tag (from http://spdx.org/licenses/)
|
||||
Only have one licenses line per file, the rest was just duplicated.
|
||||
- commit f7c443c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 7 11:05:05 CET 2011 - aj@suse.de
|
||||
|
||||
- Fix typo: Base package should not conflict with itself but with main package.
|
||||
- commit 5d0bf63
|
||||
- Fix typo: Base package should not conflict with itself but with main package.
|
||||
- commit e961ef0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 6 00:07:03 CET 2011 - jeffm@suse.com
|
||||
@ -218,7 +228,11 @@ Tue Nov 22 14:05:11 CET 2011 - agraf@suse.de
|
||||
On ARM we can not build generic kernels that work through different generations,
|
||||
such as armv5 and armv7. So we better list them explicitly and not export an rpm
|
||||
that wouldn't even work on the respective architecture :).
|
||||
- commit bf922b2
|
||||
- ARM: Dont generalize the target
|
||||
On ARM we can not build generic kernels that work through different generations,
|
||||
such as armv5 and armv7. So we better list them explicitly and not export an rpm
|
||||
that wouldn't even work on the respective architecture :).
|
||||
- commit 854928d
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 17 19:45:48 CET 2011 - bpoirier@suse.de
|
||||
@ -244,8 +258,9 @@ Wed Nov 16 06:32:19 CET 2011 - jeffm@suse.com
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 14 22:22:11 CET 2011 - awafaa@opensuse.org
|
||||
|
||||
- Add package descriptions for ARM kernels
|
||||
- Add ARM support for iMX51, OMAP2plus & Tegra SoC
|
||||
- commit 90eafd0
|
||||
- commit 51ebb2d
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 14 19:24:31 CET 2011 - jeffm@suse.com
|
||||
@ -333,7 +348,9 @@ Sun Oct 30 12:47:38 CET 2011 - mmarek@suse.cz
|
||||
|
||||
- rpm/{arch-symbols,mkspec}: Add support for ARM
|
||||
The various ARM families need similar handling like i?86.
|
||||
- commit 3108a66
|
||||
- rpm/{arch-symbols,mkspec}: Add support for ARM
|
||||
The various ARM families need similar handling like i?86.
|
||||
- commit 0c6be6b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 27 17:08:42 CEST 2011 - tiwai@suse.de
|
||||
|
@ -696,8 +696,7 @@ add_dirs_to_filelist() {
|
||||
# Collect the file lists.
|
||||
shopt -s nullglob
|
||||
> %my_builddir/kernel-devel.files
|
||||
for file in %buildroot/boot/vmlinux-*.gz %buildroot/boot/symtypes* \
|
||||
%buildroot/lib/modules/*/{build,source}; do
|
||||
for file in %buildroot/boot/symtypes* %buildroot/lib/modules/*/{build,source}; do
|
||||
f=${file##%buildroot}
|
||||
echo "$f" >> %my_builddir/kernel-devel.files
|
||||
done
|
||||
|
@ -1,15 +1,25 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 8 14:52:21 CET 2011 - mmarek@suse.cz
|
||||
|
||||
- rpm/kernel-binary.spec.in: Do not package the vmlinux image in the devel
|
||||
package.
|
||||
- commit 02bb976
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 7 11:08:09 CET 2011 - aj@suse.de
|
||||
|
||||
- Use GPL-2.0 as license tag (from http://spdx.org/licenses/)
|
||||
Only have one licenses line per file, the rest was just duplicated.
|
||||
- commit 917aca5
|
||||
- Use GPL-2.0 as license tag (from http://spdx.org/licenses/)
|
||||
Only have one licenses line per file, the rest was just duplicated.
|
||||
- commit f7c443c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 7 11:05:05 CET 2011 - aj@suse.de
|
||||
|
||||
- Fix typo: Base package should not conflict with itself but with main package.
|
||||
- commit 5d0bf63
|
||||
- Fix typo: Base package should not conflict with itself but with main package.
|
||||
- commit e961ef0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 6 00:07:03 CET 2011 - jeffm@suse.com
|
||||
@ -218,7 +228,11 @@ Tue Nov 22 14:05:11 CET 2011 - agraf@suse.de
|
||||
On ARM we can not build generic kernels that work through different generations,
|
||||
such as armv5 and armv7. So we better list them explicitly and not export an rpm
|
||||
that wouldn't even work on the respective architecture :).
|
||||
- commit bf922b2
|
||||
- ARM: Dont generalize the target
|
||||
On ARM we can not build generic kernels that work through different generations,
|
||||
such as armv5 and armv7. So we better list them explicitly and not export an rpm
|
||||
that wouldn't even work on the respective architecture :).
|
||||
- commit 854928d
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 17 19:45:48 CET 2011 - bpoirier@suse.de
|
||||
@ -244,8 +258,9 @@ Wed Nov 16 06:32:19 CET 2011 - jeffm@suse.com
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 14 22:22:11 CET 2011 - awafaa@opensuse.org
|
||||
|
||||
- Add package descriptions for ARM kernels
|
||||
- Add ARM support for iMX51, OMAP2plus & Tegra SoC
|
||||
- commit 90eafd0
|
||||
- commit 51ebb2d
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 14 19:24:31 CET 2011 - jeffm@suse.com
|
||||
@ -333,7 +348,9 @@ Sun Oct 30 12:47:38 CET 2011 - mmarek@suse.cz
|
||||
|
||||
- rpm/{arch-symbols,mkspec}: Add support for ARM
|
||||
The various ARM families need similar handling like i?86.
|
||||
- commit 3108a66
|
||||
- rpm/{arch-symbols,mkspec}: Add support for ARM
|
||||
The various ARM families need similar handling like i?86.
|
||||
- commit 0c6be6b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 27 17:08:42 CEST 2011 - tiwai@suse.de
|
||||
|
@ -696,8 +696,7 @@ add_dirs_to_filelist() {
|
||||
# Collect the file lists.
|
||||
shopt -s nullglob
|
||||
> %my_builddir/kernel-devel.files
|
||||
for file in %buildroot/boot/vmlinux-*.gz %buildroot/boot/symtypes* \
|
||||
%buildroot/lib/modules/*/{build,source}; do
|
||||
for file in %buildroot/boot/symtypes* %buildroot/lib/modules/*/{build,source}; do
|
||||
f=${file##%buildroot}
|
||||
echo "$f" >> %my_builddir/kernel-devel.files
|
||||
done
|
||||
|
@ -1,15 +1,25 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 8 14:52:21 CET 2011 - mmarek@suse.cz
|
||||
|
||||
- rpm/kernel-binary.spec.in: Do not package the vmlinux image in the devel
|
||||
package.
|
||||
- commit 02bb976
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 7 11:08:09 CET 2011 - aj@suse.de
|
||||
|
||||
- Use GPL-2.0 as license tag (from http://spdx.org/licenses/)
|
||||
Only have one licenses line per file, the rest was just duplicated.
|
||||
- commit 917aca5
|
||||
- Use GPL-2.0 as license tag (from http://spdx.org/licenses/)
|
||||
Only have one licenses line per file, the rest was just duplicated.
|
||||
- commit f7c443c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 7 11:05:05 CET 2011 - aj@suse.de
|
||||
|
||||
- Fix typo: Base package should not conflict with itself but with main package.
|
||||
- commit 5d0bf63
|
||||
- Fix typo: Base package should not conflict with itself but with main package.
|
||||
- commit e961ef0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 6 00:07:03 CET 2011 - jeffm@suse.com
|
||||
@ -218,7 +228,11 @@ Tue Nov 22 14:05:11 CET 2011 - agraf@suse.de
|
||||
On ARM we can not build generic kernels that work through different generations,
|
||||
such as armv5 and armv7. So we better list them explicitly and not export an rpm
|
||||
that wouldn't even work on the respective architecture :).
|
||||
- commit bf922b2
|
||||
- ARM: Dont generalize the target
|
||||
On ARM we can not build generic kernels that work through different generations,
|
||||
such as armv5 and armv7. So we better list them explicitly and not export an rpm
|
||||
that wouldn't even work on the respective architecture :).
|
||||
- commit 854928d
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 17 19:45:48 CET 2011 - bpoirier@suse.de
|
||||
@ -244,8 +258,9 @@ Wed Nov 16 06:32:19 CET 2011 - jeffm@suse.com
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 14 22:22:11 CET 2011 - awafaa@opensuse.org
|
||||
|
||||
- Add package descriptions for ARM kernels
|
||||
- Add ARM support for iMX51, OMAP2plus & Tegra SoC
|
||||
- commit 90eafd0
|
||||
- commit 51ebb2d
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 14 19:24:31 CET 2011 - jeffm@suse.com
|
||||
@ -333,7 +348,9 @@ Sun Oct 30 12:47:38 CET 2011 - mmarek@suse.cz
|
||||
|
||||
- rpm/{arch-symbols,mkspec}: Add support for ARM
|
||||
The various ARM families need similar handling like i?86.
|
||||
- commit 3108a66
|
||||
- rpm/{arch-symbols,mkspec}: Add support for ARM
|
||||
The various ARM families need similar handling like i?86.
|
||||
- commit 0c6be6b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 27 17:08:42 CEST 2011 - tiwai@suse.de
|
||||
|
@ -705,8 +705,7 @@ add_dirs_to_filelist() {
|
||||
# Collect the file lists.
|
||||
shopt -s nullglob
|
||||
> %my_builddir/kernel-devel.files
|
||||
for file in %buildroot/boot/vmlinux-*.gz %buildroot/boot/symtypes* \
|
||||
%buildroot/lib/modules/*/{build,source}; do
|
||||
for file in %buildroot/boot/symtypes* %buildroot/lib/modules/*/{build,source}; do
|
||||
f=${file##%buildroot}
|
||||
echo "$f" >> %my_builddir/kernel-devel.files
|
||||
done
|
||||
|
@ -1,15 +1,25 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 8 14:52:21 CET 2011 - mmarek@suse.cz
|
||||
|
||||
- rpm/kernel-binary.spec.in: Do not package the vmlinux image in the devel
|
||||
package.
|
||||
- commit 02bb976
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 7 11:08:09 CET 2011 - aj@suse.de
|
||||
|
||||
- Use GPL-2.0 as license tag (from http://spdx.org/licenses/)
|
||||
Only have one licenses line per file, the rest was just duplicated.
|
||||
- commit 917aca5
|
||||
- Use GPL-2.0 as license tag (from http://spdx.org/licenses/)
|
||||
Only have one licenses line per file, the rest was just duplicated.
|
||||
- commit f7c443c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 7 11:05:05 CET 2011 - aj@suse.de
|
||||
|
||||
- Fix typo: Base package should not conflict with itself but with main package.
|
||||
- commit 5d0bf63
|
||||
- Fix typo: Base package should not conflict with itself but with main package.
|
||||
- commit e961ef0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 6 00:07:03 CET 2011 - jeffm@suse.com
|
||||
@ -218,7 +228,11 @@ Tue Nov 22 14:05:11 CET 2011 - agraf@suse.de
|
||||
On ARM we can not build generic kernels that work through different generations,
|
||||
such as armv5 and armv7. So we better list them explicitly and not export an rpm
|
||||
that wouldn't even work on the respective architecture :).
|
||||
- commit bf922b2
|
||||
- ARM: Dont generalize the target
|
||||
On ARM we can not build generic kernels that work through different generations,
|
||||
such as armv5 and armv7. So we better list them explicitly and not export an rpm
|
||||
that wouldn't even work on the respective architecture :).
|
||||
- commit 854928d
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 17 19:45:48 CET 2011 - bpoirier@suse.de
|
||||
@ -244,8 +258,9 @@ Wed Nov 16 06:32:19 CET 2011 - jeffm@suse.com
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 14 22:22:11 CET 2011 - awafaa@opensuse.org
|
||||
|
||||
- Add package descriptions for ARM kernels
|
||||
- Add ARM support for iMX51, OMAP2plus & Tegra SoC
|
||||
- commit 90eafd0
|
||||
- commit 51ebb2d
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 14 19:24:31 CET 2011 - jeffm@suse.com
|
||||
@ -333,7 +348,9 @@ Sun Oct 30 12:47:38 CET 2011 - mmarek@suse.cz
|
||||
|
||||
- rpm/{arch-symbols,mkspec}: Add support for ARM
|
||||
The various ARM families need similar handling like i?86.
|
||||
- commit 3108a66
|
||||
- rpm/{arch-symbols,mkspec}: Add support for ARM
|
||||
The various ARM families need similar handling like i?86.
|
||||
- commit 0c6be6b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 27 17:08:42 CEST 2011 - tiwai@suse.de
|
||||
|
@ -709,8 +709,7 @@ add_dirs_to_filelist() {
|
||||
# Collect the file lists.
|
||||
shopt -s nullglob
|
||||
> %my_builddir/kernel-devel.files
|
||||
for file in %buildroot/boot/vmlinux-*.gz %buildroot/boot/symtypes* \
|
||||
%buildroot/lib/modules/*/{build,source}; do
|
||||
for file in %buildroot/boot/symtypes* %buildroot/lib/modules/*/{build,source}; do
|
||||
f=${file##%buildroot}
|
||||
echo "$f" >> %my_builddir/kernel-devel.files
|
||||
done
|
||||
|
@ -1,15 +1,25 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 8 14:52:21 CET 2011 - mmarek@suse.cz
|
||||
|
||||
- rpm/kernel-binary.spec.in: Do not package the vmlinux image in the devel
|
||||
package.
|
||||
- commit 02bb976
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 7 11:08:09 CET 2011 - aj@suse.de
|
||||
|
||||
- Use GPL-2.0 as license tag (from http://spdx.org/licenses/)
|
||||
Only have one licenses line per file, the rest was just duplicated.
|
||||
- commit 917aca5
|
||||
- Use GPL-2.0 as license tag (from http://spdx.org/licenses/)
|
||||
Only have one licenses line per file, the rest was just duplicated.
|
||||
- commit f7c443c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 7 11:05:05 CET 2011 - aj@suse.de
|
||||
|
||||
- Fix typo: Base package should not conflict with itself but with main package.
|
||||
- commit 5d0bf63
|
||||
- Fix typo: Base package should not conflict with itself but with main package.
|
||||
- commit e961ef0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 6 00:07:03 CET 2011 - jeffm@suse.com
|
||||
@ -218,7 +228,11 @@ Tue Nov 22 14:05:11 CET 2011 - agraf@suse.de
|
||||
On ARM we can not build generic kernels that work through different generations,
|
||||
such as armv5 and armv7. So we better list them explicitly and not export an rpm
|
||||
that wouldn't even work on the respective architecture :).
|
||||
- commit bf922b2
|
||||
- ARM: Dont generalize the target
|
||||
On ARM we can not build generic kernels that work through different generations,
|
||||
such as armv5 and armv7. So we better list them explicitly and not export an rpm
|
||||
that wouldn't even work on the respective architecture :).
|
||||
- commit 854928d
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 17 19:45:48 CET 2011 - bpoirier@suse.de
|
||||
@ -244,8 +258,9 @@ Wed Nov 16 06:32:19 CET 2011 - jeffm@suse.com
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 14 22:22:11 CET 2011 - awafaa@opensuse.org
|
||||
|
||||
- Add package descriptions for ARM kernels
|
||||
- Add ARM support for iMX51, OMAP2plus & Tegra SoC
|
||||
- commit 90eafd0
|
||||
- commit 51ebb2d
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 14 19:24:31 CET 2011 - jeffm@suse.com
|
||||
@ -333,7 +348,9 @@ Sun Oct 30 12:47:38 CET 2011 - mmarek@suse.cz
|
||||
|
||||
- rpm/{arch-symbols,mkspec}: Add support for ARM
|
||||
The various ARM families need similar handling like i?86.
|
||||
- commit 3108a66
|
||||
- rpm/{arch-symbols,mkspec}: Add support for ARM
|
||||
The various ARM families need similar handling like i?86.
|
||||
- commit 0c6be6b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 27 17:08:42 CEST 2011 - tiwai@suse.de
|
||||
|
@ -698,8 +698,7 @@ add_dirs_to_filelist() {
|
||||
# Collect the file lists.
|
||||
shopt -s nullglob
|
||||
> %my_builddir/kernel-devel.files
|
||||
for file in %buildroot/boot/vmlinux-*.gz %buildroot/boot/symtypes* \
|
||||
%buildroot/lib/modules/*/{build,source}; do
|
||||
for file in %buildroot/boot/symtypes* %buildroot/lib/modules/*/{build,source}; do
|
||||
f=${file##%buildroot}
|
||||
echo "$f" >> %my_builddir/kernel-devel.files
|
||||
done
|
||||
|
@ -1,15 +1,25 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 8 14:52:21 CET 2011 - mmarek@suse.cz
|
||||
|
||||
- rpm/kernel-binary.spec.in: Do not package the vmlinux image in the devel
|
||||
package.
|
||||
- commit 02bb976
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 7 11:08:09 CET 2011 - aj@suse.de
|
||||
|
||||
- Use GPL-2.0 as license tag (from http://spdx.org/licenses/)
|
||||
Only have one licenses line per file, the rest was just duplicated.
|
||||
- commit 917aca5
|
||||
- Use GPL-2.0 as license tag (from http://spdx.org/licenses/)
|
||||
Only have one licenses line per file, the rest was just duplicated.
|
||||
- commit f7c443c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 7 11:05:05 CET 2011 - aj@suse.de
|
||||
|
||||
- Fix typo: Base package should not conflict with itself but with main package.
|
||||
- commit 5d0bf63
|
||||
- Fix typo: Base package should not conflict with itself but with main package.
|
||||
- commit e961ef0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 6 00:07:03 CET 2011 - jeffm@suse.com
|
||||
@ -218,7 +228,11 @@ Tue Nov 22 14:05:11 CET 2011 - agraf@suse.de
|
||||
On ARM we can not build generic kernels that work through different generations,
|
||||
such as armv5 and armv7. So we better list them explicitly and not export an rpm
|
||||
that wouldn't even work on the respective architecture :).
|
||||
- commit bf922b2
|
||||
- ARM: Dont generalize the target
|
||||
On ARM we can not build generic kernels that work through different generations,
|
||||
such as armv5 and armv7. So we better list them explicitly and not export an rpm
|
||||
that wouldn't even work on the respective architecture :).
|
||||
- commit 854928d
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 17 19:45:48 CET 2011 - bpoirier@suse.de
|
||||
@ -244,8 +258,9 @@ Wed Nov 16 06:32:19 CET 2011 - jeffm@suse.com
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 14 22:22:11 CET 2011 - awafaa@opensuse.org
|
||||
|
||||
- Add package descriptions for ARM kernels
|
||||
- Add ARM support for iMX51, OMAP2plus & Tegra SoC
|
||||
- commit 90eafd0
|
||||
- commit 51ebb2d
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 14 19:24:31 CET 2011 - jeffm@suse.com
|
||||
@ -333,7 +348,9 @@ Sun Oct 30 12:47:38 CET 2011 - mmarek@suse.cz
|
||||
|
||||
- rpm/{arch-symbols,mkspec}: Add support for ARM
|
||||
The various ARM families need similar handling like i?86.
|
||||
- commit 3108a66
|
||||
- rpm/{arch-symbols,mkspec}: Add support for ARM
|
||||
The various ARM families need similar handling like i?86.
|
||||
- commit 0c6be6b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 27 17:08:42 CEST 2011 - tiwai@suse.de
|
||||
|
@ -1,15 +1,25 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 8 14:52:21 CET 2011 - mmarek@suse.cz
|
||||
|
||||
- rpm/kernel-binary.spec.in: Do not package the vmlinux image in the devel
|
||||
package.
|
||||
- commit 02bb976
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 7 11:08:09 CET 2011 - aj@suse.de
|
||||
|
||||
- Use GPL-2.0 as license tag (from http://spdx.org/licenses/)
|
||||
Only have one licenses line per file, the rest was just duplicated.
|
||||
- commit 917aca5
|
||||
- Use GPL-2.0 as license tag (from http://spdx.org/licenses/)
|
||||
Only have one licenses line per file, the rest was just duplicated.
|
||||
- commit f7c443c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 7 11:05:05 CET 2011 - aj@suse.de
|
||||
|
||||
- Fix typo: Base package should not conflict with itself but with main package.
|
||||
- commit 5d0bf63
|
||||
- Fix typo: Base package should not conflict with itself but with main package.
|
||||
- commit e961ef0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 6 00:07:03 CET 2011 - jeffm@suse.com
|
||||
@ -218,7 +228,11 @@ Tue Nov 22 14:05:11 CET 2011 - agraf@suse.de
|
||||
On ARM we can not build generic kernels that work through different generations,
|
||||
such as armv5 and armv7. So we better list them explicitly and not export an rpm
|
||||
that wouldn't even work on the respective architecture :).
|
||||
- commit bf922b2
|
||||
- ARM: Dont generalize the target
|
||||
On ARM we can not build generic kernels that work through different generations,
|
||||
such as armv5 and armv7. So we better list them explicitly and not export an rpm
|
||||
that wouldn't even work on the respective architecture :).
|
||||
- commit 854928d
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 17 19:45:48 CET 2011 - bpoirier@suse.de
|
||||
@ -244,8 +258,9 @@ Wed Nov 16 06:32:19 CET 2011 - jeffm@suse.com
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 14 22:22:11 CET 2011 - awafaa@opensuse.org
|
||||
|
||||
- Add package descriptions for ARM kernels
|
||||
- Add ARM support for iMX51, OMAP2plus & Tegra SoC
|
||||
- commit 90eafd0
|
||||
- commit 51ebb2d
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 14 19:24:31 CET 2011 - jeffm@suse.com
|
||||
@ -333,7 +348,9 @@ Sun Oct 30 12:47:38 CET 2011 - mmarek@suse.cz
|
||||
|
||||
- rpm/{arch-symbols,mkspec}: Add support for ARM
|
||||
The various ARM families need similar handling like i?86.
|
||||
- commit 3108a66
|
||||
- rpm/{arch-symbols,mkspec}: Add support for ARM
|
||||
The various ARM families need similar handling like i?86.
|
||||
- commit 0c6be6b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 27 17:08:42 CEST 2011 - tiwai@suse.de
|
||||
|
@ -1,15 +1,25 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 8 14:52:21 CET 2011 - mmarek@suse.cz
|
||||
|
||||
- rpm/kernel-binary.spec.in: Do not package the vmlinux image in the devel
|
||||
package.
|
||||
- commit 02bb976
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 7 11:08:09 CET 2011 - aj@suse.de
|
||||
|
||||
- Use GPL-2.0 as license tag (from http://spdx.org/licenses/)
|
||||
Only have one licenses line per file, the rest was just duplicated.
|
||||
- commit 917aca5
|
||||
- Use GPL-2.0 as license tag (from http://spdx.org/licenses/)
|
||||
Only have one licenses line per file, the rest was just duplicated.
|
||||
- commit f7c443c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 7 11:05:05 CET 2011 - aj@suse.de
|
||||
|
||||
- Fix typo: Base package should not conflict with itself but with main package.
|
||||
- commit 5d0bf63
|
||||
- Fix typo: Base package should not conflict with itself but with main package.
|
||||
- commit e961ef0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 6 00:07:03 CET 2011 - jeffm@suse.com
|
||||
@ -218,7 +228,11 @@ Tue Nov 22 14:05:11 CET 2011 - agraf@suse.de
|
||||
On ARM we can not build generic kernels that work through different generations,
|
||||
such as armv5 and armv7. So we better list them explicitly and not export an rpm
|
||||
that wouldn't even work on the respective architecture :).
|
||||
- commit bf922b2
|
||||
- ARM: Dont generalize the target
|
||||
On ARM we can not build generic kernels that work through different generations,
|
||||
such as armv5 and armv7. So we better list them explicitly and not export an rpm
|
||||
that wouldn't even work on the respective architecture :).
|
||||
- commit 854928d
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 17 19:45:48 CET 2011 - bpoirier@suse.de
|
||||
@ -244,8 +258,9 @@ Wed Nov 16 06:32:19 CET 2011 - jeffm@suse.com
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 14 22:22:11 CET 2011 - awafaa@opensuse.org
|
||||
|
||||
- Add package descriptions for ARM kernels
|
||||
- Add ARM support for iMX51, OMAP2plus & Tegra SoC
|
||||
- commit 90eafd0
|
||||
- commit 51ebb2d
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 14 19:24:31 CET 2011 - jeffm@suse.com
|
||||
@ -333,7 +348,9 @@ Sun Oct 30 12:47:38 CET 2011 - mmarek@suse.cz
|
||||
|
||||
- rpm/{arch-symbols,mkspec}: Add support for ARM
|
||||
The various ARM families need similar handling like i?86.
|
||||
- commit 3108a66
|
||||
- rpm/{arch-symbols,mkspec}: Add support for ARM
|
||||
The various ARM families need similar handling like i?86.
|
||||
- commit 0c6be6b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 27 17:08:42 CEST 2011 - tiwai@suse.de
|
||||
|
@ -696,8 +696,7 @@ add_dirs_to_filelist() {
|
||||
# Collect the file lists.
|
||||
shopt -s nullglob
|
||||
> %my_builddir/kernel-devel.files
|
||||
for file in %buildroot/boot/vmlinux-*.gz %buildroot/boot/symtypes* \
|
||||
%buildroot/lib/modules/*/{build,source}; do
|
||||
for file in %buildroot/boot/symtypes* %buildroot/lib/modules/*/{build,source}; do
|
||||
f=${file##%buildroot}
|
||||
echo "$f" >> %my_builddir/kernel-devel.files
|
||||
done
|
||||
|
@ -1,15 +1,25 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 8 14:52:21 CET 2011 - mmarek@suse.cz
|
||||
|
||||
- rpm/kernel-binary.spec.in: Do not package the vmlinux image in the devel
|
||||
package.
|
||||
- commit 02bb976
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 7 11:08:09 CET 2011 - aj@suse.de
|
||||
|
||||
- Use GPL-2.0 as license tag (from http://spdx.org/licenses/)
|
||||
Only have one licenses line per file, the rest was just duplicated.
|
||||
- commit 917aca5
|
||||
- Use GPL-2.0 as license tag (from http://spdx.org/licenses/)
|
||||
Only have one licenses line per file, the rest was just duplicated.
|
||||
- commit f7c443c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 7 11:05:05 CET 2011 - aj@suse.de
|
||||
|
||||
- Fix typo: Base package should not conflict with itself but with main package.
|
||||
- commit 5d0bf63
|
||||
- Fix typo: Base package should not conflict with itself but with main package.
|
||||
- commit e961ef0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 6 00:07:03 CET 2011 - jeffm@suse.com
|
||||
@ -218,7 +228,11 @@ Tue Nov 22 14:05:11 CET 2011 - agraf@suse.de
|
||||
On ARM we can not build generic kernels that work through different generations,
|
||||
such as armv5 and armv7. So we better list them explicitly and not export an rpm
|
||||
that wouldn't even work on the respective architecture :).
|
||||
- commit bf922b2
|
||||
- ARM: Dont generalize the target
|
||||
On ARM we can not build generic kernels that work through different generations,
|
||||
such as armv5 and armv7. So we better list them explicitly and not export an rpm
|
||||
that wouldn't even work on the respective architecture :).
|
||||
- commit 854928d
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 17 19:45:48 CET 2011 - bpoirier@suse.de
|
||||
@ -244,8 +258,9 @@ Wed Nov 16 06:32:19 CET 2011 - jeffm@suse.com
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 14 22:22:11 CET 2011 - awafaa@opensuse.org
|
||||
|
||||
- Add package descriptions for ARM kernels
|
||||
- Add ARM support for iMX51, OMAP2plus & Tegra SoC
|
||||
- commit 90eafd0
|
||||
- commit 51ebb2d
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 14 19:24:31 CET 2011 - jeffm@suse.com
|
||||
@ -333,7 +348,9 @@ Sun Oct 30 12:47:38 CET 2011 - mmarek@suse.cz
|
||||
|
||||
- rpm/{arch-symbols,mkspec}: Add support for ARM
|
||||
The various ARM families need similar handling like i?86.
|
||||
- commit 3108a66
|
||||
- rpm/{arch-symbols,mkspec}: Add support for ARM
|
||||
The various ARM families need similar handling like i?86.
|
||||
- commit 0c6be6b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 27 17:08:42 CEST 2011 - tiwai@suse.de
|
||||
|
@ -706,8 +706,7 @@ add_dirs_to_filelist() {
|
||||
# Collect the file lists.
|
||||
shopt -s nullglob
|
||||
> %my_builddir/kernel-devel.files
|
||||
for file in %buildroot/boot/vmlinux-*.gz %buildroot/boot/symtypes* \
|
||||
%buildroot/lib/modules/*/{build,source}; do
|
||||
for file in %buildroot/boot/symtypes* %buildroot/lib/modules/*/{build,source}; do
|
||||
f=${file##%buildroot}
|
||||
echo "$f" >> %my_builddir/kernel-devel.files
|
||||
done
|
||||
|
@ -1,15 +1,25 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 8 14:52:21 CET 2011 - mmarek@suse.cz
|
||||
|
||||
- rpm/kernel-binary.spec.in: Do not package the vmlinux image in the devel
|
||||
package.
|
||||
- commit 02bb976
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 7 11:08:09 CET 2011 - aj@suse.de
|
||||
|
||||
- Use GPL-2.0 as license tag (from http://spdx.org/licenses/)
|
||||
Only have one licenses line per file, the rest was just duplicated.
|
||||
- commit 917aca5
|
||||
- Use GPL-2.0 as license tag (from http://spdx.org/licenses/)
|
||||
Only have one licenses line per file, the rest was just duplicated.
|
||||
- commit f7c443c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 7 11:05:05 CET 2011 - aj@suse.de
|
||||
|
||||
- Fix typo: Base package should not conflict with itself but with main package.
|
||||
- commit 5d0bf63
|
||||
- Fix typo: Base package should not conflict with itself but with main package.
|
||||
- commit e961ef0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 6 00:07:03 CET 2011 - jeffm@suse.com
|
||||
@ -218,7 +228,11 @@ Tue Nov 22 14:05:11 CET 2011 - agraf@suse.de
|
||||
On ARM we can not build generic kernels that work through different generations,
|
||||
such as armv5 and armv7. So we better list them explicitly and not export an rpm
|
||||
that wouldn't even work on the respective architecture :).
|
||||
- commit bf922b2
|
||||
- ARM: Dont generalize the target
|
||||
On ARM we can not build generic kernels that work through different generations,
|
||||
such as armv5 and armv7. So we better list them explicitly and not export an rpm
|
||||
that wouldn't even work on the respective architecture :).
|
||||
- commit 854928d
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 17 19:45:48 CET 2011 - bpoirier@suse.de
|
||||
@ -244,8 +258,9 @@ Wed Nov 16 06:32:19 CET 2011 - jeffm@suse.com
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 14 22:22:11 CET 2011 - awafaa@opensuse.org
|
||||
|
||||
- Add package descriptions for ARM kernels
|
||||
- Add ARM support for iMX51, OMAP2plus & Tegra SoC
|
||||
- commit 90eafd0
|
||||
- commit 51ebb2d
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 14 19:24:31 CET 2011 - jeffm@suse.com
|
||||
@ -333,7 +348,9 @@ Sun Oct 30 12:47:38 CET 2011 - mmarek@suse.cz
|
||||
|
||||
- rpm/{arch-symbols,mkspec}: Add support for ARM
|
||||
The various ARM families need similar handling like i?86.
|
||||
- commit 3108a66
|
||||
- rpm/{arch-symbols,mkspec}: Add support for ARM
|
||||
The various ARM families need similar handling like i?86.
|
||||
- commit 0c6be6b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 27 17:08:42 CEST 2011 - tiwai@suse.de
|
||||
|
@ -702,8 +702,7 @@ add_dirs_to_filelist() {
|
||||
# Collect the file lists.
|
||||
shopt -s nullglob
|
||||
> %my_builddir/kernel-devel.files
|
||||
for file in %buildroot/boot/vmlinux-*.gz %buildroot/boot/symtypes* \
|
||||
%buildroot/lib/modules/*/{build,source}; do
|
||||
for file in %buildroot/boot/symtypes* %buildroot/lib/modules/*/{build,source}; do
|
||||
f=${file##%buildroot}
|
||||
echo "$f" >> %my_builddir/kernel-devel.files
|
||||
done
|
||||
|
@ -1,15 +1,25 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 8 14:52:21 CET 2011 - mmarek@suse.cz
|
||||
|
||||
- rpm/kernel-binary.spec.in: Do not package the vmlinux image in the devel
|
||||
package.
|
||||
- commit 02bb976
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 7 11:08:09 CET 2011 - aj@suse.de
|
||||
|
||||
- Use GPL-2.0 as license tag (from http://spdx.org/licenses/)
|
||||
Only have one licenses line per file, the rest was just duplicated.
|
||||
- commit 917aca5
|
||||
- Use GPL-2.0 as license tag (from http://spdx.org/licenses/)
|
||||
Only have one licenses line per file, the rest was just duplicated.
|
||||
- commit f7c443c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 7 11:05:05 CET 2011 - aj@suse.de
|
||||
|
||||
- Fix typo: Base package should not conflict with itself but with main package.
|
||||
- commit 5d0bf63
|
||||
- Fix typo: Base package should not conflict with itself but with main package.
|
||||
- commit e961ef0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 6 00:07:03 CET 2011 - jeffm@suse.com
|
||||
@ -218,7 +228,11 @@ Tue Nov 22 14:05:11 CET 2011 - agraf@suse.de
|
||||
On ARM we can not build generic kernels that work through different generations,
|
||||
such as armv5 and armv7. So we better list them explicitly and not export an rpm
|
||||
that wouldn't even work on the respective architecture :).
|
||||
- commit bf922b2
|
||||
- ARM: Dont generalize the target
|
||||
On ARM we can not build generic kernels that work through different generations,
|
||||
such as armv5 and armv7. So we better list them explicitly and not export an rpm
|
||||
that wouldn't even work on the respective architecture :).
|
||||
- commit 854928d
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 17 19:45:48 CET 2011 - bpoirier@suse.de
|
||||
@ -244,8 +258,9 @@ Wed Nov 16 06:32:19 CET 2011 - jeffm@suse.com
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 14 22:22:11 CET 2011 - awafaa@opensuse.org
|
||||
|
||||
- Add package descriptions for ARM kernels
|
||||
- Add ARM support for iMX51, OMAP2plus & Tegra SoC
|
||||
- commit 90eafd0
|
||||
- commit 51ebb2d
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 14 19:24:31 CET 2011 - jeffm@suse.com
|
||||
@ -333,7 +348,9 @@ Sun Oct 30 12:47:38 CET 2011 - mmarek@suse.cz
|
||||
|
||||
- rpm/{arch-symbols,mkspec}: Add support for ARM
|
||||
The various ARM families need similar handling like i?86.
|
||||
- commit 3108a66
|
||||
- rpm/{arch-symbols,mkspec}: Add support for ARM
|
||||
The various ARM families need similar handling like i?86.
|
||||
- commit 0c6be6b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 27 17:08:42 CEST 2011 - tiwai@suse.de
|
||||
|
@ -698,8 +698,7 @@ add_dirs_to_filelist() {
|
||||
# Collect the file lists.
|
||||
shopt -s nullglob
|
||||
> %my_builddir/kernel-devel.files
|
||||
for file in %buildroot/boot/vmlinux-*.gz %buildroot/boot/symtypes* \
|
||||
%buildroot/lib/modules/*/{build,source}; do
|
||||
for file in %buildroot/boot/symtypes* %buildroot/lib/modules/*/{build,source}; do
|
||||
f=${file##%buildroot}
|
||||
echo "$f" >> %my_builddir/kernel-devel.files
|
||||
done
|
||||
|
@ -1,3 +1,3 @@
|
||||
2011-12-07 11:08:09 +0100
|
||||
GIT Revision: 917aca5b7885be20de00cd212741bceb4a92e272
|
||||
2011-12-08 16:51:10 +0100
|
||||
GIT Revision: 0692239b4434719f0e260978dd03d4d433752166
|
||||
GIT Branch: master
|
||||
|
Loading…
Reference in New Issue
Block a user