From 2779fbf7ab26bd8077eecaf2afd2b78a21e4ade5ac458f19f60a37516739c161 Mon Sep 17 00:00:00 2001 From: Jeff Mahoney Date: Wed, 22 May 2013 19:46:20 +0000 Subject: [PATCH] - Remove unused 3.9-stable patches. - commit d28ac96 - config: remove sparc64 configs The sparc64 configs have been completely unmaintained for two years. If someone wants to resurrect support, we'll accept patches. - commit 17364b5 - sparc64: revert accidental changes during the 3.9-rc2 update - commit b120c5a - Update group-source-files.pl to handle symlink to directory Also add arch/[^/]+/boot/dts/include/dt-bindings to the list of devel files and avoid listing README.SUSE twice. - commit ba8f987 - Remove unused 3.9-stable patches. - commit d28ac96 - config: remove sparc64 configs The sparc64 configs have been completely unmaintained for two years. If someone wants to resurrect support, we'll accept patches. - commit 17364b5 - sparc64: revert accidental changes during the 3.9-rc2 update - commit b120c5a - Update group-source-files.pl to handle symlink to directory Also add arch/[^/]+/boot/dts/include/dt-bindings to the list of devel files and avoid listing README.SUSE twice. OBS-URL: https://build.opensuse.org/package/show/Kernel:HEAD/kernel-source?expand=0&rev=7542 --- config.conf | 4 ---- group-source-files.pl | 3 ++- kernel-debug.changes | 28 ++++++++++++++++++++++++++++ kernel-debug.spec | 2 +- kernel-default.changes | 28 ++++++++++++++++++++++++++++ kernel-default.spec | 2 +- kernel-desktop.changes | 28 ++++++++++++++++++++++++++++ kernel-desktop.spec | 2 +- kernel-docs.changes | 28 ++++++++++++++++++++++++++++ kernel-docs.spec | 2 +- kernel-pae.changes | 28 ++++++++++++++++++++++++++++ kernel-pae.spec | 2 +- kernel-source.changes | 28 ++++++++++++++++++++++++++++ kernel-source.spec | 3 +-- kernel-source.spec.in | 1 - kernel-syms.changes | 28 ++++++++++++++++++++++++++++ kernel-syms.spec | 2 +- kernel-trace.changes | 28 ++++++++++++++++++++++++++++ kernel-trace.spec | 2 +- kernel-vanilla.changes | 28 ++++++++++++++++++++++++++++ kernel-vanilla.spec | 2 +- patches.xen.tar.bz2 | 4 ++-- source-timestamp | 4 ++-- 23 files changed, 267 insertions(+), 20 deletions(-) diff --git a/config.conf b/config.conf index f8eb840b..5221aab7 100644 --- a/config.conf +++ b/config.conf @@ -51,7 +51,3 @@ #+s390x s390x/default #+s390x -syms s390x/trace #+s390x s390x/vanilla - -# Maintained by jengelh -# +sparc64 sparc64/default -# +sparc64 -syms sparc64/net diff --git a/group-source-files.pl b/group-source-files.pl index ef9b842d..d9a97db3 100644 --- a/group-source-files.pl +++ b/group-source-files.pl @@ -26,7 +26,7 @@ sub scan foreach $_ (`find "$loc"`) { chomp $_; - if (!-f $_) { + if (-d $_ && !-l $_) { # Generate directory list later. next; } @@ -34,6 +34,7 @@ sub scan m{^\Q$loc\E.*/Kconfig} || m{^\Q$loc\E.*/Kbuild} || m{^\Q$loc\E.*/Makefile} || + m{^\Q$loc\E/arch/[^/]+/boot/dts/include/dt-bindings\b} || m{^\Q$loc\E/arch/[^/]+/include\b} || m{^\Q$loc\E/arch/arm/[^/]+/include/mach\b} || m{^\Q$loc\E/arch/arm/[^/]+/include/plat\b} || diff --git a/kernel-debug.changes b/kernel-debug.changes index 0c49ced3..0cd4d425 100644 --- a/kernel-debug.changes +++ b/kernel-debug.changes @@ -1,3 +1,31 @@ +------------------------------------------------------------------- +Wed May 22 21:34:32 CEST 2013 - jeffm@suse.com + +- Remove unused 3.9-stable patches. +- commit d28ac96 + +------------------------------------------------------------------- +Wed May 22 17:28:56 CEST 2013 - jeffm@suse.com + +- config: remove sparc64 configs + The sparc64 configs have been completely unmaintained for two years. + If someone wants to resurrect support, we'll accept patches. +- commit 17364b5 + +------------------------------------------------------------------- +Wed May 22 17:21:27 CEST 2013 - jeffm@suse.com + +- sparc64: revert accidental changes during the 3.9-rc2 update +- commit b120c5a + +------------------------------------------------------------------- +Wed May 22 10:58:24 CEST 2013 - schwab@suse.de + +- Update group-source-files.pl to handle symlink to directory + Also add arch/[^/]+/boot/dts/include/dt-bindings to the list of devel + files and avoid listing README.SUSE twice. +- commit ba8f987 + ------------------------------------------------------------------- Tue May 21 14:44:17 CEST 2013 - jeffm@suse.com diff --git a/kernel-debug.spec b/kernel-debug.spec index f29e812f..e828ea26 100644 --- a/kernel-debug.spec +++ b/kernel-debug.spec @@ -60,7 +60,7 @@ Name: kernel-debug Summary: A Debug Version of the Kernel Version: 3.10.rc2 -Release: .ge454a38 +Release: .gd28ac96 License: GPL-2.0 Group: System/Kernel Url: http://www.kernel.org/ diff --git a/kernel-default.changes b/kernel-default.changes index 0c49ced3..0cd4d425 100644 --- a/kernel-default.changes +++ b/kernel-default.changes @@ -1,3 +1,31 @@ +------------------------------------------------------------------- +Wed May 22 21:34:32 CEST 2013 - jeffm@suse.com + +- Remove unused 3.9-stable patches. +- commit d28ac96 + +------------------------------------------------------------------- +Wed May 22 17:28:56 CEST 2013 - jeffm@suse.com + +- config: remove sparc64 configs + The sparc64 configs have been completely unmaintained for two years. + If someone wants to resurrect support, we'll accept patches. +- commit 17364b5 + +------------------------------------------------------------------- +Wed May 22 17:21:27 CEST 2013 - jeffm@suse.com + +- sparc64: revert accidental changes during the 3.9-rc2 update +- commit b120c5a + +------------------------------------------------------------------- +Wed May 22 10:58:24 CEST 2013 - schwab@suse.de + +- Update group-source-files.pl to handle symlink to directory + Also add arch/[^/]+/boot/dts/include/dt-bindings to the list of devel + files and avoid listing README.SUSE twice. +- commit ba8f987 + ------------------------------------------------------------------- Tue May 21 14:44:17 CEST 2013 - jeffm@suse.com diff --git a/kernel-default.spec b/kernel-default.spec index aa4399f9..f22cdb40 100644 --- a/kernel-default.spec +++ b/kernel-default.spec @@ -60,7 +60,7 @@ Name: kernel-default Summary: The Standard Kernel Version: 3.10.rc2 -Release: .ge454a38 +Release: .gd28ac96 License: GPL-2.0 Group: System/Kernel Url: http://www.kernel.org/ diff --git a/kernel-desktop.changes b/kernel-desktop.changes index 0c49ced3..0cd4d425 100644 --- a/kernel-desktop.changes +++ b/kernel-desktop.changes @@ -1,3 +1,31 @@ +------------------------------------------------------------------- +Wed May 22 21:34:32 CEST 2013 - jeffm@suse.com + +- Remove unused 3.9-stable patches. +- commit d28ac96 + +------------------------------------------------------------------- +Wed May 22 17:28:56 CEST 2013 - jeffm@suse.com + +- config: remove sparc64 configs + The sparc64 configs have been completely unmaintained for two years. + If someone wants to resurrect support, we'll accept patches. +- commit 17364b5 + +------------------------------------------------------------------- +Wed May 22 17:21:27 CEST 2013 - jeffm@suse.com + +- sparc64: revert accidental changes during the 3.9-rc2 update +- commit b120c5a + +------------------------------------------------------------------- +Wed May 22 10:58:24 CEST 2013 - schwab@suse.de + +- Update group-source-files.pl to handle symlink to directory + Also add arch/[^/]+/boot/dts/include/dt-bindings to the list of devel + files and avoid listing README.SUSE twice. +- commit ba8f987 + ------------------------------------------------------------------- Tue May 21 14:44:17 CEST 2013 - jeffm@suse.com diff --git a/kernel-desktop.spec b/kernel-desktop.spec index 7e0bbebf..fa67747e 100644 --- a/kernel-desktop.spec +++ b/kernel-desktop.spec @@ -60,7 +60,7 @@ Name: kernel-desktop Summary: Kernel optimized for the desktop Version: 3.10.rc2 -Release: .ge454a38 +Release: .gd28ac96 License: GPL-2.0 Group: System/Kernel Url: http://www.kernel.org/ diff --git a/kernel-docs.changes b/kernel-docs.changes index 0c49ced3..0cd4d425 100644 --- a/kernel-docs.changes +++ b/kernel-docs.changes @@ -1,3 +1,31 @@ +------------------------------------------------------------------- +Wed May 22 21:34:32 CEST 2013 - jeffm@suse.com + +- Remove unused 3.9-stable patches. +- commit d28ac96 + +------------------------------------------------------------------- +Wed May 22 17:28:56 CEST 2013 - jeffm@suse.com + +- config: remove sparc64 configs + The sparc64 configs have been completely unmaintained for two years. + If someone wants to resurrect support, we'll accept patches. +- commit 17364b5 + +------------------------------------------------------------------- +Wed May 22 17:21:27 CEST 2013 - jeffm@suse.com + +- sparc64: revert accidental changes during the 3.9-rc2 update +- commit b120c5a + +------------------------------------------------------------------- +Wed May 22 10:58:24 CEST 2013 - schwab@suse.de + +- Update group-source-files.pl to handle symlink to directory + Also add arch/[^/]+/boot/dts/include/dt-bindings to the list of devel + files and avoid listing README.SUSE twice. +- commit ba8f987 + ------------------------------------------------------------------- Tue May 21 14:44:17 CEST 2013 - jeffm@suse.com diff --git a/kernel-docs.spec b/kernel-docs.spec index 4f38e76a..7f03ac97 100644 --- a/kernel-docs.spec +++ b/kernel-docs.spec @@ -25,7 +25,7 @@ Name: kernel-docs Summary: Kernel Documentation Version: 3.10.rc2 -Release: .ge454a38 +Release: .gd28ac96 BuildRequires: docbook-toys docbook-utils ghostscript_any libjpeg-devel texlive transfig xmlto xorg-x11-devel BuildRequires: kernel-source%variant Url: http://www.kernel.org/ diff --git a/kernel-pae.changes b/kernel-pae.changes index 0c49ced3..0cd4d425 100644 --- a/kernel-pae.changes +++ b/kernel-pae.changes @@ -1,3 +1,31 @@ +------------------------------------------------------------------- +Wed May 22 21:34:32 CEST 2013 - jeffm@suse.com + +- Remove unused 3.9-stable patches. +- commit d28ac96 + +------------------------------------------------------------------- +Wed May 22 17:28:56 CEST 2013 - jeffm@suse.com + +- config: remove sparc64 configs + The sparc64 configs have been completely unmaintained for two years. + If someone wants to resurrect support, we'll accept patches. +- commit 17364b5 + +------------------------------------------------------------------- +Wed May 22 17:21:27 CEST 2013 - jeffm@suse.com + +- sparc64: revert accidental changes during the 3.9-rc2 update +- commit b120c5a + +------------------------------------------------------------------- +Wed May 22 10:58:24 CEST 2013 - schwab@suse.de + +- Update group-source-files.pl to handle symlink to directory + Also add arch/[^/]+/boot/dts/include/dt-bindings to the list of devel + files and avoid listing README.SUSE twice. +- commit ba8f987 + ------------------------------------------------------------------- Tue May 21 14:44:17 CEST 2013 - jeffm@suse.com diff --git a/kernel-pae.spec b/kernel-pae.spec index bdb126d6..6fd3e465 100644 --- a/kernel-pae.spec +++ b/kernel-pae.spec @@ -60,7 +60,7 @@ Name: kernel-pae Summary: Kernel with PAE Support Version: 3.10.rc2 -Release: .ge454a38 +Release: .gd28ac96 License: GPL-2.0 Group: System/Kernel Url: http://www.kernel.org/ diff --git a/kernel-source.changes b/kernel-source.changes index 0c49ced3..0cd4d425 100644 --- a/kernel-source.changes +++ b/kernel-source.changes @@ -1,3 +1,31 @@ +------------------------------------------------------------------- +Wed May 22 21:34:32 CEST 2013 - jeffm@suse.com + +- Remove unused 3.9-stable patches. +- commit d28ac96 + +------------------------------------------------------------------- +Wed May 22 17:28:56 CEST 2013 - jeffm@suse.com + +- config: remove sparc64 configs + The sparc64 configs have been completely unmaintained for two years. + If someone wants to resurrect support, we'll accept patches. +- commit 17364b5 + +------------------------------------------------------------------- +Wed May 22 17:21:27 CEST 2013 - jeffm@suse.com + +- sparc64: revert accidental changes during the 3.9-rc2 update +- commit b120c5a + +------------------------------------------------------------------- +Wed May 22 10:58:24 CEST 2013 - schwab@suse.de + +- Update group-source-files.pl to handle symlink to directory + Also add arch/[^/]+/boot/dts/include/dt-bindings to the list of devel + files and avoid listing README.SUSE twice. +- commit ba8f987 + ------------------------------------------------------------------- Tue May 21 14:44:17 CEST 2013 - jeffm@suse.com diff --git a/kernel-source.spec b/kernel-source.spec index 9457eea0..4328a88f 100644 --- a/kernel-source.spec +++ b/kernel-source.spec @@ -30,7 +30,7 @@ Name: kernel-source Summary: The Linux Kernel Sources Version: 3.10.rc2 -Release: .ge454a38 +Release: .gd28ac96 License: GPL-2.0 Group: Development/Sources Url: http://www.kernel.org/ @@ -233,7 +233,6 @@ find %buildroot/usr/src/linux* ! -type l | xargs touch -d "$ts" %files -f nondevel.files %defattr(-, root, root) -/usr/src/linux%variant-%kernelrelease/README.SUSE %files -n kernel-devel%variant -f devel.files %defattr(-,root,root) diff --git a/kernel-source.spec.in b/kernel-source.spec.in index 9254f183..4f6e4267 100644 --- a/kernel-source.spec.in +++ b/kernel-source.spec.in @@ -233,7 +233,6 @@ find %buildroot/usr/src/linux* ! -type l | xargs touch -d "$ts" %files -f nondevel.files %defattr(-, root, root) -/usr/src/linux%variant-%kernelrelease/README.SUSE %files -n kernel-devel%variant -f devel.files %defattr(-,root,root) diff --git a/kernel-syms.changes b/kernel-syms.changes index 0c49ced3..0cd4d425 100644 --- a/kernel-syms.changes +++ b/kernel-syms.changes @@ -1,3 +1,31 @@ +------------------------------------------------------------------- +Wed May 22 21:34:32 CEST 2013 - jeffm@suse.com + +- Remove unused 3.9-stable patches. +- commit d28ac96 + +------------------------------------------------------------------- +Wed May 22 17:28:56 CEST 2013 - jeffm@suse.com + +- config: remove sparc64 configs + The sparc64 configs have been completely unmaintained for two years. + If someone wants to resurrect support, we'll accept patches. +- commit 17364b5 + +------------------------------------------------------------------- +Wed May 22 17:21:27 CEST 2013 - jeffm@suse.com + +- sparc64: revert accidental changes during the 3.9-rc2 update +- commit b120c5a + +------------------------------------------------------------------- +Wed May 22 10:58:24 CEST 2013 - schwab@suse.de + +- Update group-source-files.pl to handle symlink to directory + Also add arch/[^/]+/boot/dts/include/dt-bindings to the list of devel + files and avoid listing README.SUSE twice. +- commit ba8f987 + ------------------------------------------------------------------- Tue May 21 14:44:17 CEST 2013 - jeffm@suse.com diff --git a/kernel-syms.spec b/kernel-syms.spec index f13ad5b0..e71b3269 100644 --- a/kernel-syms.spec +++ b/kernel-syms.spec @@ -25,7 +25,7 @@ Name: kernel-syms Summary: Kernel Symbol Versions (modversions) Version: 3.10.rc2 %if %using_buildservice -Release: .ge454a38 +Release: .gd28ac96 %else %define kernel_source_release %(LC_ALL=C rpm -q kernel-devel%variant-%version --qf "%{RELEASE}" | grep -v 'not installed' || echo 0) Release: %kernel_source_release diff --git a/kernel-trace.changes b/kernel-trace.changes index 0c49ced3..0cd4d425 100644 --- a/kernel-trace.changes +++ b/kernel-trace.changes @@ -1,3 +1,31 @@ +------------------------------------------------------------------- +Wed May 22 21:34:32 CEST 2013 - jeffm@suse.com + +- Remove unused 3.9-stable patches. +- commit d28ac96 + +------------------------------------------------------------------- +Wed May 22 17:28:56 CEST 2013 - jeffm@suse.com + +- config: remove sparc64 configs + The sparc64 configs have been completely unmaintained for two years. + If someone wants to resurrect support, we'll accept patches. +- commit 17364b5 + +------------------------------------------------------------------- +Wed May 22 17:21:27 CEST 2013 - jeffm@suse.com + +- sparc64: revert accidental changes during the 3.9-rc2 update +- commit b120c5a + +------------------------------------------------------------------- +Wed May 22 10:58:24 CEST 2013 - schwab@suse.de + +- Update group-source-files.pl to handle symlink to directory + Also add arch/[^/]+/boot/dts/include/dt-bindings to the list of devel + files and avoid listing README.SUSE twice. +- commit ba8f987 + ------------------------------------------------------------------- Tue May 21 14:44:17 CEST 2013 - jeffm@suse.com diff --git a/kernel-trace.spec b/kernel-trace.spec index 92dcc03a..e683fdcf 100644 --- a/kernel-trace.spec +++ b/kernel-trace.spec @@ -60,7 +60,7 @@ Name: kernel-trace Summary: The Standard Kernel with Tracing Features Version: 3.10.rc2 -Release: .ge454a38 +Release: .gd28ac96 License: GPL-2.0 Group: System/Kernel Url: http://www.kernel.org/ diff --git a/kernel-vanilla.changes b/kernel-vanilla.changes index 0c49ced3..0cd4d425 100644 --- a/kernel-vanilla.changes +++ b/kernel-vanilla.changes @@ -1,3 +1,31 @@ +------------------------------------------------------------------- +Wed May 22 21:34:32 CEST 2013 - jeffm@suse.com + +- Remove unused 3.9-stable patches. +- commit d28ac96 + +------------------------------------------------------------------- +Wed May 22 17:28:56 CEST 2013 - jeffm@suse.com + +- config: remove sparc64 configs + The sparc64 configs have been completely unmaintained for two years. + If someone wants to resurrect support, we'll accept patches. +- commit 17364b5 + +------------------------------------------------------------------- +Wed May 22 17:21:27 CEST 2013 - jeffm@suse.com + +- sparc64: revert accidental changes during the 3.9-rc2 update +- commit b120c5a + +------------------------------------------------------------------- +Wed May 22 10:58:24 CEST 2013 - schwab@suse.de + +- Update group-source-files.pl to handle symlink to directory + Also add arch/[^/]+/boot/dts/include/dt-bindings to the list of devel + files and avoid listing README.SUSE twice. +- commit ba8f987 + ------------------------------------------------------------------- Tue May 21 14:44:17 CEST 2013 - jeffm@suse.com diff --git a/kernel-vanilla.spec b/kernel-vanilla.spec index 42481833..037ba06d 100644 --- a/kernel-vanilla.spec +++ b/kernel-vanilla.spec @@ -60,7 +60,7 @@ Name: kernel-vanilla Summary: The Standard Kernel - without any SUSE patches Version: 3.10.rc2 -Release: .ge454a38 +Release: .gd28ac96 License: GPL-2.0 Group: System/Kernel Url: http://www.kernel.org/ diff --git a/patches.xen.tar.bz2 b/patches.xen.tar.bz2 index 47690d82..7c57e103 100644 --- a/patches.xen.tar.bz2 +++ b/patches.xen.tar.bz2 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:a4474e8f5816fcea3f3b974aaa71e85773f40c39f6afda3eb788f6b6f4d221bf -size 2097782 +oid sha256:3ef2ae0b3013f49c438f125bb2517fb24c449ede66bfca9030b7ff4bca539e75 +size 2097793 diff --git a/source-timestamp b/source-timestamp index e349add0..1b18d83e 100644 --- a/source-timestamp +++ b/source-timestamp @@ -1,3 +1,3 @@ -2013-05-21 15:09:33 +0200 -GIT Revision: e454a3861cc7074c6e0a4ec344b7749c4464c7b7 +2013-05-22 21:34:32 +0200 +GIT Revision: d28ac96565d9d4db50bb43d00490da25973113b2 GIT Branch: master