Accepting request 122881 from Kernel:HEAD
- Refresh - Update Xen config files (XEN_SPINLOCK_ACQUIRE_NESTING=1). - Merge branch 'scripts' - run_oldconfig.sh: Map any arm* config to ARCH=armscripts - Renamed armv7l to armv7hl, following %_cpu_target convention. OBS-URL: https://build.opensuse.org/request/show/122881 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kernel-source?expand=0&rev=171
This commit is contained in:
commit
030e6691ad
@ -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:522949d4aab340b89bb07fc61fdd24589b66eb43a41c2dec4733b827f8c6f91c
|
||||
size 291806
|
||||
|
@ -1,3 +1,24 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue May 29 11:20:13 CEST 2012 - mhocko@suse.cz
|
||||
|
||||
- Refresh
|
||||
patches.apparmor/apparmor-compatibility-patch-for-v5-network-control.
|
||||
Fix a compile error due to anonymous union initialization not supported
|
||||
by earlier gcc versions (<4.6.x).
|
||||
- commit 790f341
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue May 29 10:27:32 CEST 2012 - jbeulich@novell.com
|
||||
|
||||
- Update Xen config files (XEN_SPINLOCK_ACQUIRE_NESTING=1).
|
||||
- commit d03820c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
|
||||
|
@ -1,3 +1,24 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue May 29 11:20:13 CEST 2012 - mhocko@suse.cz
|
||||
|
||||
- Refresh
|
||||
patches.apparmor/apparmor-compatibility-patch-for-v5-network-control.
|
||||
Fix a compile error due to anonymous union initialization not supported
|
||||
by earlier gcc versions (<4.6.x).
|
||||
- commit 790f341
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue May 29 10:27:32 CEST 2012 - jbeulich@novell.com
|
||||
|
||||
- Update Xen config files (XEN_SPINLOCK_ACQUIRE_NESTING=1).
|
||||
- commit d03820c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
|
||||
|
@ -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 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue May 29 11:20:13 CEST 2012 - mhocko@suse.cz
|
||||
|
||||
- Refresh
|
||||
patches.apparmor/apparmor-compatibility-patch-for-v5-network-control.
|
||||
Fix a compile error due to anonymous union initialization not supported
|
||||
by earlier gcc versions (<4.6.x).
|
||||
- commit 790f341
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue May 29 10:27:32 CEST 2012 - jbeulich@novell.com
|
||||
|
||||
- Update Xen config files (XEN_SPINLOCK_ACQUIRE_NESTING=1).
|
||||
- commit d03820c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
|
||||
|
@ -1,3 +1,24 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue May 29 11:20:13 CEST 2012 - mhocko@suse.cz
|
||||
|
||||
- Refresh
|
||||
patches.apparmor/apparmor-compatibility-patch-for-v5-network-control.
|
||||
Fix a compile error due to anonymous union initialization not supported
|
||||
by earlier gcc versions (<4.6.x).
|
||||
- commit 790f341
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue May 29 10:27:32 CEST 2012 - jbeulich@novell.com
|
||||
|
||||
- Update Xen config files (XEN_SPINLOCK_ACQUIRE_NESTING=1).
|
||||
- commit d03820c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
|
||||
|
@ -1,3 +1,24 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue May 29 11:20:13 CEST 2012 - mhocko@suse.cz
|
||||
|
||||
- Refresh
|
||||
patches.apparmor/apparmor-compatibility-patch-for-v5-network-control.
|
||||
Fix a compile error due to anonymous union initialization not supported
|
||||
by earlier gcc versions (<4.6.x).
|
||||
- commit 790f341
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue May 29 10:27:32 CEST 2012 - jbeulich@novell.com
|
||||
|
||||
- Update Xen config files (XEN_SPINLOCK_ACQUIRE_NESTING=1).
|
||||
- commit d03820c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
|
||||
|
@ -1,3 +1,24 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue May 29 11:20:13 CEST 2012 - mhocko@suse.cz
|
||||
|
||||
- Refresh
|
||||
patches.apparmor/apparmor-compatibility-patch-for-v5-network-control.
|
||||
Fix a compile error due to anonymous union initialization not supported
|
||||
by earlier gcc versions (<4.6.x).
|
||||
- commit 790f341
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue May 29 10:27:32 CEST 2012 - jbeulich@novell.com
|
||||
|
||||
- Update Xen config files (XEN_SPINLOCK_ACQUIRE_NESTING=1).
|
||||
- commit d03820c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
|
||||
|
@ -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 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue May 29 11:20:13 CEST 2012 - mhocko@suse.cz
|
||||
|
||||
- Refresh
|
||||
patches.apparmor/apparmor-compatibility-patch-for-v5-network-control.
|
||||
Fix a compile error due to anonymous union initialization not supported
|
||||
by earlier gcc versions (<4.6.x).
|
||||
- commit 790f341
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue May 29 10:27:32 CEST 2012 - jbeulich@novell.com
|
||||
|
||||
- Update Xen config files (XEN_SPINLOCK_ACQUIRE_NESTING=1).
|
||||
- commit d03820c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
|
||||
|
@ -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 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue May 29 11:20:13 CEST 2012 - mhocko@suse.cz
|
||||
|
||||
- Refresh
|
||||
patches.apparmor/apparmor-compatibility-patch-for-v5-network-control.
|
||||
Fix a compile error due to anonymous union initialization not supported
|
||||
by earlier gcc versions (<4.6.x).
|
||||
- commit 790f341
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue May 29 10:27:32 CEST 2012 - jbeulich@novell.com
|
||||
|
||||
- Update Xen config files (XEN_SPINLOCK_ACQUIRE_NESTING=1).
|
||||
- commit d03820c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
|
||||
|
@ -1,3 +1,24 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue May 29 11:20:13 CEST 2012 - mhocko@suse.cz
|
||||
|
||||
- Refresh
|
||||
patches.apparmor/apparmor-compatibility-patch-for-v5-network-control.
|
||||
Fix a compile error due to anonymous union initialization not supported
|
||||
by earlier gcc versions (<4.6.x).
|
||||
- commit 790f341
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue May 29 10:27:32 CEST 2012 - jbeulich@novell.com
|
||||
|
||||
- Update Xen config files (XEN_SPINLOCK_ACQUIRE_NESTING=1).
|
||||
- commit d03820c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
|
||||
|
@ -1,3 +1,24 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue May 29 11:20:13 CEST 2012 - mhocko@suse.cz
|
||||
|
||||
- Refresh
|
||||
patches.apparmor/apparmor-compatibility-patch-for-v5-network-control.
|
||||
Fix a compile error due to anonymous union initialization not supported
|
||||
by earlier gcc versions (<4.6.x).
|
||||
- commit 790f341
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue May 29 10:27:32 CEST 2012 - jbeulich@novell.com
|
||||
|
||||
- Update Xen config files (XEN_SPINLOCK_ACQUIRE_NESTING=1).
|
||||
- commit d03820c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
|
||||
|
@ -1,3 +1,24 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue May 29 11:20:13 CEST 2012 - mhocko@suse.cz
|
||||
|
||||
- Refresh
|
||||
patches.apparmor/apparmor-compatibility-patch-for-v5-network-control.
|
||||
Fix a compile error due to anonymous union initialization not supported
|
||||
by earlier gcc versions (<4.6.x).
|
||||
- commit 790f341
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue May 29 10:27:32 CEST 2012 - jbeulich@novell.com
|
||||
|
||||
- Update Xen config files (XEN_SPINLOCK_ACQUIRE_NESTING=1).
|
||||
- commit d03820c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
|
||||
|
@ -1,3 +1,24 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue May 29 11:20:13 CEST 2012 - mhocko@suse.cz
|
||||
|
||||
- Refresh
|
||||
patches.apparmor/apparmor-compatibility-patch-for-v5-network-control.
|
||||
Fix a compile error due to anonymous union initialization not supported
|
||||
by earlier gcc versions (<4.6.x).
|
||||
- commit 790f341
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue May 29 10:27:32 CEST 2012 - jbeulich@novell.com
|
||||
|
||||
- Update Xen config files (XEN_SPINLOCK_ACQUIRE_NESTING=1).
|
||||
- commit d03820c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
|
||||
|
@ -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 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue May 29 11:20:13 CEST 2012 - mhocko@suse.cz
|
||||
|
||||
- Refresh
|
||||
patches.apparmor/apparmor-compatibility-patch-for-v5-network-control.
|
||||
Fix a compile error due to anonymous union initialization not supported
|
||||
by earlier gcc versions (<4.6.x).
|
||||
- commit 790f341
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue May 29 10:27:32 CEST 2012 - jbeulich@novell.com
|
||||
|
||||
- Update Xen config files (XEN_SPINLOCK_ACQUIRE_NESTING=1).
|
||||
- commit d03820c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
|
||||
|
@ -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 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue May 29 11:20:13 CEST 2012 - mhocko@suse.cz
|
||||
|
||||
- Refresh
|
||||
patches.apparmor/apparmor-compatibility-patch-for-v5-network-control.
|
||||
Fix a compile error due to anonymous union initialization not supported
|
||||
by earlier gcc versions (<4.6.x).
|
||||
- commit 790f341
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue May 29 10:27:32 CEST 2012 - jbeulich@novell.com
|
||||
|
||||
- Update Xen config files (XEN_SPINLOCK_ACQUIRE_NESTING=1).
|
||||
- commit d03820c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
|
||||
|
@ -1,3 +1,24 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue May 29 11:20:13 CEST 2012 - mhocko@suse.cz
|
||||
|
||||
- Refresh
|
||||
patches.apparmor/apparmor-compatibility-patch-for-v5-network-control.
|
||||
Fix a compile error due to anonymous union initialization not supported
|
||||
by earlier gcc versions (<4.6.x).
|
||||
- commit 790f341
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue May 29 10:27:32 CEST 2012 - jbeulich@novell.com
|
||||
|
||||
- Update Xen config files (XEN_SPINLOCK_ACQUIRE_NESTING=1).
|
||||
- commit d03820c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
|
||||
|
@ -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 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue May 29 11:20:13 CEST 2012 - mhocko@suse.cz
|
||||
|
||||
- Refresh
|
||||
patches.apparmor/apparmor-compatibility-patch-for-v5-network-control.
|
||||
Fix a compile error due to anonymous union initialization not supported
|
||||
by earlier gcc versions (<4.6.x).
|
||||
- commit 790f341
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue May 29 10:27:32 CEST 2012 - jbeulich@novell.com
|
||||
|
||||
- Update Xen config files (XEN_SPINLOCK_ACQUIRE_NESTING=1).
|
||||
- commit d03820c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
|
||||
|
@ -1,3 +1,24 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue May 29 11:20:13 CEST 2012 - mhocko@suse.cz
|
||||
|
||||
- Refresh
|
||||
patches.apparmor/apparmor-compatibility-patch-for-v5-network-control.
|
||||
Fix a compile error due to anonymous union initialization not supported
|
||||
by earlier gcc versions (<4.6.x).
|
||||
- commit 790f341
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue May 29 10:27:32 CEST 2012 - jbeulich@novell.com
|
||||
|
||||
- Update Xen config files (XEN_SPINLOCK_ACQUIRE_NESTING=1).
|
||||
- commit d03820c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7268383d0dd96706f356df1b842d48c2b5dfb43dc18f56519ea29c4bc138dc8c
|
||||
size 6581
|
||||
oid sha256:4c310a6cf096d3596ec26cf92274d1035416c14fb05707a9cdebf0322347d07c
|
||||
size 6622
|
||||
|
@ -1,3 +1,3 @@
|
||||
2012-05-23 15:59:25 +0200
|
||||
GIT Revision: a3c5f2c9fcea9aad9e12201c2700304d33469ace
|
||||
2012-05-29 11:23:22 +0200
|
||||
GIT Revision: 790f341fdd4859afb0b475ec3a69b10bfb845eee
|
||||
GIT Branch: master
|
||||
|
Loading…
Reference in New Issue
Block a user