GIT Revision: 8353c9ec933737d81ed0c58934d802646e3798b6
OBS-URL: https://build.opensuse.org/package/show/Kernel:stable/kernel-source?expand=0&rev=123
This commit is contained in:
parent
ff4d5af085
commit
3120de0db3
@ -25,7 +25,7 @@
|
||||
|
||||
if [ "$1" = "--list" ]; then
|
||||
# List all known architectures
|
||||
echo i386 mips{,64} sparc{,64} ppc{,64} s390{,x} ia64 x86_64 alpha parisc armv7l
|
||||
echo i386 mips{,64} sparc{,64} ppc{,64} s390{,x} ia64 x86_64 alpha parisc armv7hl
|
||||
exit 0
|
||||
fi
|
||||
|
||||
|
10
config.conf
10
config.conf
@ -41,11 +41,11 @@
|
||||
+ppc ppc/vanilla
|
||||
|
||||
# ARM architectures
|
||||
+armv7l armv7l/default
|
||||
+armv7l armv7l/imx51
|
||||
+armv7l armv7l/omap2plus
|
||||
+armv7l armv7l/tegra
|
||||
+armv7l armv7l/u8500
|
||||
+armv7hl armv7hl/default
|
||||
+armv7hl armv7hl/imx51
|
||||
+armv7hl armv7hl/omap2plus
|
||||
+armv7hl armv7hl/tegra
|
||||
+armv7hl armv7hl/u8500
|
||||
|
||||
# SLES
|
||||
# identical to ppc64 flavor, all KMP packages need a kernel-default
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f9af869bbc72bf67f21dae13c9b58aff627e033f8579e6d862e402673795e61c
|
||||
size 291902
|
||||
oid sha256:04f915298fe43c6d3bedce03ea86240489d9e17507ddd334e43e20cb20774b8c
|
||||
size 291613
|
||||
|
@ -1,3 +1,24 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri May 25 17:41:50 CEST 2012 - jeffm@suse.com
|
||||
|
||||
- Renamed armv7l to armv7hl, following %_cpu_target convention.
|
||||
- commit 64b97cd
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed May 23 15:59:25 CEST 2012 - jbeulich@novell.com
|
||||
|
||||
- Update Xen patches to 3.4-final and c/s 1177.
|
||||
- commit a3c5f2c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue May 22 14:21:24 CEST 2012 - trenn@suse.de
|
||||
|
||||
- X86 acpi_cpufreq: Do not use request_module for autoloading
|
||||
(bnc#756085).
|
||||
- Refresh patches.xen/xen3-auto-common.diff.
|
||||
- patches.xen/xen3-patch-3.3:
|
||||
- commit caf270e
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon May 21 17:20:43 CEST 2012 - jslaby@suse.cz
|
||||
|
||||
|
@ -1,3 +1,24 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri May 25 17:41:50 CEST 2012 - jeffm@suse.com
|
||||
|
||||
- Renamed armv7l to armv7hl, following %_cpu_target convention.
|
||||
- commit 64b97cd
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed May 23 15:59:25 CEST 2012 - jbeulich@novell.com
|
||||
|
||||
- Update Xen patches to 3.4-final and c/s 1177.
|
||||
- commit a3c5f2c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue May 22 14:21:24 CEST 2012 - trenn@suse.de
|
||||
|
||||
- X86 acpi_cpufreq: Do not use request_module for autoloading
|
||||
(bnc#756085).
|
||||
- Refresh patches.xen/xen3-auto-common.diff.
|
||||
- patches.xen/xen3-patch-3.3:
|
||||
- commit caf270e
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon May 21 17:20:43 CEST 2012 - jslaby@suse.cz
|
||||
|
||||
|
@ -215,7 +215,7 @@ Source113: patches.kabi.tar.bz2
|
||||
Source120: kabi.tar.bz2
|
||||
Source121: sysctl.tar.bz2
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
ExclusiveArch: armv7l %ix86 ia64 ppc ppc64 s390x x86_64
|
||||
ExclusiveArch: armv7hl %ix86 ia64 ppc ppc64 s390x x86_64
|
||||
%define kmp_target_cpu %_target_cpu
|
||||
%ifarch %ix86
|
||||
# Only i386/default supports i586, mark other flavors' packages as i686
|
||||
|
@ -1,3 +1,24 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri May 25 17:41:50 CEST 2012 - jeffm@suse.com
|
||||
|
||||
- Renamed armv7l to armv7hl, following %_cpu_target convention.
|
||||
- commit 64b97cd
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed May 23 15:59:25 CEST 2012 - jbeulich@novell.com
|
||||
|
||||
- Update Xen patches to 3.4-final and c/s 1177.
|
||||
- commit a3c5f2c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue May 22 14:21:24 CEST 2012 - trenn@suse.de
|
||||
|
||||
- X86 acpi_cpufreq: Do not use request_module for autoloading
|
||||
(bnc#756085).
|
||||
- Refresh patches.xen/xen3-auto-common.diff.
|
||||
- patches.xen/xen3-patch-3.3:
|
||||
- commit caf270e
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon May 21 17:20:43 CEST 2012 - jslaby@suse.cz
|
||||
|
||||
|
@ -1,3 +1,24 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri May 25 17:41:50 CEST 2012 - jeffm@suse.com
|
||||
|
||||
- Renamed armv7l to armv7hl, following %_cpu_target convention.
|
||||
- commit 64b97cd
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed May 23 15:59:25 CEST 2012 - jbeulich@novell.com
|
||||
|
||||
- Update Xen patches to 3.4-final and c/s 1177.
|
||||
- commit a3c5f2c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue May 22 14:21:24 CEST 2012 - trenn@suse.de
|
||||
|
||||
- X86 acpi_cpufreq: Do not use request_module for autoloading
|
||||
(bnc#756085).
|
||||
- Refresh patches.xen/xen3-auto-common.diff.
|
||||
- patches.xen/xen3-patch-3.3:
|
||||
- commit caf270e
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon May 21 17:20:43 CEST 2012 - jslaby@suse.cz
|
||||
|
||||
|
@ -1,3 +1,24 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri May 25 17:41:50 CEST 2012 - jeffm@suse.com
|
||||
|
||||
- Renamed armv7l to armv7hl, following %_cpu_target convention.
|
||||
- commit 64b97cd
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed May 23 15:59:25 CEST 2012 - jbeulich@novell.com
|
||||
|
||||
- Update Xen patches to 3.4-final and c/s 1177.
|
||||
- commit a3c5f2c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue May 22 14:21:24 CEST 2012 - trenn@suse.de
|
||||
|
||||
- X86 acpi_cpufreq: Do not use request_module for autoloading
|
||||
(bnc#756085).
|
||||
- Refresh patches.xen/xen3-auto-common.diff.
|
||||
- patches.xen/xen3-patch-3.3:
|
||||
- commit caf270e
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon May 21 17:20:43 CEST 2012 - jslaby@suse.cz
|
||||
|
||||
|
@ -1,3 +1,24 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri May 25 17:41:50 CEST 2012 - jeffm@suse.com
|
||||
|
||||
- Renamed armv7l to armv7hl, following %_cpu_target convention.
|
||||
- commit 64b97cd
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed May 23 15:59:25 CEST 2012 - jbeulich@novell.com
|
||||
|
||||
- Update Xen patches to 3.4-final and c/s 1177.
|
||||
- commit a3c5f2c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue May 22 14:21:24 CEST 2012 - trenn@suse.de
|
||||
|
||||
- X86 acpi_cpufreq: Do not use request_module for autoloading
|
||||
(bnc#756085).
|
||||
- Refresh patches.xen/xen3-auto-common.diff.
|
||||
- patches.xen/xen3-patch-3.3:
|
||||
- commit caf270e
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon May 21 17:20:43 CEST 2012 - jslaby@suse.cz
|
||||
|
||||
|
@ -196,7 +196,7 @@ Source113: patches.kabi.tar.bz2
|
||||
Source120: kabi.tar.bz2
|
||||
Source121: sysctl.tar.bz2
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
ExclusiveArch: armv7l
|
||||
ExclusiveArch: armv7hl
|
||||
%define kmp_target_cpu %_target_cpu
|
||||
%ifarch %ix86
|
||||
# Only i386/default supports i586, mark other flavors' packages as i686
|
||||
|
@ -1,3 +1,24 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri May 25 17:41:50 CEST 2012 - jeffm@suse.com
|
||||
|
||||
- Renamed armv7l to armv7hl, following %_cpu_target convention.
|
||||
- commit 64b97cd
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed May 23 15:59:25 CEST 2012 - jbeulich@novell.com
|
||||
|
||||
- Update Xen patches to 3.4-final and c/s 1177.
|
||||
- commit a3c5f2c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue May 22 14:21:24 CEST 2012 - trenn@suse.de
|
||||
|
||||
- X86 acpi_cpufreq: Do not use request_module for autoloading
|
||||
(bnc#756085).
|
||||
- Refresh patches.xen/xen3-auto-common.diff.
|
||||
- patches.xen/xen3-patch-3.3:
|
||||
- commit caf270e
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon May 21 17:20:43 CEST 2012 - jslaby@suse.cz
|
||||
|
||||
|
@ -196,7 +196,7 @@ Source113: patches.kabi.tar.bz2
|
||||
Source120: kabi.tar.bz2
|
||||
Source121: sysctl.tar.bz2
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
ExclusiveArch: armv7l
|
||||
ExclusiveArch: armv7hl
|
||||
%define kmp_target_cpu %_target_cpu
|
||||
%ifarch %ix86
|
||||
# Only i386/default supports i586, mark other flavors' packages as i686
|
||||
|
@ -1,3 +1,24 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri May 25 17:41:50 CEST 2012 - jeffm@suse.com
|
||||
|
||||
- Renamed armv7l to armv7hl, following %_cpu_target convention.
|
||||
- commit 64b97cd
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed May 23 15:59:25 CEST 2012 - jbeulich@novell.com
|
||||
|
||||
- Update Xen patches to 3.4-final and c/s 1177.
|
||||
- commit a3c5f2c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue May 22 14:21:24 CEST 2012 - trenn@suse.de
|
||||
|
||||
- X86 acpi_cpufreq: Do not use request_module for autoloading
|
||||
(bnc#756085).
|
||||
- Refresh patches.xen/xen3-auto-common.diff.
|
||||
- patches.xen/xen3-patch-3.3:
|
||||
- commit caf270e
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon May 21 17:20:43 CEST 2012 - jslaby@suse.cz
|
||||
|
||||
|
@ -1,3 +1,24 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri May 25 17:41:50 CEST 2012 - jeffm@suse.com
|
||||
|
||||
- Renamed armv7l to armv7hl, following %_cpu_target convention.
|
||||
- commit 64b97cd
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed May 23 15:59:25 CEST 2012 - jbeulich@novell.com
|
||||
|
||||
- Update Xen patches to 3.4-final and c/s 1177.
|
||||
- commit a3c5f2c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue May 22 14:21:24 CEST 2012 - trenn@suse.de
|
||||
|
||||
- X86 acpi_cpufreq: Do not use request_module for autoloading
|
||||
(bnc#756085).
|
||||
- Refresh patches.xen/xen3-auto-common.diff.
|
||||
- patches.xen/xen3-patch-3.3:
|
||||
- commit caf270e
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon May 21 17:20:43 CEST 2012 - jslaby@suse.cz
|
||||
|
||||
|
@ -1,3 +1,24 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri May 25 17:41:50 CEST 2012 - jeffm@suse.com
|
||||
|
||||
- Renamed armv7l to armv7hl, following %_cpu_target convention.
|
||||
- commit 64b97cd
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed May 23 15:59:25 CEST 2012 - jbeulich@novell.com
|
||||
|
||||
- Update Xen patches to 3.4-final and c/s 1177.
|
||||
- commit a3c5f2c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue May 22 14:21:24 CEST 2012 - trenn@suse.de
|
||||
|
||||
- X86 acpi_cpufreq: Do not use request_module for autoloading
|
||||
(bnc#756085).
|
||||
- Refresh patches.xen/xen3-auto-common.diff.
|
||||
- patches.xen/xen3-patch-3.3:
|
||||
- commit caf270e
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon May 21 17:20:43 CEST 2012 - jslaby@suse.cz
|
||||
|
||||
|
@ -1,3 +1,24 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri May 25 17:41:50 CEST 2012 - jeffm@suse.com
|
||||
|
||||
- Renamed armv7l to armv7hl, following %_cpu_target convention.
|
||||
- commit 64b97cd
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed May 23 15:59:25 CEST 2012 - jbeulich@novell.com
|
||||
|
||||
- Update Xen patches to 3.4-final and c/s 1177.
|
||||
- commit a3c5f2c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue May 22 14:21:24 CEST 2012 - trenn@suse.de
|
||||
|
||||
- X86 acpi_cpufreq: Do not use request_module for autoloading
|
||||
(bnc#756085).
|
||||
- Refresh patches.xen/xen3-auto-common.diff.
|
||||
- patches.xen/xen3-patch-3.3:
|
||||
- commit caf270e
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon May 21 17:20:43 CEST 2012 - jslaby@suse.cz
|
||||
|
||||
|
@ -1,3 +1,24 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri May 25 17:41:50 CEST 2012 - jeffm@suse.com
|
||||
|
||||
- Renamed armv7l to armv7hl, following %_cpu_target convention.
|
||||
- commit 64b97cd
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed May 23 15:59:25 CEST 2012 - jbeulich@novell.com
|
||||
|
||||
- Update Xen patches to 3.4-final and c/s 1177.
|
||||
- commit a3c5f2c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue May 22 14:21:24 CEST 2012 - trenn@suse.de
|
||||
|
||||
- X86 acpi_cpufreq: Do not use request_module for autoloading
|
||||
(bnc#756085).
|
||||
- Refresh patches.xen/xen3-auto-common.diff.
|
||||
- patches.xen/xen3-patch-3.3:
|
||||
- commit caf270e
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon May 21 17:20:43 CEST 2012 - jslaby@suse.cz
|
||||
|
||||
|
@ -35,16 +35,16 @@ Group: Development/Sources
|
||||
Url: http://www.kernel.org/
|
||||
AutoReqProv: off
|
||||
BuildRequires: coreutils
|
||||
%ifarch armv7l %ix86 ia64 ppc ppc64 s390x x86_64
|
||||
%ifarch armv7hl %ix86 ia64 ppc ppc64 s390x x86_64
|
||||
Requires: kernel-default-devel = %version-%source_rel
|
||||
%endif
|
||||
%ifarch %ix86 x86_64
|
||||
Requires: kernel-desktop-devel = %version-%source_rel
|
||||
%endif
|
||||
%ifarch armv7l
|
||||
%ifarch armv7hl
|
||||
Requires: kernel-imx51-devel = %version-%source_rel
|
||||
%endif
|
||||
%ifarch armv7l
|
||||
%ifarch armv7hl
|
||||
Requires: kernel-omap2plus-devel = %version-%source_rel
|
||||
%endif
|
||||
%ifarch %ix86
|
||||
@ -56,10 +56,10 @@ Requires: kernel-ppc64-devel = %version-%source_rel
|
||||
%ifarch s390
|
||||
Requires: kernel-s390-devel = %version-%source_rel
|
||||
%endif
|
||||
%ifarch armv7l
|
||||
%ifarch armv7hl
|
||||
Requires: kernel-tegra-devel = %version-%source_rel
|
||||
%endif
|
||||
%ifarch armv7l
|
||||
%ifarch armv7hl
|
||||
Requires: kernel-u8500-devel = %version-%source_rel
|
||||
%endif
|
||||
%ifarch %ix86 x86_64
|
||||
@ -70,7 +70,7 @@ Provides: %name = %version-%source_rel
|
||||
Source: README.KSYMS
|
||||
Requires: kernel-devel%variant = %version-%source_rel
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
ExclusiveArch: %ix86 armv7l ia64 ppc ppc64 s390 s390x x86_64
|
||||
ExclusiveArch: %ix86 armv7hl ia64 ppc ppc64 s390 s390x x86_64
|
||||
Prefix: /usr/src
|
||||
|
||||
%description
|
||||
|
@ -1,3 +1,24 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri May 25 17:41:50 CEST 2012 - jeffm@suse.com
|
||||
|
||||
- Renamed armv7l to armv7hl, following %_cpu_target convention.
|
||||
- commit 64b97cd
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed May 23 15:59:25 CEST 2012 - jbeulich@novell.com
|
||||
|
||||
- Update Xen patches to 3.4-final and c/s 1177.
|
||||
- commit a3c5f2c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue May 22 14:21:24 CEST 2012 - trenn@suse.de
|
||||
|
||||
- X86 acpi_cpufreq: Do not use request_module for autoloading
|
||||
(bnc#756085).
|
||||
- Refresh patches.xen/xen3-auto-common.diff.
|
||||
- patches.xen/xen3-patch-3.3:
|
||||
- commit caf270e
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon May 21 17:20:43 CEST 2012 - jslaby@suse.cz
|
||||
|
||||
|
@ -196,7 +196,7 @@ Source113: patches.kabi.tar.bz2
|
||||
Source120: kabi.tar.bz2
|
||||
Source121: sysctl.tar.bz2
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
ExclusiveArch: armv7l
|
||||
ExclusiveArch: armv7hl
|
||||
%define kmp_target_cpu %_target_cpu
|
||||
%ifarch %ix86
|
||||
# Only i386/default supports i586, mark other flavors' packages as i686
|
||||
|
@ -1,3 +1,24 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri May 25 17:41:50 CEST 2012 - jeffm@suse.com
|
||||
|
||||
- Renamed armv7l to armv7hl, following %_cpu_target convention.
|
||||
- commit 64b97cd
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed May 23 15:59:25 CEST 2012 - jbeulich@novell.com
|
||||
|
||||
- Update Xen patches to 3.4-final and c/s 1177.
|
||||
- commit a3c5f2c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue May 22 14:21:24 CEST 2012 - trenn@suse.de
|
||||
|
||||
- X86 acpi_cpufreq: Do not use request_module for autoloading
|
||||
(bnc#756085).
|
||||
- Refresh patches.xen/xen3-auto-common.diff.
|
||||
- patches.xen/xen3-patch-3.3:
|
||||
- commit caf270e
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon May 21 17:20:43 CEST 2012 - jslaby@suse.cz
|
||||
|
||||
|
@ -1,3 +1,24 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri May 25 17:41:50 CEST 2012 - jeffm@suse.com
|
||||
|
||||
- Renamed armv7l to armv7hl, following %_cpu_target convention.
|
||||
- commit 64b97cd
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed May 23 15:59:25 CEST 2012 - jbeulich@novell.com
|
||||
|
||||
- Update Xen patches to 3.4-final and c/s 1177.
|
||||
- commit a3c5f2c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue May 22 14:21:24 CEST 2012 - trenn@suse.de
|
||||
|
||||
- X86 acpi_cpufreq: Do not use request_module for autoloading
|
||||
(bnc#756085).
|
||||
- Refresh patches.xen/xen3-auto-common.diff.
|
||||
- patches.xen/xen3-patch-3.3:
|
||||
- commit caf270e
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon May 21 17:20:43 CEST 2012 - jslaby@suse.cz
|
||||
|
||||
|
@ -196,7 +196,7 @@ Source113: patches.kabi.tar.bz2
|
||||
Source120: kabi.tar.bz2
|
||||
Source121: sysctl.tar.bz2
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
ExclusiveArch: armv7l
|
||||
ExclusiveArch: armv7hl
|
||||
%define kmp_target_cpu %_target_cpu
|
||||
%ifarch %ix86
|
||||
# Only i386/default supports i586, mark other flavors' packages as i686
|
||||
|
@ -1,3 +1,24 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri May 25 17:41:50 CEST 2012 - jeffm@suse.com
|
||||
|
||||
- Renamed armv7l to armv7hl, following %_cpu_target convention.
|
||||
- commit 64b97cd
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed May 23 15:59:25 CEST 2012 - jbeulich@novell.com
|
||||
|
||||
- Update Xen patches to 3.4-final and c/s 1177.
|
||||
- commit a3c5f2c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue May 22 14:21:24 CEST 2012 - trenn@suse.de
|
||||
|
||||
- X86 acpi_cpufreq: Do not use request_module for autoloading
|
||||
(bnc#756085).
|
||||
- Refresh patches.xen/xen3-auto-common.diff.
|
||||
- patches.xen/xen3-patch-3.3:
|
||||
- commit caf270e
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon May 21 17:20:43 CEST 2012 - jslaby@suse.cz
|
||||
|
||||
|
@ -1,3 +1,24 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri May 25 17:41:50 CEST 2012 - jeffm@suse.com
|
||||
|
||||
- Renamed armv7l to armv7hl, following %_cpu_target convention.
|
||||
- commit 64b97cd
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed May 23 15:59:25 CEST 2012 - jbeulich@novell.com
|
||||
|
||||
- Update Xen patches to 3.4-final and c/s 1177.
|
||||
- commit a3c5f2c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue May 22 14:21:24 CEST 2012 - trenn@suse.de
|
||||
|
||||
- X86 acpi_cpufreq: Do not use request_module for autoloading
|
||||
(bnc#756085).
|
||||
- Refresh patches.xen/xen3-auto-common.diff.
|
||||
- patches.xen/xen3-patch-3.3:
|
||||
- commit caf270e
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon May 21 17:20:43 CEST 2012 - jslaby@suse.cz
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ec4061e6f73eb0290f9804eeb77b80c79bb4bccda74dfef20235f7a48c05995b
|
||||
size 8156
|
||||
oid sha256:3ccb314e717dd582a4efd65544d83c11a2f06d98b9fb1cb50398f72235a4b52b
|
||||
size 9278
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:210012ba6693281039e5b6e4b07cc38e05a1736594f8a5d962adbc1e4e601bf1
|
||||
size 2083345
|
||||
oid sha256:2ed805ac5b763c0880aef55b83a1539594da3cc6ce019a31d797139c56bdd5db
|
||||
size 2085724
|
||||
|
@ -228,6 +228,7 @@
|
||||
|
||||
## cpuidle perf events cleanups and related
|
||||
patches.arch/perf_timechart_fix_zero_timestamps.patch
|
||||
patches.drivers/x86_acpi_cpufreq_autoload.patch
|
||||
|
||||
########################################################
|
||||
# AGP, graphics related stuff
|
||||
@ -611,10 +612,7 @@
|
||||
patches.xen/xen3-patch-3.1
|
||||
patches.xen/xen3-patch-3.2
|
||||
patches.xen/xen3-patch-3.3
|
||||
patches.xen/xen3-patch-3.4-rc3
|
||||
patches.xen/xen3-patch-3.4-rc4-rc5
|
||||
patches.xen/xen3-patch-3.4-rc5-rc6
|
||||
patches.xen/xen3-ia32-emulation-fix-build-problem-for-modular-ia32-a-out-support
|
||||
patches.xen/xen3-patch-3.4
|
||||
patches.xen/xen3-apei_allow_drivers_access_nvs_ram.patch
|
||||
patches.xen/xen3-acpi_implement_overriding_of_arbitrary_acpi_tables_via_initrd.patch
|
||||
patches.xen/xen3-stack-unwind
|
||||
|
@ -1,3 +1,3 @@
|
||||
2012-05-21 17:20:43 +0200
|
||||
GIT Revision: 6966f525fbd5a09f592d065879b28746d8e424eb
|
||||
2012-05-27 21:46:37 +0200
|
||||
GIT Revision: 8353c9ec933737d81ed0c58934d802646e3798b6
|
||||
GIT Branch: stable
|
||||
|
Loading…
Reference in New Issue
Block a user