- 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
This commit is contained in:
Jeff Mahoney 2013-05-22 19:46:20 +00:00 committed by Git OBS Bridge
parent 96966cbea8
commit 2779fbf7ab
23 changed files with 267 additions and 20 deletions

View File

@ -51,7 +51,3 @@
#+s390x s390x/default
#+s390x -syms s390x/trace
#+s390x s390x/vanilla
# Maintained by jengelh
# +sparc64 sparc64/default
# +sparc64 -syms sparc64/net

View File

@ -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} ||

View File

@ -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

View File

@ -60,7 +60,7 @@
Name: kernel-debug
Summary: A Debug Version of the Kernel
Version: 3.10.rc2
Release: <RELEASE>.ge454a38
Release: <RELEASE>.gd28ac96
License: GPL-2.0
Group: System/Kernel
Url: http://www.kernel.org/

View File

@ -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

View File

@ -60,7 +60,7 @@
Name: kernel-default
Summary: The Standard Kernel
Version: 3.10.rc2
Release: <RELEASE>.ge454a38
Release: <RELEASE>.gd28ac96
License: GPL-2.0
Group: System/Kernel
Url: http://www.kernel.org/

View File

@ -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

View File

@ -60,7 +60,7 @@
Name: kernel-desktop
Summary: Kernel optimized for the desktop
Version: 3.10.rc2
Release: <RELEASE>.ge454a38
Release: <RELEASE>.gd28ac96
License: GPL-2.0
Group: System/Kernel
Url: http://www.kernel.org/

View File

@ -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

View File

@ -25,7 +25,7 @@
Name: kernel-docs
Summary: Kernel Documentation
Version: 3.10.rc2
Release: <RELEASE>.ge454a38
Release: <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/

View File

@ -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

View File

@ -60,7 +60,7 @@
Name: kernel-pae
Summary: Kernel with PAE Support
Version: 3.10.rc2
Release: <RELEASE>.ge454a38
Release: <RELEASE>.gd28ac96
License: GPL-2.0
Group: System/Kernel
Url: http://www.kernel.org/

View File

@ -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

View File

@ -30,7 +30,7 @@
Name: kernel-source
Summary: The Linux Kernel Sources
Version: 3.10.rc2
Release: <RELEASE>.ge454a38
Release: <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)

View File

@ -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)

View File

@ -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

View File

@ -25,7 +25,7 @@ Name: kernel-syms
Summary: Kernel Symbol Versions (modversions)
Version: 3.10.rc2
%if %using_buildservice
Release: <RELEASE>.ge454a38
Release: <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

View File

@ -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

View File

@ -60,7 +60,7 @@
Name: kernel-trace
Summary: The Standard Kernel with Tracing Features
Version: 3.10.rc2
Release: <RELEASE>.ge454a38
Release: <RELEASE>.gd28ac96
License: GPL-2.0
Group: System/Kernel
Url: http://www.kernel.org/

View File

@ -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

View File

@ -60,7 +60,7 @@
Name: kernel-vanilla
Summary: The Standard Kernel - without any SUSE patches
Version: 3.10.rc2
Release: <RELEASE>.ge454a38
Release: <RELEASE>.gd28ac96
License: GPL-2.0
Group: System/Kernel
Url: http://www.kernel.org/

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a4474e8f5816fcea3f3b974aaa71e85773f40c39f6afda3eb788f6b6f4d221bf
size 2097782
oid sha256:3ef2ae0b3013f49c438f125bb2517fb24c449ede66bfca9030b7ff4bca539e75
size 2097793

View File

@ -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