GIT Revision: d20736defed598704cae363f805d7eb26f280384
OBS-URL: https://build.opensuse.org/package/show/Kernel:HEAD/kernel-source?expand=0&rev=7178
This commit is contained in:
parent
74d61aea73
commit
e4b0b07d4d
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Dec 13 13:32:40 UTC 2011 - agraf@suse.com
|
||||||
|
|
||||||
|
- CONFIG_DEBUG_STACKOVERFLOW=n on PPC
|
||||||
|
PPC was diverging from other archs in this option, needlessly
|
||||||
|
slowing down the system and adding needless kernel messages.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Jun 21 11:38:10 UTC 2011 - mmarek@novell.com
|
Tue Jun 21 11:38:10 UTC 2011 - mmarek@novell.com
|
||||||
|
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:2d33f518c79115ab3d5cceb8380f8f7ecf8688e1104e38dadf2b10c71a2393b5
|
oid sha256:e587c21df599be99d8b6a907885dd5eb22c7f21d0b8760b955d4c040467ce626
|
||||||
size 273577
|
size 273792
|
||||||
|
@ -1,14 +1,34 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Dec 13 23:00:02 CET 2011 - mmarek@suse.cz
|
||||||
|
|
||||||
|
- rpm/kernel-source.spec.in, rpm/mkspec: Fix linux tarball URL
|
||||||
|
- commit 5453f99
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Dec 13 14:33:56 CET 2011 - agraf@suse.de
|
||||||
|
|
||||||
|
- doc/config-options.changes: add CONFIG_DEBUG_STACKOVERFLOW change
|
||||||
|
- commit 42de6ff
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Dec 13 11:42:47 CET 2011 - agraf@suse.de
|
||||||
|
|
||||||
|
- PPC: Update config files: disable CONFIG_DEBUG_STACKOVERFLOW
|
||||||
|
- commit 4d462dd
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Dec 12 16:06:06 CET 2011 - aj@suse.de
|
Mon Dec 12 16:06:06 CET 2011 - aj@suse.de
|
||||||
|
|
||||||
- Silence missing defattr warning.
|
- Silence missing defattr warning.
|
||||||
- commit a9137c1
|
- Silence missing defattr warning.
|
||||||
|
- commit e7e3743
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Dec 12 16:04:58 CET 2011 - aj@suse.de
|
Mon Dec 12 16:04:58 CET 2011 - aj@suse.de
|
||||||
|
|
||||||
- Silence warning about dangling symlink and vdsos
|
- Silence warning about dangling symlink and vdsos
|
||||||
- commit bc6276e
|
- Silence warning about dangling symlink and vdsos
|
||||||
|
- commit 701c5c7
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Dec 9 22:28:04 CET 2011 - aj@suse.de
|
Fri Dec 9 22:28:04 CET 2011 - aj@suse.de
|
||||||
|
@ -135,7 +135,7 @@ Provides: kernel-kdump
|
|||||||
Obsoletes: kernel-kdump
|
Obsoletes: kernel-kdump
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
Source0: http://www.kernel.org/pub/linux/kernel/v2.6/linux-%srcversion.tar.bz2
|
Source0: http://www.kernel.org/pub/linux/kernel/v3.x/linux-%srcversion.tar.bz2
|
||||||
Source2: source-post.sh
|
Source2: source-post.sh
|
||||||
Source3: kernel-source.rpmlintrc
|
Source3: kernel-source.rpmlintrc
|
||||||
Source8: devel-pre.sh
|
Source8: devel-pre.sh
|
||||||
|
@ -1,14 +1,34 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Dec 13 23:00:02 CET 2011 - mmarek@suse.cz
|
||||||
|
|
||||||
|
- rpm/kernel-source.spec.in, rpm/mkspec: Fix linux tarball URL
|
||||||
|
- commit 5453f99
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Dec 13 14:33:56 CET 2011 - agraf@suse.de
|
||||||
|
|
||||||
|
- doc/config-options.changes: add CONFIG_DEBUG_STACKOVERFLOW change
|
||||||
|
- commit 42de6ff
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Dec 13 11:42:47 CET 2011 - agraf@suse.de
|
||||||
|
|
||||||
|
- PPC: Update config files: disable CONFIG_DEBUG_STACKOVERFLOW
|
||||||
|
- commit 4d462dd
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Dec 12 16:06:06 CET 2011 - aj@suse.de
|
Mon Dec 12 16:06:06 CET 2011 - aj@suse.de
|
||||||
|
|
||||||
- Silence missing defattr warning.
|
- Silence missing defattr warning.
|
||||||
- commit a9137c1
|
- Silence missing defattr warning.
|
||||||
|
- commit e7e3743
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Dec 12 16:04:58 CET 2011 - aj@suse.de
|
Mon Dec 12 16:04:58 CET 2011 - aj@suse.de
|
||||||
|
|
||||||
- Silence warning about dangling symlink and vdsos
|
- Silence warning about dangling symlink and vdsos
|
||||||
- commit bc6276e
|
- Silence warning about dangling symlink and vdsos
|
||||||
|
- commit 701c5c7
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Dec 9 22:28:04 CET 2011 - aj@suse.de
|
Fri Dec 9 22:28:04 CET 2011 - aj@suse.de
|
||||||
|
@ -151,7 +151,7 @@ Provides: smp kernel-smp
|
|||||||
Obsoletes: smp kernel-smp
|
Obsoletes: smp kernel-smp
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
Source0: http://www.kernel.org/pub/linux/kernel/v2.6/linux-%srcversion.tar.bz2
|
Source0: http://www.kernel.org/pub/linux/kernel/v3.x/linux-%srcversion.tar.bz2
|
||||||
Source2: source-post.sh
|
Source2: source-post.sh
|
||||||
Source3: kernel-source.rpmlintrc
|
Source3: kernel-source.rpmlintrc
|
||||||
Source8: devel-pre.sh
|
Source8: devel-pre.sh
|
||||||
|
@ -1,14 +1,34 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Dec 13 23:00:02 CET 2011 - mmarek@suse.cz
|
||||||
|
|
||||||
|
- rpm/kernel-source.spec.in, rpm/mkspec: Fix linux tarball URL
|
||||||
|
- commit 5453f99
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Dec 13 14:33:56 CET 2011 - agraf@suse.de
|
||||||
|
|
||||||
|
- doc/config-options.changes: add CONFIG_DEBUG_STACKOVERFLOW change
|
||||||
|
- commit 42de6ff
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Dec 13 11:42:47 CET 2011 - agraf@suse.de
|
||||||
|
|
||||||
|
- PPC: Update config files: disable CONFIG_DEBUG_STACKOVERFLOW
|
||||||
|
- commit 4d462dd
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Dec 12 16:06:06 CET 2011 - aj@suse.de
|
Mon Dec 12 16:06:06 CET 2011 - aj@suse.de
|
||||||
|
|
||||||
- Silence missing defattr warning.
|
- Silence missing defattr warning.
|
||||||
- commit a9137c1
|
- Silence missing defattr warning.
|
||||||
|
- commit e7e3743
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Dec 12 16:04:58 CET 2011 - aj@suse.de
|
Mon Dec 12 16:04:58 CET 2011 - aj@suse.de
|
||||||
|
|
||||||
- Silence warning about dangling symlink and vdsos
|
- Silence warning about dangling symlink and vdsos
|
||||||
- commit bc6276e
|
- Silence warning about dangling symlink and vdsos
|
||||||
|
- commit 701c5c7
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Dec 9 22:28:04 CET 2011 - aj@suse.de
|
Fri Dec 9 22:28:04 CET 2011 - aj@suse.de
|
||||||
|
@ -132,7 +132,7 @@ Conflicts: libc.so.6()(64bit)
|
|||||||
Provides: kernel = %version-%source_rel
|
Provides: kernel = %version-%source_rel
|
||||||
|
|
||||||
|
|
||||||
Source0: http://www.kernel.org/pub/linux/kernel/v2.6/linux-%srcversion.tar.bz2
|
Source0: http://www.kernel.org/pub/linux/kernel/v3.x/linux-%srcversion.tar.bz2
|
||||||
Source2: source-post.sh
|
Source2: source-post.sh
|
||||||
Source3: kernel-source.rpmlintrc
|
Source3: kernel-source.rpmlintrc
|
||||||
Source8: devel-pre.sh
|
Source8: devel-pre.sh
|
||||||
|
@ -1,14 +1,34 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Dec 13 23:00:02 CET 2011 - mmarek@suse.cz
|
||||||
|
|
||||||
|
- rpm/kernel-source.spec.in, rpm/mkspec: Fix linux tarball URL
|
||||||
|
- commit 5453f99
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Dec 13 14:33:56 CET 2011 - agraf@suse.de
|
||||||
|
|
||||||
|
- doc/config-options.changes: add CONFIG_DEBUG_STACKOVERFLOW change
|
||||||
|
- commit 42de6ff
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Dec 13 11:42:47 CET 2011 - agraf@suse.de
|
||||||
|
|
||||||
|
- PPC: Update config files: disable CONFIG_DEBUG_STACKOVERFLOW
|
||||||
|
- commit 4d462dd
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Dec 12 16:06:06 CET 2011 - aj@suse.de
|
Mon Dec 12 16:06:06 CET 2011 - aj@suse.de
|
||||||
|
|
||||||
- Silence missing defattr warning.
|
- Silence missing defattr warning.
|
||||||
- commit a9137c1
|
- Silence missing defattr warning.
|
||||||
|
- commit e7e3743
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Dec 12 16:04:58 CET 2011 - aj@suse.de
|
Mon Dec 12 16:04:58 CET 2011 - aj@suse.de
|
||||||
|
|
||||||
- Silence warning about dangling symlink and vdsos
|
- Silence warning about dangling symlink and vdsos
|
||||||
- commit bc6276e
|
- Silence warning about dangling symlink and vdsos
|
||||||
|
- commit 701c5c7
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Dec 9 22:28:04 CET 2011 - aj@suse.de
|
Fri Dec 9 22:28:04 CET 2011 - aj@suse.de
|
||||||
|
@ -1,14 +1,34 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Dec 13 23:00:02 CET 2011 - mmarek@suse.cz
|
||||||
|
|
||||||
|
- rpm/kernel-source.spec.in, rpm/mkspec: Fix linux tarball URL
|
||||||
|
- commit 5453f99
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Dec 13 14:33:56 CET 2011 - agraf@suse.de
|
||||||
|
|
||||||
|
- doc/config-options.changes: add CONFIG_DEBUG_STACKOVERFLOW change
|
||||||
|
- commit 42de6ff
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Dec 13 11:42:47 CET 2011 - agraf@suse.de
|
||||||
|
|
||||||
|
- PPC: Update config files: disable CONFIG_DEBUG_STACKOVERFLOW
|
||||||
|
- commit 4d462dd
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Dec 12 16:06:06 CET 2011 - aj@suse.de
|
Mon Dec 12 16:06:06 CET 2011 - aj@suse.de
|
||||||
|
|
||||||
- Silence missing defattr warning.
|
- Silence missing defattr warning.
|
||||||
- commit a9137c1
|
- Silence missing defattr warning.
|
||||||
|
- commit e7e3743
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Dec 12 16:04:58 CET 2011 - aj@suse.de
|
Mon Dec 12 16:04:58 CET 2011 - aj@suse.de
|
||||||
|
|
||||||
- Silence warning about dangling symlink and vdsos
|
- Silence warning about dangling symlink and vdsos
|
||||||
- commit bc6276e
|
- Silence warning about dangling symlink and vdsos
|
||||||
|
- commit 701c5c7
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Dec 9 22:28:04 CET 2011 - aj@suse.de
|
Fri Dec 9 22:28:04 CET 2011 - aj@suse.de
|
||||||
|
@ -132,7 +132,7 @@ Conflicts: libc.so.6()(64bit)
|
|||||||
Provides: kernel = %version-%source_rel
|
Provides: kernel = %version-%source_rel
|
||||||
|
|
||||||
|
|
||||||
Source0: http://www.kernel.org/pub/linux/kernel/v2.6/linux-%srcversion.tar.bz2
|
Source0: http://www.kernel.org/pub/linux/kernel/v3.x/linux-%srcversion.tar.bz2
|
||||||
Source2: source-post.sh
|
Source2: source-post.sh
|
||||||
Source3: kernel-source.rpmlintrc
|
Source3: kernel-source.rpmlintrc
|
||||||
Source8: devel-pre.sh
|
Source8: devel-pre.sh
|
||||||
|
@ -1,14 +1,34 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Dec 13 23:00:02 CET 2011 - mmarek@suse.cz
|
||||||
|
|
||||||
|
- rpm/kernel-source.spec.in, rpm/mkspec: Fix linux tarball URL
|
||||||
|
- commit 5453f99
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Dec 13 14:33:56 CET 2011 - agraf@suse.de
|
||||||
|
|
||||||
|
- doc/config-options.changes: add CONFIG_DEBUG_STACKOVERFLOW change
|
||||||
|
- commit 42de6ff
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Dec 13 11:42:47 CET 2011 - agraf@suse.de
|
||||||
|
|
||||||
|
- PPC: Update config files: disable CONFIG_DEBUG_STACKOVERFLOW
|
||||||
|
- commit 4d462dd
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Dec 12 16:06:06 CET 2011 - aj@suse.de
|
Mon Dec 12 16:06:06 CET 2011 - aj@suse.de
|
||||||
|
|
||||||
- Silence missing defattr warning.
|
- Silence missing defattr warning.
|
||||||
- commit a9137c1
|
- Silence missing defattr warning.
|
||||||
|
- commit e7e3743
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Dec 12 16:04:58 CET 2011 - aj@suse.de
|
Mon Dec 12 16:04:58 CET 2011 - aj@suse.de
|
||||||
|
|
||||||
- Silence warning about dangling symlink and vdsos
|
- Silence warning about dangling symlink and vdsos
|
||||||
- commit bc6276e
|
- Silence warning about dangling symlink and vdsos
|
||||||
|
- commit 701c5c7
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Dec 9 22:28:04 CET 2011 - aj@suse.de
|
Fri Dec 9 22:28:04 CET 2011 - aj@suse.de
|
||||||
|
@ -132,7 +132,7 @@ Conflicts: libc.so.6()(64bit)
|
|||||||
Provides: kernel = %version-%source_rel
|
Provides: kernel = %version-%source_rel
|
||||||
|
|
||||||
|
|
||||||
Source0: http://www.kernel.org/pub/linux/kernel/v2.6/linux-%srcversion.tar.bz2
|
Source0: http://www.kernel.org/pub/linux/kernel/v3.x/linux-%srcversion.tar.bz2
|
||||||
Source2: source-post.sh
|
Source2: source-post.sh
|
||||||
Source3: kernel-source.rpmlintrc
|
Source3: kernel-source.rpmlintrc
|
||||||
Source8: devel-pre.sh
|
Source8: devel-pre.sh
|
||||||
|
@ -1,14 +1,34 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Dec 13 23:00:02 CET 2011 - mmarek@suse.cz
|
||||||
|
|
||||||
|
- rpm/kernel-source.spec.in, rpm/mkspec: Fix linux tarball URL
|
||||||
|
- commit 5453f99
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Dec 13 14:33:56 CET 2011 - agraf@suse.de
|
||||||
|
|
||||||
|
- doc/config-options.changes: add CONFIG_DEBUG_STACKOVERFLOW change
|
||||||
|
- commit 42de6ff
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Dec 13 11:42:47 CET 2011 - agraf@suse.de
|
||||||
|
|
||||||
|
- PPC: Update config files: disable CONFIG_DEBUG_STACKOVERFLOW
|
||||||
|
- commit 4d462dd
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Dec 12 16:06:06 CET 2011 - aj@suse.de
|
Mon Dec 12 16:06:06 CET 2011 - aj@suse.de
|
||||||
|
|
||||||
- Silence missing defattr warning.
|
- Silence missing defattr warning.
|
||||||
- commit a9137c1
|
- Silence missing defattr warning.
|
||||||
|
- commit e7e3743
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Dec 12 16:04:58 CET 2011 - aj@suse.de
|
Mon Dec 12 16:04:58 CET 2011 - aj@suse.de
|
||||||
|
|
||||||
- Silence warning about dangling symlink and vdsos
|
- Silence warning about dangling symlink and vdsos
|
||||||
- commit bc6276e
|
- Silence warning about dangling symlink and vdsos
|
||||||
|
- commit 701c5c7
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Dec 9 22:28:04 CET 2011 - aj@suse.de
|
Fri Dec 9 22:28:04 CET 2011 - aj@suse.de
|
||||||
|
@ -132,7 +132,7 @@ Conflicts: libc.so.6()(64bit)
|
|||||||
Provides: kernel = %version-%source_rel
|
Provides: kernel = %version-%source_rel
|
||||||
|
|
||||||
|
|
||||||
Source0: http://www.kernel.org/pub/linux/kernel/v2.6/linux-%srcversion.tar.bz2
|
Source0: http://www.kernel.org/pub/linux/kernel/v3.x/linux-%srcversion.tar.bz2
|
||||||
Source2: source-post.sh
|
Source2: source-post.sh
|
||||||
Source3: kernel-source.rpmlintrc
|
Source3: kernel-source.rpmlintrc
|
||||||
Source8: devel-pre.sh
|
Source8: devel-pre.sh
|
||||||
|
@ -1,14 +1,34 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Dec 13 23:00:02 CET 2011 - mmarek@suse.cz
|
||||||
|
|
||||||
|
- rpm/kernel-source.spec.in, rpm/mkspec: Fix linux tarball URL
|
||||||
|
- commit 5453f99
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Dec 13 14:33:56 CET 2011 - agraf@suse.de
|
||||||
|
|
||||||
|
- doc/config-options.changes: add CONFIG_DEBUG_STACKOVERFLOW change
|
||||||
|
- commit 42de6ff
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Dec 13 11:42:47 CET 2011 - agraf@suse.de
|
||||||
|
|
||||||
|
- PPC: Update config files: disable CONFIG_DEBUG_STACKOVERFLOW
|
||||||
|
- commit 4d462dd
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Dec 12 16:06:06 CET 2011 - aj@suse.de
|
Mon Dec 12 16:06:06 CET 2011 - aj@suse.de
|
||||||
|
|
||||||
- Silence missing defattr warning.
|
- Silence missing defattr warning.
|
||||||
- commit a9137c1
|
- Silence missing defattr warning.
|
||||||
|
- commit e7e3743
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Dec 12 16:04:58 CET 2011 - aj@suse.de
|
Mon Dec 12 16:04:58 CET 2011 - aj@suse.de
|
||||||
|
|
||||||
- Silence warning about dangling symlink and vdsos
|
- Silence warning about dangling symlink and vdsos
|
||||||
- commit bc6276e
|
- Silence warning about dangling symlink and vdsos
|
||||||
|
- commit 701c5c7
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Dec 9 22:28:04 CET 2011 - aj@suse.de
|
Fri Dec 9 22:28:04 CET 2011 - aj@suse.de
|
||||||
|
@ -135,7 +135,7 @@ Provides: kernel-bigsmp
|
|||||||
Obsoletes: kernel-bigsmp
|
Obsoletes: kernel-bigsmp
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
Source0: http://www.kernel.org/pub/linux/kernel/v2.6/linux-%srcversion.tar.bz2
|
Source0: http://www.kernel.org/pub/linux/kernel/v3.x/linux-%srcversion.tar.bz2
|
||||||
Source2: source-post.sh
|
Source2: source-post.sh
|
||||||
Source3: kernel-source.rpmlintrc
|
Source3: kernel-source.rpmlintrc
|
||||||
Source8: devel-pre.sh
|
Source8: devel-pre.sh
|
||||||
|
@ -1,14 +1,34 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Dec 13 23:00:02 CET 2011 - mmarek@suse.cz
|
||||||
|
|
||||||
|
- rpm/kernel-source.spec.in, rpm/mkspec: Fix linux tarball URL
|
||||||
|
- commit 5453f99
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Dec 13 14:33:56 CET 2011 - agraf@suse.de
|
||||||
|
|
||||||
|
- doc/config-options.changes: add CONFIG_DEBUG_STACKOVERFLOW change
|
||||||
|
- commit 42de6ff
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Dec 13 11:42:47 CET 2011 - agraf@suse.de
|
||||||
|
|
||||||
|
- PPC: Update config files: disable CONFIG_DEBUG_STACKOVERFLOW
|
||||||
|
- commit 4d462dd
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Dec 12 16:06:06 CET 2011 - aj@suse.de
|
Mon Dec 12 16:06:06 CET 2011 - aj@suse.de
|
||||||
|
|
||||||
- Silence missing defattr warning.
|
- Silence missing defattr warning.
|
||||||
- commit a9137c1
|
- Silence missing defattr warning.
|
||||||
|
- commit e7e3743
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Dec 12 16:04:58 CET 2011 - aj@suse.de
|
Mon Dec 12 16:04:58 CET 2011 - aj@suse.de
|
||||||
|
|
||||||
- Silence warning about dangling symlink and vdsos
|
- Silence warning about dangling symlink and vdsos
|
||||||
- commit bc6276e
|
- Silence warning about dangling symlink and vdsos
|
||||||
|
- commit 701c5c7
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Dec 9 22:28:04 CET 2011 - aj@suse.de
|
Fri Dec 9 22:28:04 CET 2011 - aj@suse.de
|
||||||
|
@ -139,7 +139,7 @@ Provides: kernel-kdump
|
|||||||
Obsoletes: kernel-kdump
|
Obsoletes: kernel-kdump
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
Source0: http://www.kernel.org/pub/linux/kernel/v2.6/linux-%srcversion.tar.bz2
|
Source0: http://www.kernel.org/pub/linux/kernel/v3.x/linux-%srcversion.tar.bz2
|
||||||
Source2: source-post.sh
|
Source2: source-post.sh
|
||||||
Source3: kernel-source.rpmlintrc
|
Source3: kernel-source.rpmlintrc
|
||||||
Source8: devel-pre.sh
|
Source8: devel-pre.sh
|
||||||
|
@ -1,14 +1,34 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Dec 13 23:00:02 CET 2011 - mmarek@suse.cz
|
||||||
|
|
||||||
|
- rpm/kernel-source.spec.in, rpm/mkspec: Fix linux tarball URL
|
||||||
|
- commit 5453f99
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Dec 13 14:33:56 CET 2011 - agraf@suse.de
|
||||||
|
|
||||||
|
- doc/config-options.changes: add CONFIG_DEBUG_STACKOVERFLOW change
|
||||||
|
- commit 42de6ff
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Dec 13 11:42:47 CET 2011 - agraf@suse.de
|
||||||
|
|
||||||
|
- PPC: Update config files: disable CONFIG_DEBUG_STACKOVERFLOW
|
||||||
|
- commit 4d462dd
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Dec 12 16:06:06 CET 2011 - aj@suse.de
|
Mon Dec 12 16:06:06 CET 2011 - aj@suse.de
|
||||||
|
|
||||||
- Silence missing defattr warning.
|
- Silence missing defattr warning.
|
||||||
- commit a9137c1
|
- Silence missing defattr warning.
|
||||||
|
- commit e7e3743
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Dec 12 16:04:58 CET 2011 - aj@suse.de
|
Mon Dec 12 16:04:58 CET 2011 - aj@suse.de
|
||||||
|
|
||||||
- Silence warning about dangling symlink and vdsos
|
- Silence warning about dangling symlink and vdsos
|
||||||
- commit bc6276e
|
- Silence warning about dangling symlink and vdsos
|
||||||
|
- commit 701c5c7
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Dec 9 22:28:04 CET 2011 - aj@suse.de
|
Fri Dec 9 22:28:04 CET 2011 - aj@suse.de
|
||||||
|
@ -135,7 +135,7 @@ Provides: kernel-32bit
|
|||||||
Obsoletes: kernel-32bit
|
Obsoletes: kernel-32bit
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
Source0: http://www.kernel.org/pub/linux/kernel/v2.6/linux-%srcversion.tar.bz2
|
Source0: http://www.kernel.org/pub/linux/kernel/v3.x/linux-%srcversion.tar.bz2
|
||||||
Source2: source-post.sh
|
Source2: source-post.sh
|
||||||
Source3: kernel-source.rpmlintrc
|
Source3: kernel-source.rpmlintrc
|
||||||
Source8: devel-pre.sh
|
Source8: devel-pre.sh
|
||||||
|
@ -1,14 +1,34 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Dec 13 23:00:02 CET 2011 - mmarek@suse.cz
|
||||||
|
|
||||||
|
- rpm/kernel-source.spec.in, rpm/mkspec: Fix linux tarball URL
|
||||||
|
- commit 5453f99
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Dec 13 14:33:56 CET 2011 - agraf@suse.de
|
||||||
|
|
||||||
|
- doc/config-options.changes: add CONFIG_DEBUG_STACKOVERFLOW change
|
||||||
|
- commit 42de6ff
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Dec 13 11:42:47 CET 2011 - agraf@suse.de
|
||||||
|
|
||||||
|
- PPC: Update config files: disable CONFIG_DEBUG_STACKOVERFLOW
|
||||||
|
- commit 4d462dd
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Dec 12 16:06:06 CET 2011 - aj@suse.de
|
Mon Dec 12 16:06:06 CET 2011 - aj@suse.de
|
||||||
|
|
||||||
- Silence missing defattr warning.
|
- Silence missing defattr warning.
|
||||||
- commit a9137c1
|
- Silence missing defattr warning.
|
||||||
|
- commit e7e3743
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Dec 12 16:04:58 CET 2011 - aj@suse.de
|
Mon Dec 12 16:04:58 CET 2011 - aj@suse.de
|
||||||
|
|
||||||
- Silence warning about dangling symlink and vdsos
|
- Silence warning about dangling symlink and vdsos
|
||||||
- commit bc6276e
|
- Silence warning about dangling symlink and vdsos
|
||||||
|
- commit 701c5c7
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Dec 9 22:28:04 CET 2011 - aj@suse.de
|
Fri Dec 9 22:28:04 CET 2011 - aj@suse.de
|
||||||
|
@ -41,7 +41,7 @@ Requires(post): coreutils sed
|
|||||||
Provides: multiversion(kernel)
|
Provides: multiversion(kernel)
|
||||||
Provides: linux
|
Provides: linux
|
||||||
Provides: %name = %version-%source_rel
|
Provides: %name = %version-%source_rel
|
||||||
Source0: http://www.kernel.org/pub/linux/kernel/v2.6/linux-%srcversion.tar.bz2
|
Source0: http://www.kernel.org/pub/linux/kernel/v3.x/linux-%srcversion.tar.bz2
|
||||||
Source2: source-post.sh
|
Source2: source-post.sh
|
||||||
Source3: kernel-source.rpmlintrc
|
Source3: kernel-source.rpmlintrc
|
||||||
Source8: devel-pre.sh
|
Source8: devel-pre.sh
|
||||||
|
@ -41,7 +41,7 @@ Requires(post): coreutils sed
|
|||||||
Provides: multiversion(kernel)
|
Provides: multiversion(kernel)
|
||||||
Provides: linux
|
Provides: linux
|
||||||
Provides: %name = %version-%source_rel
|
Provides: %name = %version-%source_rel
|
||||||
Source0: http://www.kernel.org/pub/linux/kernel/v2.6/linux-%srcversion.tar.bz2
|
Source0: http://www.kernel.org/@FTP_DIRECTORY@/linux-%srcversion.tar.bz2
|
||||||
Source2: source-post.sh
|
Source2: source-post.sh
|
||||||
Source3: kernel-source.rpmlintrc
|
Source3: kernel-source.rpmlintrc
|
||||||
Source8: devel-pre.sh
|
Source8: devel-pre.sh
|
||||||
|
@ -1,14 +1,34 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Dec 13 23:00:02 CET 2011 - mmarek@suse.cz
|
||||||
|
|
||||||
|
- rpm/kernel-source.spec.in, rpm/mkspec: Fix linux tarball URL
|
||||||
|
- commit 5453f99
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Dec 13 14:33:56 CET 2011 - agraf@suse.de
|
||||||
|
|
||||||
|
- doc/config-options.changes: add CONFIG_DEBUG_STACKOVERFLOW change
|
||||||
|
- commit 42de6ff
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Dec 13 11:42:47 CET 2011 - agraf@suse.de
|
||||||
|
|
||||||
|
- PPC: Update config files: disable CONFIG_DEBUG_STACKOVERFLOW
|
||||||
|
- commit 4d462dd
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Dec 12 16:06:06 CET 2011 - aj@suse.de
|
Mon Dec 12 16:06:06 CET 2011 - aj@suse.de
|
||||||
|
|
||||||
- Silence missing defattr warning.
|
- Silence missing defattr warning.
|
||||||
- commit a9137c1
|
- Silence missing defattr warning.
|
||||||
|
- commit e7e3743
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Dec 12 16:04:58 CET 2011 - aj@suse.de
|
Mon Dec 12 16:04:58 CET 2011 - aj@suse.de
|
||||||
|
|
||||||
- Silence warning about dangling symlink and vdsos
|
- Silence warning about dangling symlink and vdsos
|
||||||
- commit bc6276e
|
- Silence warning about dangling symlink and vdsos
|
||||||
|
- commit 701c5c7
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Dec 9 22:28:04 CET 2011 - aj@suse.de
|
Fri Dec 9 22:28:04 CET 2011 - aj@suse.de
|
||||||
|
@ -1,14 +1,34 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Dec 13 23:00:02 CET 2011 - mmarek@suse.cz
|
||||||
|
|
||||||
|
- rpm/kernel-source.spec.in, rpm/mkspec: Fix linux tarball URL
|
||||||
|
- commit 5453f99
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Dec 13 14:33:56 CET 2011 - agraf@suse.de
|
||||||
|
|
||||||
|
- doc/config-options.changes: add CONFIG_DEBUG_STACKOVERFLOW change
|
||||||
|
- commit 42de6ff
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Dec 13 11:42:47 CET 2011 - agraf@suse.de
|
||||||
|
|
||||||
|
- PPC: Update config files: disable CONFIG_DEBUG_STACKOVERFLOW
|
||||||
|
- commit 4d462dd
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Dec 12 16:06:06 CET 2011 - aj@suse.de
|
Mon Dec 12 16:06:06 CET 2011 - aj@suse.de
|
||||||
|
|
||||||
- Silence missing defattr warning.
|
- Silence missing defattr warning.
|
||||||
- commit a9137c1
|
- Silence missing defattr warning.
|
||||||
|
- commit e7e3743
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Dec 12 16:04:58 CET 2011 - aj@suse.de
|
Mon Dec 12 16:04:58 CET 2011 - aj@suse.de
|
||||||
|
|
||||||
- Silence warning about dangling symlink and vdsos
|
- Silence warning about dangling symlink and vdsos
|
||||||
- commit bc6276e
|
- Silence warning about dangling symlink and vdsos
|
||||||
|
- commit 701c5c7
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Dec 9 22:28:04 CET 2011 - aj@suse.de
|
Fri Dec 9 22:28:04 CET 2011 - aj@suse.de
|
||||||
|
@ -132,7 +132,7 @@ Conflicts: libc.so.6()(64bit)
|
|||||||
Provides: kernel = %version-%source_rel
|
Provides: kernel = %version-%source_rel
|
||||||
|
|
||||||
|
|
||||||
Source0: http://www.kernel.org/pub/linux/kernel/v2.6/linux-%srcversion.tar.bz2
|
Source0: http://www.kernel.org/pub/linux/kernel/v3.x/linux-%srcversion.tar.bz2
|
||||||
Source2: source-post.sh
|
Source2: source-post.sh
|
||||||
Source3: kernel-source.rpmlintrc
|
Source3: kernel-source.rpmlintrc
|
||||||
Source8: devel-pre.sh
|
Source8: devel-pre.sh
|
||||||
|
@ -1,14 +1,34 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Dec 13 23:00:02 CET 2011 - mmarek@suse.cz
|
||||||
|
|
||||||
|
- rpm/kernel-source.spec.in, rpm/mkspec: Fix linux tarball URL
|
||||||
|
- commit 5453f99
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Dec 13 14:33:56 CET 2011 - agraf@suse.de
|
||||||
|
|
||||||
|
- doc/config-options.changes: add CONFIG_DEBUG_STACKOVERFLOW change
|
||||||
|
- commit 42de6ff
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Dec 13 11:42:47 CET 2011 - agraf@suse.de
|
||||||
|
|
||||||
|
- PPC: Update config files: disable CONFIG_DEBUG_STACKOVERFLOW
|
||||||
|
- commit 4d462dd
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Dec 12 16:06:06 CET 2011 - aj@suse.de
|
Mon Dec 12 16:06:06 CET 2011 - aj@suse.de
|
||||||
|
|
||||||
- Silence missing defattr warning.
|
- Silence missing defattr warning.
|
||||||
- commit a9137c1
|
- Silence missing defattr warning.
|
||||||
|
- commit e7e3743
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Dec 12 16:04:58 CET 2011 - aj@suse.de
|
Mon Dec 12 16:04:58 CET 2011 - aj@suse.de
|
||||||
|
|
||||||
- Silence warning about dangling symlink and vdsos
|
- Silence warning about dangling symlink and vdsos
|
||||||
- commit bc6276e
|
- Silence warning about dangling symlink and vdsos
|
||||||
|
- commit 701c5c7
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Dec 9 22:28:04 CET 2011 - aj@suse.de
|
Fri Dec 9 22:28:04 CET 2011 - aj@suse.de
|
||||||
|
@ -143,7 +143,7 @@ Provides: kernel-64bit
|
|||||||
Obsoletes: kernel-64bit
|
Obsoletes: kernel-64bit
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
Source0: http://www.kernel.org/pub/linux/kernel/v2.6/linux-%srcversion.tar.bz2
|
Source0: http://www.kernel.org/pub/linux/kernel/v3.x/linux-%srcversion.tar.bz2
|
||||||
Source2: source-post.sh
|
Source2: source-post.sh
|
||||||
Source3: kernel-source.rpmlintrc
|
Source3: kernel-source.rpmlintrc
|
||||||
Source8: devel-pre.sh
|
Source8: devel-pre.sh
|
||||||
|
@ -1,14 +1,34 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Dec 13 23:00:02 CET 2011 - mmarek@suse.cz
|
||||||
|
|
||||||
|
- rpm/kernel-source.spec.in, rpm/mkspec: Fix linux tarball URL
|
||||||
|
- commit 5453f99
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Dec 13 14:33:56 CET 2011 - agraf@suse.de
|
||||||
|
|
||||||
|
- doc/config-options.changes: add CONFIG_DEBUG_STACKOVERFLOW change
|
||||||
|
- commit 42de6ff
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Dec 13 11:42:47 CET 2011 - agraf@suse.de
|
||||||
|
|
||||||
|
- PPC: Update config files: disable CONFIG_DEBUG_STACKOVERFLOW
|
||||||
|
- commit 4d462dd
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Dec 12 16:06:06 CET 2011 - aj@suse.de
|
Mon Dec 12 16:06:06 CET 2011 - aj@suse.de
|
||||||
|
|
||||||
- Silence missing defattr warning.
|
- Silence missing defattr warning.
|
||||||
- commit a9137c1
|
- Silence missing defattr warning.
|
||||||
|
- commit e7e3743
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Dec 12 16:04:58 CET 2011 - aj@suse.de
|
Mon Dec 12 16:04:58 CET 2011 - aj@suse.de
|
||||||
|
|
||||||
- Silence warning about dangling symlink and vdsos
|
- Silence warning about dangling symlink and vdsos
|
||||||
- commit bc6276e
|
- Silence warning about dangling symlink and vdsos
|
||||||
|
- commit 701c5c7
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Dec 9 22:28:04 CET 2011 - aj@suse.de
|
Fri Dec 9 22:28:04 CET 2011 - aj@suse.de
|
||||||
|
@ -139,7 +139,7 @@ Provides: kernel-64bit
|
|||||||
Obsoletes: kernel-64bit
|
Obsoletes: kernel-64bit
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
Source0: http://www.kernel.org/pub/linux/kernel/v2.6/linux-%srcversion.tar.bz2
|
Source0: http://www.kernel.org/pub/linux/kernel/v3.x/linux-%srcversion.tar.bz2
|
||||||
Source2: source-post.sh
|
Source2: source-post.sh
|
||||||
Source3: kernel-source.rpmlintrc
|
Source3: kernel-source.rpmlintrc
|
||||||
Source8: devel-pre.sh
|
Source8: devel-pre.sh
|
||||||
|
@ -1,14 +1,34 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Dec 13 23:00:02 CET 2011 - mmarek@suse.cz
|
||||||
|
|
||||||
|
- rpm/kernel-source.spec.in, rpm/mkspec: Fix linux tarball URL
|
||||||
|
- commit 5453f99
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Dec 13 14:33:56 CET 2011 - agraf@suse.de
|
||||||
|
|
||||||
|
- doc/config-options.changes: add CONFIG_DEBUG_STACKOVERFLOW change
|
||||||
|
- commit 42de6ff
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Dec 13 11:42:47 CET 2011 - agraf@suse.de
|
||||||
|
|
||||||
|
- PPC: Update config files: disable CONFIG_DEBUG_STACKOVERFLOW
|
||||||
|
- commit 4d462dd
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Dec 12 16:06:06 CET 2011 - aj@suse.de
|
Mon Dec 12 16:06:06 CET 2011 - aj@suse.de
|
||||||
|
|
||||||
- Silence missing defattr warning.
|
- Silence missing defattr warning.
|
||||||
- commit a9137c1
|
- Silence missing defattr warning.
|
||||||
|
- commit e7e3743
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Dec 12 16:04:58 CET 2011 - aj@suse.de
|
Mon Dec 12 16:04:58 CET 2011 - aj@suse.de
|
||||||
|
|
||||||
- Silence warning about dangling symlink and vdsos
|
- Silence warning about dangling symlink and vdsos
|
||||||
- commit bc6276e
|
- Silence warning about dangling symlink and vdsos
|
||||||
|
- commit 701c5c7
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Dec 9 22:28:04 CET 2011 - aj@suse.de
|
Fri Dec 9 22:28:04 CET 2011 - aj@suse.de
|
||||||
|
@ -132,7 +132,7 @@ Conflicts: libc.so.6()(64bit)
|
|||||||
Provides: kernel = %version-%source_rel
|
Provides: kernel = %version-%source_rel
|
||||||
|
|
||||||
|
|
||||||
Source0: http://www.kernel.org/pub/linux/kernel/v2.6/linux-%srcversion.tar.bz2
|
Source0: http://www.kernel.org/pub/linux/kernel/v3.x/linux-%srcversion.tar.bz2
|
||||||
Source2: source-post.sh
|
Source2: source-post.sh
|
||||||
Source3: kernel-source.rpmlintrc
|
Source3: kernel-source.rpmlintrc
|
||||||
Source8: devel-pre.sh
|
Source8: devel-pre.sh
|
||||||
|
13
mkspec
13
mkspec
@ -65,12 +65,15 @@ my $unpack_patches = join(" ", map { "-a $_" } @tarballs);
|
|||||||
my $scripts = join(",", grep { is_script($_) }
|
my $scripts = join(",", grep { is_script($_) }
|
||||||
($sources =~ /\nSource\d+:\s*([^\s]*)/mg));
|
($sources =~ /\nSource\d+:\s*([^\s]*)/mg));
|
||||||
|
|
||||||
|
(my $major_version = $srcversion) =~ s/\..*//;
|
||||||
|
my $ftp_directory = "pub/linux/kernel/v$major_version.x";
|
||||||
my %macros = (
|
my %macros = (
|
||||||
VARIANT => $variant,
|
VARIANT => $variant,
|
||||||
VANILLA_ONLY => $vanilla_only,
|
VANILLA_ONLY => $vanilla_only,
|
||||||
SRCVERSION => $srcversion,
|
SRCVERSION => $srcversion,
|
||||||
PATCHVERSION => $patchversion,
|
PATCHVERSION => $patchversion,
|
||||||
RPMVERSION => $rpmversion,
|
RPMVERSION => $rpmversion,
|
||||||
|
FTP_DIRECTORY => $ftp_directory,
|
||||||
RELEASE => $rpmrelease,
|
RELEASE => $rpmrelease,
|
||||||
SOURCES => $sources,
|
SOURCES => $sources,
|
||||||
NOSOURCE => $nosource,
|
NOSOURCE => $nosource,
|
||||||
@ -277,9 +280,13 @@ sub do_spec {
|
|||||||
my %macros = @_;
|
my %macros = @_;
|
||||||
|
|
||||||
my $text = $templates{$template};
|
my $text = $templates{$template};
|
||||||
for my $m (keys %macros) {
|
my $prev_text;
|
||||||
$text =~ s/\@$m\@/$macros{$m}/g;
|
do {
|
||||||
}
|
$prev_text = $text;
|
||||||
|
for my $m (keys %macros) {
|
||||||
|
$text =~ s/\@$m\@/$macros{$m}/g;
|
||||||
|
}
|
||||||
|
} while ($prev_text ne $text);
|
||||||
print "$specfile\n";
|
print "$specfile\n";
|
||||||
xopen(my $fh, '>', "$dir/$specfile");
|
xopen(my $fh, '>', "$dir/$specfile");
|
||||||
print $fh $text;
|
print $fh $text;
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
2011-12-12 16:06:06 +0100
|
2011-12-13 23:03:29 +0100
|
||||||
GIT Revision: a9137c1e6971731e1f3ad9bd9d5560c61939440a
|
GIT Revision: d20736defed598704cae363f805d7eb26f280384
|
||||||
GIT Branch: master
|
GIT Branch: master
|
||||||
|
Loading…
Reference in New Issue
Block a user