commit 2a23faf8f06e5c694c3c66b3c7eebb304caeb3b8
OBS-URL: https://build.opensuse.org/package/show/Kernel:stable/kernel-source?expand=0&rev=310
This commit is contained in:
parent
2877902ddc
commit
96de8a0ee1
@ -4,6 +4,4 @@ SRCVERSION=3.16
|
||||
VARIANT=
|
||||
# buildservice projects to build the kernel against
|
||||
OBS_PROJECT=openSUSE:13.1:Update
|
||||
OBS_PROJECT_ARM=openSUSE:12.2:ARM
|
||||
IBS_PROJECT=
|
||||
IBS_PROJECT_ARM=Devel:ARM:12.3
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f3b231c689f431629b64fe6a82f97c75da336d0b83855a60e51872cbfc5c45e4
|
||||
size 269794
|
||||
oid sha256:ce3c7c9a8dedcb577fd2ccd83ec6956d8f5ee6f2ab2967574ebd6f77d4010b0c
|
||||
size 269563
|
||||
|
@ -27,9 +27,9 @@
|
||||
%include %_sourcedir/kernel-spec-macros
|
||||
|
||||
%define build_flavor @FLAVOR@
|
||||
%define build_default (%build_flavor == "default")
|
||||
%define build_xen (%build_flavor == "xen" || %build_flavor == "ec2")
|
||||
%define build_vanilla (%build_flavor == "vanilla")
|
||||
%define build_default ("%build_flavor" == "default")
|
||||
%define build_xen ("%build_flavor" == "xen" || "%build_flavor" == "ec2")
|
||||
%define build_vanilla ("%build_flavor" == "vanilla")
|
||||
|
||||
%define build_src_dir %my_builddir/linux-%srcversion
|
||||
%define src_install_dir /usr/src/linux-%kernelrelease%variant
|
||||
|
@ -1,3 +1,30 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 18 15:26:34 CEST 2014 - mmarek@suse.cz
|
||||
|
||||
- rpm/config.sh: Drop the ARM repo, it is covered by the ports repo
|
||||
- commit 84ffa90
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 18 15:12:21 CEST 2014 - schwab@suse.de
|
||||
|
||||
- rpm/kernel-binary.spec.in: Fix missing quotes around %build_flavor
|
||||
%build_flavor can be an arbitrary string, so it needs to be quoted for
|
||||
string comparison.
|
||||
- commit 0134440
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 18 13:58:23 CEST 2014 - dvaleev@suse.com
|
||||
|
||||
- rpm/kernel-obs-build.spec.in: Use dracut for SLE12
|
||||
- commit ec64eaf
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 18 04:50:46 CEST 2014 - afaerber@suse.de
|
||||
|
||||
- config: armv6hl: Enable DMA_BCM2835
|
||||
Only bcm2835 option missing.
|
||||
- commit 1fd2cdd
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 18 03:41:01 CEST 2014 - afaerber@suse.de
|
||||
|
||||
|
@ -27,9 +27,9 @@
|
||||
%include %_sourcedir/kernel-spec-macros
|
||||
|
||||
%define build_flavor debug
|
||||
%define build_default (%build_flavor == "default")
|
||||
%define build_xen (%build_flavor == "xen" || %build_flavor == "ec2")
|
||||
%define build_vanilla (%build_flavor == "vanilla")
|
||||
%define build_default ("%build_flavor" == "default")
|
||||
%define build_xen ("%build_flavor" == "xen" || "%build_flavor" == "ec2")
|
||||
%define build_vanilla ("%build_flavor" == "vanilla")
|
||||
|
||||
%define build_src_dir %my_builddir/linux-%srcversion
|
||||
%define src_install_dir /usr/src/linux-%kernelrelease%variant
|
||||
@ -61,9 +61,9 @@ License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
Version: 3.16.1
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.gd585c06
|
||||
Release: <RELEASE>.g2a23faf
|
||||
%else
|
||||
Release: <RELEASE>.gd585c06
|
||||
Release: <RELEASE>.g2a23faf
|
||||
%endif
|
||||
Url: http://www.kernel.org/
|
||||
BuildRequires: bc
|
||||
|
@ -1,3 +1,30 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 18 15:26:34 CEST 2014 - mmarek@suse.cz
|
||||
|
||||
- rpm/config.sh: Drop the ARM repo, it is covered by the ports repo
|
||||
- commit 84ffa90
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 18 15:12:21 CEST 2014 - schwab@suse.de
|
||||
|
||||
- rpm/kernel-binary.spec.in: Fix missing quotes around %build_flavor
|
||||
%build_flavor can be an arbitrary string, so it needs to be quoted for
|
||||
string comparison.
|
||||
- commit 0134440
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 18 13:58:23 CEST 2014 - dvaleev@suse.com
|
||||
|
||||
- rpm/kernel-obs-build.spec.in: Use dracut for SLE12
|
||||
- commit ec64eaf
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 18 04:50:46 CEST 2014 - afaerber@suse.de
|
||||
|
||||
- config: armv6hl: Enable DMA_BCM2835
|
||||
Only bcm2835 option missing.
|
||||
- commit 1fd2cdd
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 18 03:41:01 CEST 2014 - afaerber@suse.de
|
||||
|
||||
|
@ -27,9 +27,9 @@
|
||||
%include %_sourcedir/kernel-spec-macros
|
||||
|
||||
%define build_flavor default
|
||||
%define build_default (%build_flavor == "default")
|
||||
%define build_xen (%build_flavor == "xen" || %build_flavor == "ec2")
|
||||
%define build_vanilla (%build_flavor == "vanilla")
|
||||
%define build_default ("%build_flavor" == "default")
|
||||
%define build_xen ("%build_flavor" == "xen" || "%build_flavor" == "ec2")
|
||||
%define build_vanilla ("%build_flavor" == "vanilla")
|
||||
|
||||
%define build_src_dir %my_builddir/linux-%srcversion
|
||||
%define src_install_dir /usr/src/linux-%kernelrelease%variant
|
||||
@ -61,9 +61,9 @@ License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
Version: 3.16.1
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.gd585c06
|
||||
Release: <RELEASE>.g2a23faf
|
||||
%else
|
||||
Release: <RELEASE>.gd585c06
|
||||
Release: <RELEASE>.g2a23faf
|
||||
%endif
|
||||
Url: http://www.kernel.org/
|
||||
BuildRequires: bc
|
||||
|
@ -1,3 +1,30 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 18 15:26:34 CEST 2014 - mmarek@suse.cz
|
||||
|
||||
- rpm/config.sh: Drop the ARM repo, it is covered by the ports repo
|
||||
- commit 84ffa90
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 18 15:12:21 CEST 2014 - schwab@suse.de
|
||||
|
||||
- rpm/kernel-binary.spec.in: Fix missing quotes around %build_flavor
|
||||
%build_flavor can be an arbitrary string, so it needs to be quoted for
|
||||
string comparison.
|
||||
- commit 0134440
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 18 13:58:23 CEST 2014 - dvaleev@suse.com
|
||||
|
||||
- rpm/kernel-obs-build.spec.in: Use dracut for SLE12
|
||||
- commit ec64eaf
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 18 04:50:46 CEST 2014 - afaerber@suse.de
|
||||
|
||||
- config: armv6hl: Enable DMA_BCM2835
|
||||
Only bcm2835 option missing.
|
||||
- commit 1fd2cdd
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 18 03:41:01 CEST 2014 - afaerber@suse.de
|
||||
|
||||
|
@ -27,9 +27,9 @@
|
||||
%include %_sourcedir/kernel-spec-macros
|
||||
|
||||
%define build_flavor desktop
|
||||
%define build_default (%build_flavor == "default")
|
||||
%define build_xen (%build_flavor == "xen" || %build_flavor == "ec2")
|
||||
%define build_vanilla (%build_flavor == "vanilla")
|
||||
%define build_default ("%build_flavor" == "default")
|
||||
%define build_xen ("%build_flavor" == "xen" || "%build_flavor" == "ec2")
|
||||
%define build_vanilla ("%build_flavor" == "vanilla")
|
||||
|
||||
%define build_src_dir %my_builddir/linux-%srcversion
|
||||
%define src_install_dir /usr/src/linux-%kernelrelease%variant
|
||||
@ -61,9 +61,9 @@ License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
Version: 3.16.1
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.gd585c06
|
||||
Release: <RELEASE>.g2a23faf
|
||||
%else
|
||||
Release: <RELEASE>.gd585c06
|
||||
Release: <RELEASE>.g2a23faf
|
||||
%endif
|
||||
Url: http://www.kernel.org/
|
||||
BuildRequires: bc
|
||||
|
@ -1,3 +1,30 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 18 15:26:34 CEST 2014 - mmarek@suse.cz
|
||||
|
||||
- rpm/config.sh: Drop the ARM repo, it is covered by the ports repo
|
||||
- commit 84ffa90
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 18 15:12:21 CEST 2014 - schwab@suse.de
|
||||
|
||||
- rpm/kernel-binary.spec.in: Fix missing quotes around %build_flavor
|
||||
%build_flavor can be an arbitrary string, so it needs to be quoted for
|
||||
string comparison.
|
||||
- commit 0134440
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 18 13:58:23 CEST 2014 - dvaleev@suse.com
|
||||
|
||||
- rpm/kernel-obs-build.spec.in: Use dracut for SLE12
|
||||
- commit ec64eaf
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 18 04:50:46 CEST 2014 - afaerber@suse.de
|
||||
|
||||
- config: armv6hl: Enable DMA_BCM2835
|
||||
Only bcm2835 option missing.
|
||||
- commit 1fd2cdd
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 18 03:41:01 CEST 2014 - afaerber@suse.de
|
||||
|
||||
|
@ -27,9 +27,9 @@ License: GPL-2.0
|
||||
Group: Documentation/Man
|
||||
Version: 3.16.1
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.gd585c06
|
||||
Release: <RELEASE>.g2a23faf
|
||||
%else
|
||||
Release: <RELEASE>.gd585c06
|
||||
Release: <RELEASE>.g2a23faf
|
||||
%endif
|
||||
BuildRequires: docbook-toys
|
||||
BuildRequires: docbook-utils
|
||||
|
@ -1,3 +1,30 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 18 15:26:34 CEST 2014 - mmarek@suse.cz
|
||||
|
||||
- rpm/config.sh: Drop the ARM repo, it is covered by the ports repo
|
||||
- commit 84ffa90
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 18 15:12:21 CEST 2014 - schwab@suse.de
|
||||
|
||||
- rpm/kernel-binary.spec.in: Fix missing quotes around %build_flavor
|
||||
%build_flavor can be an arbitrary string, so it needs to be quoted for
|
||||
string comparison.
|
||||
- commit 0134440
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 18 13:58:23 CEST 2014 - dvaleev@suse.com
|
||||
|
||||
- rpm/kernel-obs-build.spec.in: Use dracut for SLE12
|
||||
- commit ec64eaf
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 18 04:50:46 CEST 2014 - afaerber@suse.de
|
||||
|
||||
- config: armv6hl: Enable DMA_BCM2835
|
||||
Only bcm2835 option missing.
|
||||
- commit 1fd2cdd
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 18 03:41:01 CEST 2014 - afaerber@suse.de
|
||||
|
||||
|
@ -27,9 +27,9 @@
|
||||
%include %_sourcedir/kernel-spec-macros
|
||||
|
||||
%define build_flavor ec2
|
||||
%define build_default (%build_flavor == "default")
|
||||
%define build_xen (%build_flavor == "xen" || %build_flavor == "ec2")
|
||||
%define build_vanilla (%build_flavor == "vanilla")
|
||||
%define build_default ("%build_flavor" == "default")
|
||||
%define build_xen ("%build_flavor" == "xen" || "%build_flavor" == "ec2")
|
||||
%define build_vanilla ("%build_flavor" == "vanilla")
|
||||
|
||||
%define build_src_dir %my_builddir/linux-%srcversion
|
||||
%define src_install_dir /usr/src/linux-%kernelrelease%variant
|
||||
@ -61,9 +61,9 @@ License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
Version: 3.16.1
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.gd585c06
|
||||
Release: <RELEASE>.g2a23faf
|
||||
%else
|
||||
Release: <RELEASE>.gd585c06
|
||||
Release: <RELEASE>.g2a23faf
|
||||
%endif
|
||||
Url: http://www.kernel.org/
|
||||
BuildRequires: bc
|
||||
|
@ -1,3 +1,30 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 18 15:26:34 CEST 2014 - mmarek@suse.cz
|
||||
|
||||
- rpm/config.sh: Drop the ARM repo, it is covered by the ports repo
|
||||
- commit 84ffa90
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 18 15:12:21 CEST 2014 - schwab@suse.de
|
||||
|
||||
- rpm/kernel-binary.spec.in: Fix missing quotes around %build_flavor
|
||||
%build_flavor can be an arbitrary string, so it needs to be quoted for
|
||||
string comparison.
|
||||
- commit 0134440
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 18 13:58:23 CEST 2014 - dvaleev@suse.com
|
||||
|
||||
- rpm/kernel-obs-build.spec.in: Use dracut for SLE12
|
||||
- commit ec64eaf
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 18 04:50:46 CEST 2014 - afaerber@suse.de
|
||||
|
||||
- config: armv6hl: Enable DMA_BCM2835
|
||||
Only bcm2835 option missing.
|
||||
- commit 1fd2cdd
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 18 03:41:01 CEST 2014 - afaerber@suse.de
|
||||
|
||||
|
@ -27,9 +27,9 @@
|
||||
%include %_sourcedir/kernel-spec-macros
|
||||
|
||||
%define build_flavor lpae
|
||||
%define build_default (%build_flavor == "default")
|
||||
%define build_xen (%build_flavor == "xen" || %build_flavor == "ec2")
|
||||
%define build_vanilla (%build_flavor == "vanilla")
|
||||
%define build_default ("%build_flavor" == "default")
|
||||
%define build_xen ("%build_flavor" == "xen" || "%build_flavor" == "ec2")
|
||||
%define build_vanilla ("%build_flavor" == "vanilla")
|
||||
|
||||
%define build_src_dir %my_builddir/linux-%srcversion
|
||||
%define src_install_dir /usr/src/linux-%kernelrelease%variant
|
||||
@ -61,9 +61,9 @@ License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
Version: 3.16.1
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.gd585c06
|
||||
Release: <RELEASE>.g2a23faf
|
||||
%else
|
||||
Release: <RELEASE>.gd585c06
|
||||
Release: <RELEASE>.g2a23faf
|
||||
%endif
|
||||
Url: http://www.kernel.org/
|
||||
BuildRequires: bc
|
||||
|
@ -1,3 +1,30 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 18 15:26:34 CEST 2014 - mmarek@suse.cz
|
||||
|
||||
- rpm/config.sh: Drop the ARM repo, it is covered by the ports repo
|
||||
- commit 84ffa90
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 18 15:12:21 CEST 2014 - schwab@suse.de
|
||||
|
||||
- rpm/kernel-binary.spec.in: Fix missing quotes around %build_flavor
|
||||
%build_flavor can be an arbitrary string, so it needs to be quoted for
|
||||
string comparison.
|
||||
- commit 0134440
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 18 13:58:23 CEST 2014 - dvaleev@suse.com
|
||||
|
||||
- rpm/kernel-obs-build.spec.in: Use dracut for SLE12
|
||||
- commit ec64eaf
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 18 04:50:46 CEST 2014 - afaerber@suse.de
|
||||
|
||||
- config: armv6hl: Enable DMA_BCM2835
|
||||
Only bcm2835 option missing.
|
||||
- commit 1fd2cdd
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 18 03:41:01 CEST 2014 - afaerber@suse.de
|
||||
|
||||
|
@ -34,7 +34,7 @@ BuildRequires: kernel-default
|
||||
BuildRequires: kernel-xen
|
||||
%endif
|
||||
ExclusiveArch: aarch64 armv6hl armv7hl %ix86 ppc ppc64 ppc64le s390x x86_64
|
||||
%if 0%{?suse_version} < 1320
|
||||
%if 0%{?suse_version} < 1315
|
||||
# For SLE 11
|
||||
BuildRequires: mkinitrd
|
||||
BuildRequires: perl-Bootloader
|
||||
@ -47,9 +47,9 @@ License: GPL-2.0
|
||||
Group: SLES
|
||||
Version: 3.16.1
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.gd585c06
|
||||
Release: <RELEASE>.g2a23faf
|
||||
%else
|
||||
Release: <RELEASE>.gd585c06
|
||||
Release: <RELEASE>.g2a23faf
|
||||
%endif
|
||||
|
||||
%description
|
||||
@ -105,7 +105,7 @@ ROOT=""
|
||||
%define kernel_name Image
|
||||
%endif
|
||||
|
||||
%if 0%{?suse_version} < 1320
|
||||
%if 0%{?suse_version} < 1315
|
||||
# For SLE 11
|
||||
/sbin/mkinitrd $ROOT \
|
||||
-m "$KERNEL_MODULES" \
|
||||
|
@ -34,7 +34,7 @@ BuildRequires: kernel-default
|
||||
BuildRequires: kernel-xen
|
||||
%endif
|
||||
ExclusiveArch: @ARCHS@
|
||||
%if 0%{?suse_version} < 1320
|
||||
%if 0%{?suse_version} < 1315
|
||||
# For SLE 11
|
||||
BuildRequires: mkinitrd
|
||||
BuildRequires: perl-Bootloader
|
||||
@ -105,7 +105,7 @@ ROOT=""
|
||||
%define kernel_name Image
|
||||
%endif
|
||||
|
||||
%if 0%{?suse_version} < 1320
|
||||
%if 0%{?suse_version} < 1315
|
||||
# For SLE 11
|
||||
/sbin/mkinitrd $ROOT \
|
||||
-m "$KERNEL_MODULES" \
|
||||
|
@ -1,3 +1,30 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 18 15:26:34 CEST 2014 - mmarek@suse.cz
|
||||
|
||||
- rpm/config.sh: Drop the ARM repo, it is covered by the ports repo
|
||||
- commit 84ffa90
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 18 15:12:21 CEST 2014 - schwab@suse.de
|
||||
|
||||
- rpm/kernel-binary.spec.in: Fix missing quotes around %build_flavor
|
||||
%build_flavor can be an arbitrary string, so it needs to be quoted for
|
||||
string comparison.
|
||||
- commit 0134440
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 18 13:58:23 CEST 2014 - dvaleev@suse.com
|
||||
|
||||
- rpm/kernel-obs-build.spec.in: Use dracut for SLE12
|
||||
- commit ec64eaf
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 18 04:50:46 CEST 2014 - afaerber@suse.de
|
||||
|
||||
- config: armv6hl: Enable DMA_BCM2835
|
||||
Only bcm2835 option missing.
|
||||
- commit 1fd2cdd
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 18 03:41:01 CEST 2014 - afaerber@suse.de
|
||||
|
||||
|
@ -38,9 +38,9 @@ License: GPL-2.0
|
||||
Group: SLES
|
||||
Version: 3.16.1
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.gd585c06
|
||||
Release: <RELEASE>.g2a23faf
|
||||
%else
|
||||
Release: <RELEASE>.gd585c06
|
||||
Release: <RELEASE>.g2a23faf
|
||||
%endif
|
||||
|
||||
%description
|
||||
|
@ -1,3 +1,30 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 18 15:26:34 CEST 2014 - mmarek@suse.cz
|
||||
|
||||
- rpm/config.sh: Drop the ARM repo, it is covered by the ports repo
|
||||
- commit 84ffa90
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 18 15:12:21 CEST 2014 - schwab@suse.de
|
||||
|
||||
- rpm/kernel-binary.spec.in: Fix missing quotes around %build_flavor
|
||||
%build_flavor can be an arbitrary string, so it needs to be quoted for
|
||||
string comparison.
|
||||
- commit 0134440
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 18 13:58:23 CEST 2014 - dvaleev@suse.com
|
||||
|
||||
- rpm/kernel-obs-build.spec.in: Use dracut for SLE12
|
||||
- commit ec64eaf
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 18 04:50:46 CEST 2014 - afaerber@suse.de
|
||||
|
||||
- config: armv6hl: Enable DMA_BCM2835
|
||||
Only bcm2835 option missing.
|
||||
- commit 1fd2cdd
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 18 03:41:01 CEST 2014 - afaerber@suse.de
|
||||
|
||||
|
@ -38,9 +38,9 @@ License: GPL-2.0
|
||||
Group: SLES
|
||||
Version: 3.16.1
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.gd585c06
|
||||
Release: <RELEASE>.g2a23faf
|
||||
%else
|
||||
Release: <RELEASE>.gd585c06
|
||||
Release: <RELEASE>.g2a23faf
|
||||
%endif
|
||||
|
||||
%description
|
||||
|
@ -1,3 +1,30 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 18 15:26:34 CEST 2014 - mmarek@suse.cz
|
||||
|
||||
- rpm/config.sh: Drop the ARM repo, it is covered by the ports repo
|
||||
- commit 84ffa90
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 18 15:12:21 CEST 2014 - schwab@suse.de
|
||||
|
||||
- rpm/kernel-binary.spec.in: Fix missing quotes around %build_flavor
|
||||
%build_flavor can be an arbitrary string, so it needs to be quoted for
|
||||
string comparison.
|
||||
- commit 0134440
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 18 13:58:23 CEST 2014 - dvaleev@suse.com
|
||||
|
||||
- rpm/kernel-obs-build.spec.in: Use dracut for SLE12
|
||||
- commit ec64eaf
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 18 04:50:46 CEST 2014 - afaerber@suse.de
|
||||
|
||||
- config: armv6hl: Enable DMA_BCM2835
|
||||
Only bcm2835 option missing.
|
||||
- commit 1fd2cdd
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 18 03:41:01 CEST 2014 - afaerber@suse.de
|
||||
|
||||
|
@ -27,9 +27,9 @@
|
||||
%include %_sourcedir/kernel-spec-macros
|
||||
|
||||
%define build_flavor pae
|
||||
%define build_default (%build_flavor == "default")
|
||||
%define build_xen (%build_flavor == "xen" || %build_flavor == "ec2")
|
||||
%define build_vanilla (%build_flavor == "vanilla")
|
||||
%define build_default ("%build_flavor" == "default")
|
||||
%define build_xen ("%build_flavor" == "xen" || "%build_flavor" == "ec2")
|
||||
%define build_vanilla ("%build_flavor" == "vanilla")
|
||||
|
||||
%define build_src_dir %my_builddir/linux-%srcversion
|
||||
%define src_install_dir /usr/src/linux-%kernelrelease%variant
|
||||
@ -61,9 +61,9 @@ License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
Version: 3.16.1
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.gd585c06
|
||||
Release: <RELEASE>.g2a23faf
|
||||
%else
|
||||
Release: <RELEASE>.gd585c06
|
||||
Release: <RELEASE>.g2a23faf
|
||||
%endif
|
||||
Url: http://www.kernel.org/
|
||||
BuildRequires: bc
|
||||
|
@ -1,3 +1,30 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 18 15:26:34 CEST 2014 - mmarek@suse.cz
|
||||
|
||||
- rpm/config.sh: Drop the ARM repo, it is covered by the ports repo
|
||||
- commit 84ffa90
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 18 15:12:21 CEST 2014 - schwab@suse.de
|
||||
|
||||
- rpm/kernel-binary.spec.in: Fix missing quotes around %build_flavor
|
||||
%build_flavor can be an arbitrary string, so it needs to be quoted for
|
||||
string comparison.
|
||||
- commit 0134440
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 18 13:58:23 CEST 2014 - dvaleev@suse.com
|
||||
|
||||
- rpm/kernel-obs-build.spec.in: Use dracut for SLE12
|
||||
- commit ec64eaf
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 18 04:50:46 CEST 2014 - afaerber@suse.de
|
||||
|
||||
- config: armv6hl: Enable DMA_BCM2835
|
||||
Only bcm2835 option missing.
|
||||
- commit 1fd2cdd
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 18 03:41:01 CEST 2014 - afaerber@suse.de
|
||||
|
||||
|
@ -32,9 +32,9 @@ License: GPL-2.0
|
||||
Group: Development/Sources
|
||||
Version: 3.16.1
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.gd585c06
|
||||
Release: <RELEASE>.g2a23faf
|
||||
%else
|
||||
Release: <RELEASE>.gd585c06
|
||||
Release: <RELEASE>.g2a23faf
|
||||
%endif
|
||||
Url: http://www.kernel.org/
|
||||
AutoReqProv: off
|
||||
|
@ -1,3 +1,30 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 18 15:26:34 CEST 2014 - mmarek@suse.cz
|
||||
|
||||
- rpm/config.sh: Drop the ARM repo, it is covered by the ports repo
|
||||
- commit 84ffa90
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 18 15:12:21 CEST 2014 - schwab@suse.de
|
||||
|
||||
- rpm/kernel-binary.spec.in: Fix missing quotes around %build_flavor
|
||||
%build_flavor can be an arbitrary string, so it needs to be quoted for
|
||||
string comparison.
|
||||
- commit 0134440
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 18 13:58:23 CEST 2014 - dvaleev@suse.com
|
||||
|
||||
- rpm/kernel-obs-build.spec.in: Use dracut for SLE12
|
||||
- commit ec64eaf
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 18 04:50:46 CEST 2014 - afaerber@suse.de
|
||||
|
||||
- config: armv6hl: Enable DMA_BCM2835
|
||||
Only bcm2835 option missing.
|
||||
- commit 1fd2cdd
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 18 03:41:01 CEST 2014 - afaerber@suse.de
|
||||
|
||||
|
@ -27,9 +27,9 @@ Group: Development/Sources
|
||||
Version: 3.16.1
|
||||
%if %using_buildservice
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.gd585c06
|
||||
Release: <RELEASE>.g2a23faf
|
||||
%else
|
||||
Release: <RELEASE>.gd585c06
|
||||
Release: <RELEASE>.g2a23faf
|
||||
%endif
|
||||
%else
|
||||
%define kernel_source_release %(LC_ALL=C rpm -q kernel-devel%variant-%version --qf "%{RELEASE}" | grep -v 'not installed' || echo 0)
|
||||
|
@ -1,3 +1,30 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 18 15:26:34 CEST 2014 - mmarek@suse.cz
|
||||
|
||||
- rpm/config.sh: Drop the ARM repo, it is covered by the ports repo
|
||||
- commit 84ffa90
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 18 15:12:21 CEST 2014 - schwab@suse.de
|
||||
|
||||
- rpm/kernel-binary.spec.in: Fix missing quotes around %build_flavor
|
||||
%build_flavor can be an arbitrary string, so it needs to be quoted for
|
||||
string comparison.
|
||||
- commit 0134440
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 18 13:58:23 CEST 2014 - dvaleev@suse.com
|
||||
|
||||
- rpm/kernel-obs-build.spec.in: Use dracut for SLE12
|
||||
- commit ec64eaf
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 18 04:50:46 CEST 2014 - afaerber@suse.de
|
||||
|
||||
- config: armv6hl: Enable DMA_BCM2835
|
||||
Only bcm2835 option missing.
|
||||
- commit 1fd2cdd
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 18 03:41:01 CEST 2014 - afaerber@suse.de
|
||||
|
||||
|
@ -27,9 +27,9 @@
|
||||
%include %_sourcedir/kernel-spec-macros
|
||||
|
||||
%define build_flavor vanilla
|
||||
%define build_default (%build_flavor == "default")
|
||||
%define build_xen (%build_flavor == "xen" || %build_flavor == "ec2")
|
||||
%define build_vanilla (%build_flavor == "vanilla")
|
||||
%define build_default ("%build_flavor" == "default")
|
||||
%define build_xen ("%build_flavor" == "xen" || "%build_flavor" == "ec2")
|
||||
%define build_vanilla ("%build_flavor" == "vanilla")
|
||||
|
||||
%define build_src_dir %my_builddir/linux-%srcversion
|
||||
%define src_install_dir /usr/src/linux-%kernelrelease%variant
|
||||
@ -61,9 +61,9 @@ License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
Version: 3.16.1
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.gd585c06
|
||||
Release: <RELEASE>.g2a23faf
|
||||
%else
|
||||
Release: <RELEASE>.gd585c06
|
||||
Release: <RELEASE>.g2a23faf
|
||||
%endif
|
||||
Url: http://www.kernel.org/
|
||||
BuildRequires: bc
|
||||
|
@ -1,3 +1,30 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 18 15:26:34 CEST 2014 - mmarek@suse.cz
|
||||
|
||||
- rpm/config.sh: Drop the ARM repo, it is covered by the ports repo
|
||||
- commit 84ffa90
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 18 15:12:21 CEST 2014 - schwab@suse.de
|
||||
|
||||
- rpm/kernel-binary.spec.in: Fix missing quotes around %build_flavor
|
||||
%build_flavor can be an arbitrary string, so it needs to be quoted for
|
||||
string comparison.
|
||||
- commit 0134440
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 18 13:58:23 CEST 2014 - dvaleev@suse.com
|
||||
|
||||
- rpm/kernel-obs-build.spec.in: Use dracut for SLE12
|
||||
- commit ec64eaf
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 18 04:50:46 CEST 2014 - afaerber@suse.de
|
||||
|
||||
- config: armv6hl: Enable DMA_BCM2835
|
||||
Only bcm2835 option missing.
|
||||
- commit 1fd2cdd
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 18 03:41:01 CEST 2014 - afaerber@suse.de
|
||||
|
||||
|
@ -27,9 +27,9 @@
|
||||
%include %_sourcedir/kernel-spec-macros
|
||||
|
||||
%define build_flavor xen
|
||||
%define build_default (%build_flavor == "default")
|
||||
%define build_xen (%build_flavor == "xen" || %build_flavor == "ec2")
|
||||
%define build_vanilla (%build_flavor == "vanilla")
|
||||
%define build_default ("%build_flavor" == "default")
|
||||
%define build_xen ("%build_flavor" == "xen" || "%build_flavor" == "ec2")
|
||||
%define build_vanilla ("%build_flavor" == "vanilla")
|
||||
|
||||
%define build_src_dir %my_builddir/linux-%srcversion
|
||||
%define src_install_dir /usr/src/linux-%kernelrelease%variant
|
||||
@ -61,9 +61,9 @@ License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
Version: 3.16.1
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.gd585c06
|
||||
Release: <RELEASE>.g2a23faf
|
||||
%else
|
||||
Release: <RELEASE>.gd585c06
|
||||
Release: <RELEASE>.g2a23faf
|
||||
%endif
|
||||
Url: http://www.kernel.org/
|
||||
BuildRequires: bc
|
||||
|
@ -1,3 +1,3 @@
|
||||
2014-08-18 03:54:15 +0200
|
||||
GIT Revision: d585c06aa54224bf97a9dab4ac150db1d9ec76bc
|
||||
2014-08-18 16:13:21 +0200
|
||||
GIT Revision: 2a23faf8f06e5c694c3c66b3c7eebb304caeb3b8
|
||||
GIT Branch: stable
|
||||
|
Loading…
Reference in New Issue
Block a user