- 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:
parent
96966cbea8
commit
2779fbf7ab
@ -51,7 +51,3 @@
|
|||||||
#+s390x s390x/default
|
#+s390x s390x/default
|
||||||
#+s390x -syms s390x/trace
|
#+s390x -syms s390x/trace
|
||||||
#+s390x s390x/vanilla
|
#+s390x s390x/vanilla
|
||||||
|
|
||||||
# Maintained by jengelh
|
|
||||||
# +sparc64 sparc64/default
|
|
||||||
# +sparc64 -syms sparc64/net
|
|
||||||
|
@ -26,7 +26,7 @@ sub scan
|
|||||||
foreach $_ (`find "$loc"`)
|
foreach $_ (`find "$loc"`)
|
||||||
{
|
{
|
||||||
chomp $_;
|
chomp $_;
|
||||||
if (!-f $_) {
|
if (-d $_ && !-l $_) {
|
||||||
# Generate directory list later.
|
# Generate directory list later.
|
||||||
next;
|
next;
|
||||||
}
|
}
|
||||||
@ -34,6 +34,7 @@ sub scan
|
|||||||
m{^\Q$loc\E.*/Kconfig} ||
|
m{^\Q$loc\E.*/Kconfig} ||
|
||||||
m{^\Q$loc\E.*/Kbuild} ||
|
m{^\Q$loc\E.*/Kbuild} ||
|
||||||
m{^\Q$loc\E.*/Makefile} ||
|
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/[^/]+/include\b} ||
|
||||||
m{^\Q$loc\E/arch/arm/[^/]+/include/mach\b} ||
|
m{^\Q$loc\E/arch/arm/[^/]+/include/mach\b} ||
|
||||||
m{^\Q$loc\E/arch/arm/[^/]+/include/plat\b} ||
|
m{^\Q$loc\E/arch/arm/[^/]+/include/plat\b} ||
|
||||||
|
@ -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
|
Tue May 21 14:44:17 CEST 2013 - jeffm@suse.com
|
||||||
|
|
||||||
|
@ -60,7 +60,7 @@
|
|||||||
Name: kernel-debug
|
Name: kernel-debug
|
||||||
Summary: A Debug Version of the Kernel
|
Summary: A Debug Version of the Kernel
|
||||||
Version: 3.10.rc2
|
Version: 3.10.rc2
|
||||||
Release: <RELEASE>.ge454a38
|
Release: <RELEASE>.gd28ac96
|
||||||
License: GPL-2.0
|
License: GPL-2.0
|
||||||
Group: System/Kernel
|
Group: System/Kernel
|
||||||
Url: http://www.kernel.org/
|
Url: http://www.kernel.org/
|
||||||
|
@ -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
|
Tue May 21 14:44:17 CEST 2013 - jeffm@suse.com
|
||||||
|
|
||||||
|
@ -60,7 +60,7 @@
|
|||||||
Name: kernel-default
|
Name: kernel-default
|
||||||
Summary: The Standard Kernel
|
Summary: The Standard Kernel
|
||||||
Version: 3.10.rc2
|
Version: 3.10.rc2
|
||||||
Release: <RELEASE>.ge454a38
|
Release: <RELEASE>.gd28ac96
|
||||||
License: GPL-2.0
|
License: GPL-2.0
|
||||||
Group: System/Kernel
|
Group: System/Kernel
|
||||||
Url: http://www.kernel.org/
|
Url: http://www.kernel.org/
|
||||||
|
@ -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
|
Tue May 21 14:44:17 CEST 2013 - jeffm@suse.com
|
||||||
|
|
||||||
|
@ -60,7 +60,7 @@
|
|||||||
Name: kernel-desktop
|
Name: kernel-desktop
|
||||||
Summary: Kernel optimized for the desktop
|
Summary: Kernel optimized for the desktop
|
||||||
Version: 3.10.rc2
|
Version: 3.10.rc2
|
||||||
Release: <RELEASE>.ge454a38
|
Release: <RELEASE>.gd28ac96
|
||||||
License: GPL-2.0
|
License: GPL-2.0
|
||||||
Group: System/Kernel
|
Group: System/Kernel
|
||||||
Url: http://www.kernel.org/
|
Url: http://www.kernel.org/
|
||||||
|
@ -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
|
Tue May 21 14:44:17 CEST 2013 - jeffm@suse.com
|
||||||
|
|
||||||
|
@ -25,7 +25,7 @@
|
|||||||
Name: kernel-docs
|
Name: kernel-docs
|
||||||
Summary: Kernel Documentation
|
Summary: Kernel Documentation
|
||||||
Version: 3.10.rc2
|
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: docbook-toys docbook-utils ghostscript_any libjpeg-devel texlive transfig xmlto xorg-x11-devel
|
||||||
BuildRequires: kernel-source%variant
|
BuildRequires: kernel-source%variant
|
||||||
Url: http://www.kernel.org/
|
Url: http://www.kernel.org/
|
||||||
|
@ -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
|
Tue May 21 14:44:17 CEST 2013 - jeffm@suse.com
|
||||||
|
|
||||||
|
@ -60,7 +60,7 @@
|
|||||||
Name: kernel-pae
|
Name: kernel-pae
|
||||||
Summary: Kernel with PAE Support
|
Summary: Kernel with PAE Support
|
||||||
Version: 3.10.rc2
|
Version: 3.10.rc2
|
||||||
Release: <RELEASE>.ge454a38
|
Release: <RELEASE>.gd28ac96
|
||||||
License: GPL-2.0
|
License: GPL-2.0
|
||||||
Group: System/Kernel
|
Group: System/Kernel
|
||||||
Url: http://www.kernel.org/
|
Url: http://www.kernel.org/
|
||||||
|
@ -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
|
Tue May 21 14:44:17 CEST 2013 - jeffm@suse.com
|
||||||
|
|
||||||
|
@ -30,7 +30,7 @@
|
|||||||
Name: kernel-source
|
Name: kernel-source
|
||||||
Summary: The Linux Kernel Sources
|
Summary: The Linux Kernel Sources
|
||||||
Version: 3.10.rc2
|
Version: 3.10.rc2
|
||||||
Release: <RELEASE>.ge454a38
|
Release: <RELEASE>.gd28ac96
|
||||||
License: GPL-2.0
|
License: GPL-2.0
|
||||||
Group: Development/Sources
|
Group: Development/Sources
|
||||||
Url: http://www.kernel.org/
|
Url: http://www.kernel.org/
|
||||||
@ -233,7 +233,6 @@ find %buildroot/usr/src/linux* ! -type l | xargs touch -d "$ts"
|
|||||||
|
|
||||||
%files -f nondevel.files
|
%files -f nondevel.files
|
||||||
%defattr(-, root, root)
|
%defattr(-, root, root)
|
||||||
/usr/src/linux%variant-%kernelrelease/README.SUSE
|
|
||||||
|
|
||||||
%files -n kernel-devel%variant -f devel.files
|
%files -n kernel-devel%variant -f devel.files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
|
@ -233,7 +233,6 @@ find %buildroot/usr/src/linux* ! -type l | xargs touch -d "$ts"
|
|||||||
|
|
||||||
%files -f nondevel.files
|
%files -f nondevel.files
|
||||||
%defattr(-, root, root)
|
%defattr(-, root, root)
|
||||||
/usr/src/linux%variant-%kernelrelease/README.SUSE
|
|
||||||
|
|
||||||
%files -n kernel-devel%variant -f devel.files
|
%files -n kernel-devel%variant -f devel.files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
|
@ -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
|
Tue May 21 14:44:17 CEST 2013 - jeffm@suse.com
|
||||||
|
|
||||||
|
@ -25,7 +25,7 @@ Name: kernel-syms
|
|||||||
Summary: Kernel Symbol Versions (modversions)
|
Summary: Kernel Symbol Versions (modversions)
|
||||||
Version: 3.10.rc2
|
Version: 3.10.rc2
|
||||||
%if %using_buildservice
|
%if %using_buildservice
|
||||||
Release: <RELEASE>.ge454a38
|
Release: <RELEASE>.gd28ac96
|
||||||
%else
|
%else
|
||||||
%define kernel_source_release %(LC_ALL=C rpm -q kernel-devel%variant-%version --qf "%{RELEASE}" | grep -v 'not installed' || echo 0)
|
%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
|
Release: %kernel_source_release
|
||||||
|
@ -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
|
Tue May 21 14:44:17 CEST 2013 - jeffm@suse.com
|
||||||
|
|
||||||
|
@ -60,7 +60,7 @@
|
|||||||
Name: kernel-trace
|
Name: kernel-trace
|
||||||
Summary: The Standard Kernel with Tracing Features
|
Summary: The Standard Kernel with Tracing Features
|
||||||
Version: 3.10.rc2
|
Version: 3.10.rc2
|
||||||
Release: <RELEASE>.ge454a38
|
Release: <RELEASE>.gd28ac96
|
||||||
License: GPL-2.0
|
License: GPL-2.0
|
||||||
Group: System/Kernel
|
Group: System/Kernel
|
||||||
Url: http://www.kernel.org/
|
Url: http://www.kernel.org/
|
||||||
|
@ -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
|
Tue May 21 14:44:17 CEST 2013 - jeffm@suse.com
|
||||||
|
|
||||||
|
@ -60,7 +60,7 @@
|
|||||||
Name: kernel-vanilla
|
Name: kernel-vanilla
|
||||||
Summary: The Standard Kernel - without any SUSE patches
|
Summary: The Standard Kernel - without any SUSE patches
|
||||||
Version: 3.10.rc2
|
Version: 3.10.rc2
|
||||||
Release: <RELEASE>.ge454a38
|
Release: <RELEASE>.gd28ac96
|
||||||
License: GPL-2.0
|
License: GPL-2.0
|
||||||
Group: System/Kernel
|
Group: System/Kernel
|
||||||
Url: http://www.kernel.org/
|
Url: http://www.kernel.org/
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:a4474e8f5816fcea3f3b974aaa71e85773f40c39f6afda3eb788f6b6f4d221bf
|
oid sha256:3ef2ae0b3013f49c438f125bb2517fb24c449ede66bfca9030b7ff4bca539e75
|
||||||
size 2097782
|
size 2097793
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
2013-05-21 15:09:33 +0200
|
2013-05-22 21:34:32 +0200
|
||||||
GIT Revision: e454a3861cc7074c6e0a4ec344b7749c4464c7b7
|
GIT Revision: d28ac96565d9d4db50bb43d00490da25973113b2
|
||||||
GIT Branch: master
|
GIT Branch: master
|
||||||
|
Loading…
Reference in New Issue
Block a user