commit b560f9fe2214fc09c4ddc7854bd533919deebd02
OBS-URL: https://build.opensuse.org/package/show/Kernel:stable/kernel-source?expand=0&rev=561
This commit is contained in:
parent
0470355300
commit
76d2403196
@ -12,6 +12,9 @@
|
|||||||
<disk>
|
<disk>
|
||||||
<size unit="G">25</size>
|
<size unit="G">25</size>
|
||||||
</disk>
|
</disk>
|
||||||
|
<memory>
|
||||||
|
<size unit="G">2</size>
|
||||||
|
</memory>
|
||||||
</hardware>
|
</hardware>
|
||||||
</overwrite>
|
</overwrite>
|
||||||
|
|
||||||
|
@ -8,6 +8,9 @@
|
|||||||
<disk>
|
<disk>
|
||||||
<size unit="G">25</size>
|
<size unit="G">25</size>
|
||||||
</disk>
|
</disk>
|
||||||
|
<memory>
|
||||||
|
<size unit="G">2</size>
|
||||||
|
</memory>
|
||||||
</hardware>
|
</hardware>
|
||||||
</overwrite>
|
</overwrite>
|
||||||
|
|
||||||
|
@ -1,3 +1,12 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Aug 5 10:50:53 CEST 2016 - jslaby@suse.cz
|
||||||
|
|
||||||
|
- rpm/constraints.in: set memory minimum for binaries
|
||||||
|
Binary packages are sometimes built on machines with 1G. For example
|
||||||
|
one arm build ran in a VM with -smp 1 -m 1024. And it caused OOMs.
|
||||||
|
So set the minimal memory to 2G for all archs.
|
||||||
|
- commit b3acaa2
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Aug 4 13:26:54 CEST 2016 - jthumshirn@suse.de
|
Thu Aug 4 13:26:54 CEST 2016 - jthumshirn@suse.de
|
||||||
|
|
||||||
|
@ -63,7 +63,7 @@ License: GPL-2.0
|
|||||||
Group: System/Kernel
|
Group: System/Kernel
|
||||||
Version: 4.7.0
|
Version: 4.7.0
|
||||||
%if 0%{?is_kotd}
|
%if 0%{?is_kotd}
|
||||||
Release: <RELEASE>.gdf207c0
|
Release: <RELEASE>.gb560f9f
|
||||||
%else
|
%else
|
||||||
Release: 0
|
Release: 0
|
||||||
%endif
|
%endif
|
||||||
|
@ -1,3 +1,12 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Aug 5 10:50:53 CEST 2016 - jslaby@suse.cz
|
||||||
|
|
||||||
|
- rpm/constraints.in: set memory minimum for binaries
|
||||||
|
Binary packages are sometimes built on machines with 1G. For example
|
||||||
|
one arm build ran in a VM with -smp 1 -m 1024. And it caused OOMs.
|
||||||
|
So set the minimal memory to 2G for all archs.
|
||||||
|
- commit b3acaa2
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Aug 4 13:26:54 CEST 2016 - jthumshirn@suse.de
|
Thu Aug 4 13:26:54 CEST 2016 - jthumshirn@suse.de
|
||||||
|
|
||||||
|
@ -63,7 +63,7 @@ License: GPL-2.0
|
|||||||
Group: System/Kernel
|
Group: System/Kernel
|
||||||
Version: 4.7.0
|
Version: 4.7.0
|
||||||
%if 0%{?is_kotd}
|
%if 0%{?is_kotd}
|
||||||
Release: <RELEASE>.gdf207c0
|
Release: <RELEASE>.gb560f9f
|
||||||
%else
|
%else
|
||||||
Release: 0
|
Release: 0
|
||||||
%endif
|
%endif
|
||||||
|
@ -1,3 +1,12 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Aug 5 10:50:53 CEST 2016 - jslaby@suse.cz
|
||||||
|
|
||||||
|
- rpm/constraints.in: set memory minimum for binaries
|
||||||
|
Binary packages are sometimes built on machines with 1G. For example
|
||||||
|
one arm build ran in a VM with -smp 1 -m 1024. And it caused OOMs.
|
||||||
|
So set the minimal memory to 2G for all archs.
|
||||||
|
- commit b3acaa2
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Aug 4 13:26:54 CEST 2016 - jthumshirn@suse.de
|
Thu Aug 4 13:26:54 CEST 2016 - jthumshirn@suse.de
|
||||||
|
|
||||||
|
@ -29,7 +29,7 @@ License: GPL-2.0
|
|||||||
Group: Documentation/Man
|
Group: Documentation/Man
|
||||||
Version: 4.7.0
|
Version: 4.7.0
|
||||||
%if 0%{?is_kotd}
|
%if 0%{?is_kotd}
|
||||||
Release: <RELEASE>.gdf207c0
|
Release: <RELEASE>.gb560f9f
|
||||||
%else
|
%else
|
||||||
Release: 0
|
Release: 0
|
||||||
%endif
|
%endif
|
||||||
|
@ -1,3 +1,12 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Aug 5 10:50:53 CEST 2016 - jslaby@suse.cz
|
||||||
|
|
||||||
|
- rpm/constraints.in: set memory minimum for binaries
|
||||||
|
Binary packages are sometimes built on machines with 1G. For example
|
||||||
|
one arm build ran in a VM with -smp 1 -m 1024. And it caused OOMs.
|
||||||
|
So set the minimal memory to 2G for all archs.
|
||||||
|
- commit b3acaa2
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Aug 4 13:26:54 CEST 2016 - jthumshirn@suse.de
|
Thu Aug 4 13:26:54 CEST 2016 - jthumshirn@suse.de
|
||||||
|
|
||||||
|
@ -63,7 +63,7 @@ License: GPL-2.0
|
|||||||
Group: System/Kernel
|
Group: System/Kernel
|
||||||
Version: 4.7.0
|
Version: 4.7.0
|
||||||
%if 0%{?is_kotd}
|
%if 0%{?is_kotd}
|
||||||
Release: <RELEASE>.gdf207c0
|
Release: <RELEASE>.gb560f9f
|
||||||
%else
|
%else
|
||||||
Release: 0
|
Release: 0
|
||||||
%endif
|
%endif
|
||||||
|
@ -1,3 +1,12 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Aug 5 10:50:53 CEST 2016 - jslaby@suse.cz
|
||||||
|
|
||||||
|
- rpm/constraints.in: set memory minimum for binaries
|
||||||
|
Binary packages are sometimes built on machines with 1G. For example
|
||||||
|
one arm build ran in a VM with -smp 1 -m 1024. And it caused OOMs.
|
||||||
|
So set the minimal memory to 2G for all archs.
|
||||||
|
- commit b3acaa2
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Aug 4 13:26:54 CEST 2016 - jthumshirn@suse.de
|
Thu Aug 4 13:26:54 CEST 2016 - jthumshirn@suse.de
|
||||||
|
|
||||||
|
@ -53,7 +53,7 @@ License: GPL-2.0
|
|||||||
Group: SLES
|
Group: SLES
|
||||||
Version: 4.7.0
|
Version: 4.7.0
|
||||||
%if 0%{?is_kotd}
|
%if 0%{?is_kotd}
|
||||||
Release: <RELEASE>.gdf207c0
|
Release: <RELEASE>.gb560f9f
|
||||||
%else
|
%else
|
||||||
Release: 0
|
Release: 0
|
||||||
%endif
|
%endif
|
||||||
|
@ -1,3 +1,12 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Aug 5 10:50:53 CEST 2016 - jslaby@suse.cz
|
||||||
|
|
||||||
|
- rpm/constraints.in: set memory minimum for binaries
|
||||||
|
Binary packages are sometimes built on machines with 1G. For example
|
||||||
|
one arm build ran in a VM with -smp 1 -m 1024. And it caused OOMs.
|
||||||
|
So set the minimal memory to 2G for all archs.
|
||||||
|
- commit b3acaa2
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Aug 4 13:26:54 CEST 2016 - jthumshirn@suse.de
|
Thu Aug 4 13:26:54 CEST 2016 - jthumshirn@suse.de
|
||||||
|
|
||||||
|
@ -38,7 +38,7 @@ License: GPL-2.0
|
|||||||
Group: SLES
|
Group: SLES
|
||||||
Version: 4.7.0
|
Version: 4.7.0
|
||||||
%if 0%{?is_kotd}
|
%if 0%{?is_kotd}
|
||||||
Release: <RELEASE>.gdf207c0
|
Release: <RELEASE>.gb560f9f
|
||||||
%else
|
%else
|
||||||
Release: 0
|
Release: 0
|
||||||
%endif
|
%endif
|
||||||
|
@ -1,3 +1,12 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Aug 5 10:50:53 CEST 2016 - jslaby@suse.cz
|
||||||
|
|
||||||
|
- rpm/constraints.in: set memory minimum for binaries
|
||||||
|
Binary packages are sometimes built on machines with 1G. For example
|
||||||
|
one arm build ran in a VM with -smp 1 -m 1024. And it caused OOMs.
|
||||||
|
So set the minimal memory to 2G for all archs.
|
||||||
|
- commit b3acaa2
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Aug 4 13:26:54 CEST 2016 - jthumshirn@suse.de
|
Thu Aug 4 13:26:54 CEST 2016 - jthumshirn@suse.de
|
||||||
|
|
||||||
|
@ -63,7 +63,7 @@ License: GPL-2.0
|
|||||||
Group: System/Kernel
|
Group: System/Kernel
|
||||||
Version: 4.7.0
|
Version: 4.7.0
|
||||||
%if 0%{?is_kotd}
|
%if 0%{?is_kotd}
|
||||||
Release: <RELEASE>.gdf207c0
|
Release: <RELEASE>.gb560f9f
|
||||||
%else
|
%else
|
||||||
Release: 0
|
Release: 0
|
||||||
%endif
|
%endif
|
||||||
|
@ -1,3 +1,12 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Aug 5 10:50:53 CEST 2016 - jslaby@suse.cz
|
||||||
|
|
||||||
|
- rpm/constraints.in: set memory minimum for binaries
|
||||||
|
Binary packages are sometimes built on machines with 1G. For example
|
||||||
|
one arm build ran in a VM with -smp 1 -m 1024. And it caused OOMs.
|
||||||
|
So set the minimal memory to 2G for all archs.
|
||||||
|
- commit b3acaa2
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Aug 4 13:26:54 CEST 2016 - jthumshirn@suse.de
|
Thu Aug 4 13:26:54 CEST 2016 - jthumshirn@suse.de
|
||||||
|
|
||||||
|
@ -32,7 +32,7 @@ License: GPL-2.0
|
|||||||
Group: Development/Sources
|
Group: Development/Sources
|
||||||
Version: 4.7.0
|
Version: 4.7.0
|
||||||
%if 0%{?is_kotd}
|
%if 0%{?is_kotd}
|
||||||
Release: <RELEASE>.gdf207c0
|
Release: <RELEASE>.gb560f9f
|
||||||
%else
|
%else
|
||||||
Release: 0
|
Release: 0
|
||||||
%endif
|
%endif
|
||||||
|
@ -1,3 +1,12 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Aug 5 10:50:53 CEST 2016 - jslaby@suse.cz
|
||||||
|
|
||||||
|
- rpm/constraints.in: set memory minimum for binaries
|
||||||
|
Binary packages are sometimes built on machines with 1G. For example
|
||||||
|
one arm build ran in a VM with -smp 1 -m 1024. And it caused OOMs.
|
||||||
|
So set the minimal memory to 2G for all archs.
|
||||||
|
- commit b3acaa2
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Aug 4 13:26:54 CEST 2016 - jthumshirn@suse.de
|
Thu Aug 4 13:26:54 CEST 2016 - jthumshirn@suse.de
|
||||||
|
|
||||||
|
@ -27,7 +27,7 @@ Group: Development/Sources
|
|||||||
Version: 4.7.0
|
Version: 4.7.0
|
||||||
%if %using_buildservice
|
%if %using_buildservice
|
||||||
%if 0%{?is_kotd}
|
%if 0%{?is_kotd}
|
||||||
Release: <RELEASE>.gdf207c0
|
Release: <RELEASE>.gb560f9f
|
||||||
%else
|
%else
|
||||||
Release: 0
|
Release: 0
|
||||||
%endif
|
%endif
|
||||||
|
@ -1,3 +1,12 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Aug 5 10:50:53 CEST 2016 - jslaby@suse.cz
|
||||||
|
|
||||||
|
- rpm/constraints.in: set memory minimum for binaries
|
||||||
|
Binary packages are sometimes built on machines with 1G. For example
|
||||||
|
one arm build ran in a VM with -smp 1 -m 1024. And it caused OOMs.
|
||||||
|
So set the minimal memory to 2G for all archs.
|
||||||
|
- commit b3acaa2
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Aug 4 13:26:54 CEST 2016 - jthumshirn@suse.de
|
Thu Aug 4 13:26:54 CEST 2016 - jthumshirn@suse.de
|
||||||
|
|
||||||
|
@ -63,7 +63,7 @@ License: GPL-2.0
|
|||||||
Group: System/Kernel
|
Group: System/Kernel
|
||||||
Version: 4.7.0
|
Version: 4.7.0
|
||||||
%if 0%{?is_kotd}
|
%if 0%{?is_kotd}
|
||||||
Release: <RELEASE>.gdf207c0
|
Release: <RELEASE>.gb560f9f
|
||||||
%else
|
%else
|
||||||
Release: 0
|
Release: 0
|
||||||
%endif
|
%endif
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
2016-08-04 14:44:37 +0200
|
2016-08-05 14:15:08 +0200
|
||||||
GIT Revision: df207c00a9afabbe17c41deb04f870c3d7873c2e
|
GIT Revision: b560f9fe2214fc09c4ddc7854bd533919deebd02
|
||||||
GIT Branch: stable
|
GIT Branch: stable
|
||||||
|
Loading…
Reference in New Issue
Block a user