commit 2290680d501b6f43dc3b9e862a7f5a1a6f1c608f

OBS-URL: https://build.opensuse.org/package/show/Kernel:stable/kernel-source?expand=0&rev=876
This commit is contained in:
Michal Suchanek 2018-06-20 06:03:05 +00:00 committed by Git OBS Bridge
parent bf337aa9a9
commit 6251b07c72
35 changed files with 466 additions and 65 deletions

View File

@ -2,8 +2,8 @@
# lines 4 contains a timestamp...
differences="$(
diff -bU0 <(sed -e '/^# .* is not set$/p' -e '/^$\|^#/d' "$1" | sort) \
<(sed -e '/^# .* is not set$/p' -e '/^$\|^#/d' "$2" | sort) \
diff -bU0 <(sed -e '/CONFIG_GCC_VERSION/ d' -e '/^# .* is not set$/p' -e '/^$\|^#/d' "$1" | sort) \
<(sed -e '/CONFIG_GCC_VERSION/ d' -e '/^# .* is not set$/p' -e '/^$\|^#/d' "$2" | sort) \
| grep '^[-+][^-+]'
)" || true
if [ -n "$differences" ]; then

View File

@ -1,3 +1,26 @@
-------------------------------------------------------------------
Mon Jun 18 18:27:58 CEST 2018 - msuchanek@suse.de
- macros.kernel-source: define linux_arch for KMPs (boo#1098050).
CONFIG_64BIT is no longer defined so KMP spec files need to include
%{?linux_make_arch} in any make call to build modules or descent into
the kernel directory for any reason.
- commit 5dc40af
-------------------------------------------------------------------
Mon Jun 18 07:27:34 CEST 2018 - mkubecek@suse.cz
- rpm: ignore CONFIG_GCC_VERSION when checking for oldconfig changes
Since 4.18-rc1, "make oldconfig" writes gcc version and capabilities into
generated .config. Thus whenever we build the package or run checks with
different gcc version than used to update config/*/*, check for "outdated
configs" fails.
As a quick band-aid, omit the lines with CONFIG_GCC_VERSION from both
configs before comparing them. This way, the check won't fail unless run
with newer gcc which would add new capabilities. More robust solution will
require a wider discussion.
- commit 546ef32
-------------------------------------------------------------------
Sat Jun 16 12:30:37 CEST 2018 - jslaby@suse.cz

View File

@ -31,7 +31,7 @@
Name: dtb-aarch64
Version: 4.17.2
%if 0%{?is_kotd}
Release: <RELEASE>.gddde22d
Release: <RELEASE>.g2290680
%else
Release: 0
%endif

View File

@ -1,3 +1,26 @@
-------------------------------------------------------------------
Mon Jun 18 18:27:58 CEST 2018 - msuchanek@suse.de
- macros.kernel-source: define linux_arch for KMPs (boo#1098050).
CONFIG_64BIT is no longer defined so KMP spec files need to include
%{?linux_make_arch} in any make call to build modules or descent into
the kernel directory for any reason.
- commit 5dc40af
-------------------------------------------------------------------
Mon Jun 18 07:27:34 CEST 2018 - mkubecek@suse.cz
- rpm: ignore CONFIG_GCC_VERSION when checking for oldconfig changes
Since 4.18-rc1, "make oldconfig" writes gcc version and capabilities into
generated .config. Thus whenever we build the package or run checks with
different gcc version than used to update config/*/*, check for "outdated
configs" fails.
As a quick band-aid, omit the lines with CONFIG_GCC_VERSION from both
configs before comparing them. This way, the check won't fail unless run
with newer gcc which would add new capabilities. More robust solution will
require a wider discussion.
- commit 546ef32
-------------------------------------------------------------------
Sat Jun 16 12:30:37 CEST 2018 - jslaby@suse.cz

View File

@ -31,7 +31,7 @@
Name: dtb-armv6l
Version: 4.17.2
%if 0%{?is_kotd}
Release: <RELEASE>.gddde22d
Release: <RELEASE>.g2290680
%else
Release: 0
%endif

View File

@ -1,3 +1,26 @@
-------------------------------------------------------------------
Mon Jun 18 18:27:58 CEST 2018 - msuchanek@suse.de
- macros.kernel-source: define linux_arch for KMPs (boo#1098050).
CONFIG_64BIT is no longer defined so KMP spec files need to include
%{?linux_make_arch} in any make call to build modules or descent into
the kernel directory for any reason.
- commit 5dc40af
-------------------------------------------------------------------
Mon Jun 18 07:27:34 CEST 2018 - mkubecek@suse.cz
- rpm: ignore CONFIG_GCC_VERSION when checking for oldconfig changes
Since 4.18-rc1, "make oldconfig" writes gcc version and capabilities into
generated .config. Thus whenever we build the package or run checks with
different gcc version than used to update config/*/*, check for "outdated
configs" fails.
As a quick band-aid, omit the lines with CONFIG_GCC_VERSION from both
configs before comparing them. This way, the check won't fail unless run
with newer gcc which would add new capabilities. More robust solution will
require a wider discussion.
- commit 546ef32
-------------------------------------------------------------------
Sat Jun 16 12:30:37 CEST 2018 - jslaby@suse.cz

View File

@ -31,7 +31,7 @@
Name: dtb-armv7l
Version: 4.17.2
%if 0%{?is_kotd}
Release: <RELEASE>.gddde22d
Release: <RELEASE>.g2290680
%else
Release: 0
%endif

View File

@ -1,3 +1,26 @@
-------------------------------------------------------------------
Mon Jun 18 18:27:58 CEST 2018 - msuchanek@suse.de
- macros.kernel-source: define linux_arch for KMPs (boo#1098050).
CONFIG_64BIT is no longer defined so KMP spec files need to include
%{?linux_make_arch} in any make call to build modules or descent into
the kernel directory for any reason.
- commit 5dc40af
-------------------------------------------------------------------
Mon Jun 18 07:27:34 CEST 2018 - mkubecek@suse.cz
- rpm: ignore CONFIG_GCC_VERSION when checking for oldconfig changes
Since 4.18-rc1, "make oldconfig" writes gcc version and capabilities into
generated .config. Thus whenever we build the package or run checks with
different gcc version than used to update config/*/*, check for "outdated
configs" fails.
As a quick band-aid, omit the lines with CONFIG_GCC_VERSION from both
configs before comparing them. This way, the check won't fail unless run
with newer gcc which would add new capabilities. More robust solution will
require a wider discussion.
- commit 546ef32
-------------------------------------------------------------------
Sat Jun 16 12:30:37 CEST 2018 - jslaby@suse.cz

View File

@ -60,7 +60,7 @@ License: GPL-2.0
Group: System/Kernel
Version: 4.17.2
%if 0%{?is_kotd}
Release: <RELEASE>.gddde22d
Release: <RELEASE>.g2290680
%else
Release: 0
%endif
@ -165,10 +165,10 @@ Conflicts: hyper-v < 4
Conflicts: libc.so.6()(64bit)
%endif
Provides: kernel = %version-%source_rel
Provides: kernel-%build_flavor-base-srchash = ddde22df2f7bdef9ba4a6fec7f559f2f71929acc
Provides: kernel-srchash = ddde22df2f7bdef9ba4a6fec7f559f2f71929acc
Provides: kernel-%build_flavor-base-srchash = 2290680d501b6f43dc3b9e862a7f5a1a6f1c608f
Provides: kernel-srchash = 2290680d501b6f43dc3b9e862a7f5a1a6f1c608f
# END COMMON DEPS
Provides: %name-srchash = ddde22df2f7bdef9ba4a6fec7f559f2f71929acc
Provides: %name-srchash = 2290680d501b6f43dc3b9e862a7f5a1a6f1c608f
%obsolete_rebuilds %name
Source0: http://www.kernel.org/pub/linux/kernel/v4.x/linux-%srcversion.tar.xz
Source2: source-post.sh
@ -1094,8 +1094,8 @@ Conflicts: hyper-v < 4
Conflicts: libc.so.6()(64bit)
%endif
Provides: kernel = %version-%source_rel
Provides: kernel-%build_flavor-base-srchash = ddde22df2f7bdef9ba4a6fec7f559f2f71929acc
Provides: kernel-srchash = ddde22df2f7bdef9ba4a6fec7f559f2f71929acc
Provides: kernel-%build_flavor-base-srchash = 2290680d501b6f43dc3b9e862a7f5a1a6f1c608f
Provides: kernel-srchash = 2290680d501b6f43dc3b9e862a7f5a1a6f1c608f
%obsolete_rebuilds %name-base
%ifarch %ix86

View File

@ -1,3 +1,26 @@
-------------------------------------------------------------------
Mon Jun 18 18:27:58 CEST 2018 - msuchanek@suse.de
- macros.kernel-source: define linux_arch for KMPs (boo#1098050).
CONFIG_64BIT is no longer defined so KMP spec files need to include
%{?linux_make_arch} in any make call to build modules or descent into
the kernel directory for any reason.
- commit 5dc40af
-------------------------------------------------------------------
Mon Jun 18 07:27:34 CEST 2018 - mkubecek@suse.cz
- rpm: ignore CONFIG_GCC_VERSION when checking for oldconfig changes
Since 4.18-rc1, "make oldconfig" writes gcc version and capabilities into
generated .config. Thus whenever we build the package or run checks with
different gcc version than used to update config/*/*, check for "outdated
configs" fails.
As a quick band-aid, omit the lines with CONFIG_GCC_VERSION from both
configs before comparing them. This way, the check won't fail unless run
with newer gcc which would add new capabilities. More robust solution will
require a wider discussion.
- commit 546ef32
-------------------------------------------------------------------
Sat Jun 16 12:30:37 CEST 2018 - jslaby@suse.cz

View File

@ -60,7 +60,7 @@ License: GPL-2.0
Group: System/Kernel
Version: 4.17.2
%if 0%{?is_kotd}
Release: <RELEASE>.gddde22d
Release: <RELEASE>.g2290680
%else
Release: 0
%endif
@ -165,10 +165,10 @@ Conflicts: hyper-v < 4
Conflicts: libc.so.6()(64bit)
%endif
Provides: kernel = %version-%source_rel
Provides: kernel-%build_flavor-base-srchash = ddde22df2f7bdef9ba4a6fec7f559f2f71929acc
Provides: kernel-srchash = ddde22df2f7bdef9ba4a6fec7f559f2f71929acc
Provides: kernel-%build_flavor-base-srchash = 2290680d501b6f43dc3b9e862a7f5a1a6f1c608f
Provides: kernel-srchash = 2290680d501b6f43dc3b9e862a7f5a1a6f1c608f
# END COMMON DEPS
Provides: %name-srchash = ddde22df2f7bdef9ba4a6fec7f559f2f71929acc
Provides: %name-srchash = 2290680d501b6f43dc3b9e862a7f5a1a6f1c608f
%ifarch ppc64
Provides: kernel-kdump = 2.6.28
Obsoletes: kernel-kdump <= 2.6.28
@ -1100,8 +1100,8 @@ Conflicts: hyper-v < 4
Conflicts: libc.so.6()(64bit)
%endif
Provides: kernel = %version-%source_rel
Provides: kernel-%build_flavor-base-srchash = ddde22df2f7bdef9ba4a6fec7f559f2f71929acc
Provides: kernel-srchash = ddde22df2f7bdef9ba4a6fec7f559f2f71929acc
Provides: kernel-%build_flavor-base-srchash = 2290680d501b6f43dc3b9e862a7f5a1a6f1c608f
Provides: kernel-srchash = 2290680d501b6f43dc3b9e862a7f5a1a6f1c608f
%ifarch ppc64
Provides: kernel-kdump-base = 2.6.28

View File

@ -1,3 +1,26 @@
-------------------------------------------------------------------
Mon Jun 18 18:27:58 CEST 2018 - msuchanek@suse.de
- macros.kernel-source: define linux_arch for KMPs (boo#1098050).
CONFIG_64BIT is no longer defined so KMP spec files need to include
%{?linux_make_arch} in any make call to build modules or descent into
the kernel directory for any reason.
- commit 5dc40af
-------------------------------------------------------------------
Mon Jun 18 07:27:34 CEST 2018 - mkubecek@suse.cz
- rpm: ignore CONFIG_GCC_VERSION when checking for oldconfig changes
Since 4.18-rc1, "make oldconfig" writes gcc version and capabilities into
generated .config. Thus whenever we build the package or run checks with
different gcc version than used to update config/*/*, check for "outdated
configs" fails.
As a quick band-aid, omit the lines with CONFIG_GCC_VERSION from both
configs before comparing them. This way, the check won't fail unless run
with newer gcc which would add new capabilities. More robust solution will
require a wider discussion.
- commit 546ef32
-------------------------------------------------------------------
Sat Jun 16 12:30:37 CEST 2018 - jslaby@suse.cz

View File

@ -60,7 +60,7 @@ License: GPL-2.0
Group: System/Kernel
Version: 4.17.2
%if 0%{?is_kotd}
Release: <RELEASE>.gddde22d
Release: <RELEASE>.g2290680
%else
Release: 0
%endif
@ -165,10 +165,10 @@ Conflicts: hyper-v < 4
Conflicts: libc.so.6()(64bit)
%endif
Provides: kernel = %version-%source_rel
Provides: kernel-%build_flavor-base-srchash = ddde22df2f7bdef9ba4a6fec7f559f2f71929acc
Provides: kernel-srchash = ddde22df2f7bdef9ba4a6fec7f559f2f71929acc
Provides: kernel-%build_flavor-base-srchash = 2290680d501b6f43dc3b9e862a7f5a1a6f1c608f
Provides: kernel-srchash = 2290680d501b6f43dc3b9e862a7f5a1a6f1c608f
# END COMMON DEPS
Provides: %name-srchash = ddde22df2f7bdef9ba4a6fec7f559f2f71929acc
Provides: %name-srchash = 2290680d501b6f43dc3b9e862a7f5a1a6f1c608f
%ifarch %ix86
Provides: kernel-smp = 2.6.17
Obsoletes: kernel-smp <= 2.6.17
@ -1143,8 +1143,8 @@ Conflicts: hyper-v < 4
Conflicts: libc.so.6()(64bit)
%endif
Provides: kernel = %version-%source_rel
Provides: kernel-%build_flavor-base-srchash = ddde22df2f7bdef9ba4a6fec7f559f2f71929acc
Provides: kernel-srchash = ddde22df2f7bdef9ba4a6fec7f559f2f71929acc
Provides: kernel-%build_flavor-base-srchash = 2290680d501b6f43dc3b9e862a7f5a1a6f1c608f
Provides: kernel-srchash = 2290680d501b6f43dc3b9e862a7f5a1a6f1c608f
%ifarch %ix86
Provides: kernel-trace-base = 3.13

View File

@ -1,3 +1,26 @@
-------------------------------------------------------------------
Mon Jun 18 18:27:58 CEST 2018 - msuchanek@suse.de
- macros.kernel-source: define linux_arch for KMPs (boo#1098050).
CONFIG_64BIT is no longer defined so KMP spec files need to include
%{?linux_make_arch} in any make call to build modules or descent into
the kernel directory for any reason.
- commit 5dc40af
-------------------------------------------------------------------
Mon Jun 18 07:27:34 CEST 2018 - mkubecek@suse.cz
- rpm: ignore CONFIG_GCC_VERSION when checking for oldconfig changes
Since 4.18-rc1, "make oldconfig" writes gcc version and capabilities into
generated .config. Thus whenever we build the package or run checks with
different gcc version than used to update config/*/*, check for "outdated
configs" fails.
As a quick band-aid, omit the lines with CONFIG_GCC_VERSION from both
configs before comparing them. This way, the check won't fail unless run
with newer gcc which would add new capabilities. More robust solution will
require a wider discussion.
- commit 546ef32
-------------------------------------------------------------------
Sat Jun 16 12:30:37 CEST 2018 - jslaby@suse.cz

View File

@ -33,7 +33,7 @@ License: GPL-2.0
Group: Documentation/Man
Version: 4.17.2
%if 0%{?is_kotd}
Release: <RELEASE>.gddde22d
Release: <RELEASE>.g2290680
%else
Release: 0
%endif
@ -63,7 +63,7 @@ BuildRequires: texlive-zapfding
%endif
Url: http://www.kernel.org/
Provides: %name = %version-%source_rel
Provides: %name-srchash = ddde22df2f7bdef9ba4a6fec7f559f2f71929acc
Provides: %name-srchash = 2290680d501b6f43dc3b9e862a7f5a1a6f1c608f
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Source0: http://www.kernel.org/pub/linux/kernel/v4.x/linux-%srcversion.tar.xz

View File

@ -1,3 +1,26 @@
-------------------------------------------------------------------
Mon Jun 18 18:27:58 CEST 2018 - msuchanek@suse.de
- macros.kernel-source: define linux_arch for KMPs (boo#1098050).
CONFIG_64BIT is no longer defined so KMP spec files need to include
%{?linux_make_arch} in any make call to build modules or descent into
the kernel directory for any reason.
- commit 5dc40af
-------------------------------------------------------------------
Mon Jun 18 07:27:34 CEST 2018 - mkubecek@suse.cz
- rpm: ignore CONFIG_GCC_VERSION when checking for oldconfig changes
Since 4.18-rc1, "make oldconfig" writes gcc version and capabilities into
generated .config. Thus whenever we build the package or run checks with
different gcc version than used to update config/*/*, check for "outdated
configs" fails.
As a quick band-aid, omit the lines with CONFIG_GCC_VERSION from both
configs before comparing them. This way, the check won't fail unless run
with newer gcc which would add new capabilities. More robust solution will
require a wider discussion.
- commit 546ef32
-------------------------------------------------------------------
Sat Jun 16 12:30:37 CEST 2018 - jslaby@suse.cz

View File

@ -60,7 +60,7 @@ License: GPL-2.0
Group: System/Kernel
Version: 4.17.2
%if 0%{?is_kotd}
Release: <RELEASE>.gddde22d
Release: <RELEASE>.g2290680
%else
Release: 0
%endif
@ -165,10 +165,10 @@ Conflicts: hyper-v < 4
Conflicts: libc.so.6()(64bit)
%endif
Provides: kernel = %version-%source_rel
Provides: kernel-%build_flavor-base-srchash = ddde22df2f7bdef9ba4a6fec7f559f2f71929acc
Provides: kernel-srchash = ddde22df2f7bdef9ba4a6fec7f559f2f71929acc
Provides: kernel-%build_flavor-base-srchash = 2290680d501b6f43dc3b9e862a7f5a1a6f1c608f
Provides: kernel-srchash = 2290680d501b6f43dc3b9e862a7f5a1a6f1c608f
# END COMMON DEPS
Provides: %name-srchash = ddde22df2f7bdef9ba4a6fec7f559f2f71929acc
Provides: %name-srchash = 2290680d501b6f43dc3b9e862a7f5a1a6f1c608f
%obsolete_rebuilds %name
Source0: http://www.kernel.org/pub/linux/kernel/v4.x/linux-%srcversion.tar.xz
Source2: source-post.sh
@ -1098,8 +1098,8 @@ Conflicts: hyper-v < 4
Conflicts: libc.so.6()(64bit)
%endif
Provides: kernel = %version-%source_rel
Provides: kernel-%build_flavor-base-srchash = ddde22df2f7bdef9ba4a6fec7f559f2f71929acc
Provides: kernel-srchash = ddde22df2f7bdef9ba4a6fec7f559f2f71929acc
Provides: kernel-%build_flavor-base-srchash = 2290680d501b6f43dc3b9e862a7f5a1a6f1c608f
Provides: kernel-srchash = 2290680d501b6f43dc3b9e862a7f5a1a6f1c608f
%obsolete_rebuilds %name-base
%ifarch %ix86

View File

@ -1,3 +1,26 @@
-------------------------------------------------------------------
Mon Jun 18 18:27:58 CEST 2018 - msuchanek@suse.de
- macros.kernel-source: define linux_arch for KMPs (boo#1098050).
CONFIG_64BIT is no longer defined so KMP spec files need to include
%{?linux_make_arch} in any make call to build modules or descent into
the kernel directory for any reason.
- commit 5dc40af
-------------------------------------------------------------------
Mon Jun 18 07:27:34 CEST 2018 - mkubecek@suse.cz
- rpm: ignore CONFIG_GCC_VERSION when checking for oldconfig changes
Since 4.18-rc1, "make oldconfig" writes gcc version and capabilities into
generated .config. Thus whenever we build the package or run checks with
different gcc version than used to update config/*/*, check for "outdated
configs" fails.
As a quick band-aid, omit the lines with CONFIG_GCC_VERSION from both
configs before comparing them. This way, the check won't fail unless run
with newer gcc which would add new capabilities. More robust solution will
require a wider discussion.
- commit 546ef32
-------------------------------------------------------------------
Sat Jun 16 12:30:37 CEST 2018 - jslaby@suse.cz

View File

@ -60,7 +60,7 @@ License: GPL-2.0
Group: System/Kernel
Version: 4.17.2
%if 0%{?is_kotd}
Release: <RELEASE>.gddde22d
Release: <RELEASE>.g2290680
%else
Release: 0
%endif
@ -165,10 +165,10 @@ Conflicts: hyper-v < 4
Conflicts: libc.so.6()(64bit)
%endif
Provides: kernel = %version-%source_rel
Provides: kernel-%build_flavor-base-srchash = ddde22df2f7bdef9ba4a6fec7f559f2f71929acc
Provides: kernel-srchash = ddde22df2f7bdef9ba4a6fec7f559f2f71929acc
Provides: kernel-%build_flavor-base-srchash = 2290680d501b6f43dc3b9e862a7f5a1a6f1c608f
Provides: kernel-srchash = 2290680d501b6f43dc3b9e862a7f5a1a6f1c608f
# END COMMON DEPS
Provides: %name-srchash = ddde22df2f7bdef9ba4a6fec7f559f2f71929acc
Provides: %name-srchash = 2290680d501b6f43dc3b9e862a7f5a1a6f1c608f
%obsolete_rebuilds %name
Source0: http://www.kernel.org/pub/linux/kernel/v4.x/linux-%srcversion.tar.xz
Source2: source-post.sh
@ -1092,8 +1092,8 @@ Conflicts: hyper-v < 4
Conflicts: libc.so.6()(64bit)
%endif
Provides: kernel = %version-%source_rel
Provides: kernel-%build_flavor-base-srchash = ddde22df2f7bdef9ba4a6fec7f559f2f71929acc
Provides: kernel-srchash = ddde22df2f7bdef9ba4a6fec7f559f2f71929acc
Provides: kernel-%build_flavor-base-srchash = 2290680d501b6f43dc3b9e862a7f5a1a6f1c608f
Provides: kernel-srchash = 2290680d501b6f43dc3b9e862a7f5a1a6f1c608f
%obsolete_rebuilds %name-base
%ifarch %ix86

View File

@ -1,3 +1,26 @@
-------------------------------------------------------------------
Mon Jun 18 18:27:58 CEST 2018 - msuchanek@suse.de
- macros.kernel-source: define linux_arch for KMPs (boo#1098050).
CONFIG_64BIT is no longer defined so KMP spec files need to include
%{?linux_make_arch} in any make call to build modules or descent into
the kernel directory for any reason.
- commit 5dc40af
-------------------------------------------------------------------
Mon Jun 18 07:27:34 CEST 2018 - mkubecek@suse.cz
- rpm: ignore CONFIG_GCC_VERSION when checking for oldconfig changes
Since 4.18-rc1, "make oldconfig" writes gcc version and capabilities into
generated .config. Thus whenever we build the package or run checks with
different gcc version than used to update config/*/*, check for "outdated
configs" fails.
As a quick band-aid, omit the lines with CONFIG_GCC_VERSION from both
configs before comparing them. This way, the check won't fail unless run
with newer gcc which would add new capabilities. More robust solution will
require a wider discussion.
- commit 546ef32
-------------------------------------------------------------------
Sat Jun 16 12:30:37 CEST 2018 - jslaby@suse.cz

View File

@ -45,7 +45,7 @@ BuildRequires: util-linux
%endif
%endif
%endif
BuildRequires: kernel%kernel_flavor-srchash = ddde22df2f7bdef9ba4a6fec7f559f2f71929acc
BuildRequires: kernel%kernel_flavor-srchash = 2290680d501b6f43dc3b9e862a7f5a1a6f1c608f
%if 0%{?rhel_version}
BuildRequires: kernel
@ -66,7 +66,7 @@ License: GPL-2.0
Group: SLES
Version: 4.17.2
%if 0%{?is_kotd}
Release: <RELEASE>.gddde22d
Release: <RELEASE>.g2290680
%else
Release: 0
%endif

View File

@ -1,3 +1,26 @@
-------------------------------------------------------------------
Mon Jun 18 18:27:58 CEST 2018 - msuchanek@suse.de
- macros.kernel-source: define linux_arch for KMPs (boo#1098050).
CONFIG_64BIT is no longer defined so KMP spec files need to include
%{?linux_make_arch} in any make call to build modules or descent into
the kernel directory for any reason.
- commit 5dc40af
-------------------------------------------------------------------
Mon Jun 18 07:27:34 CEST 2018 - mkubecek@suse.cz
- rpm: ignore CONFIG_GCC_VERSION when checking for oldconfig changes
Since 4.18-rc1, "make oldconfig" writes gcc version and capabilities into
generated .config. Thus whenever we build the package or run checks with
different gcc version than used to update config/*/*, check for "outdated
configs" fails.
As a quick band-aid, omit the lines with CONFIG_GCC_VERSION from both
configs before comparing them. This way, the check won't fail unless run
with newer gcc which would add new capabilities. More robust solution will
require a wider discussion.
- commit 546ef32
-------------------------------------------------------------------
Sat Jun 16 12:30:37 CEST 2018 - jslaby@suse.cz

View File

@ -38,7 +38,7 @@ License: GPL-2.0
Group: SLES
Version: 4.17.2
%if 0%{?is_kotd}
Release: <RELEASE>.gddde22d
Release: <RELEASE>.g2290680
%else
Release: 0
%endif

View File

@ -1,3 +1,26 @@
-------------------------------------------------------------------
Mon Jun 18 18:27:58 CEST 2018 - msuchanek@suse.de
- macros.kernel-source: define linux_arch for KMPs (boo#1098050).
CONFIG_64BIT is no longer defined so KMP spec files need to include
%{?linux_make_arch} in any make call to build modules or descent into
the kernel directory for any reason.
- commit 5dc40af
-------------------------------------------------------------------
Mon Jun 18 07:27:34 CEST 2018 - mkubecek@suse.cz
- rpm: ignore CONFIG_GCC_VERSION when checking for oldconfig changes
Since 4.18-rc1, "make oldconfig" writes gcc version and capabilities into
generated .config. Thus whenever we build the package or run checks with
different gcc version than used to update config/*/*, check for "outdated
configs" fails.
As a quick band-aid, omit the lines with CONFIG_GCC_VERSION from both
configs before comparing them. This way, the check won't fail unless run
with newer gcc which would add new capabilities. More robust solution will
require a wider discussion.
- commit 546ef32
-------------------------------------------------------------------
Sat Jun 16 12:30:37 CEST 2018 - jslaby@suse.cz

View File

@ -60,7 +60,7 @@ License: GPL-2.0
Group: System/Kernel
Version: 4.17.2
%if 0%{?is_kotd}
Release: <RELEASE>.gddde22d
Release: <RELEASE>.g2290680
%else
Release: 0
%endif
@ -165,10 +165,10 @@ Conflicts: hyper-v < 4
Conflicts: libc.so.6()(64bit)
%endif
Provides: kernel = %version-%source_rel
Provides: kernel-%build_flavor-base-srchash = ddde22df2f7bdef9ba4a6fec7f559f2f71929acc
Provides: kernel-srchash = ddde22df2f7bdef9ba4a6fec7f559f2f71929acc
Provides: kernel-%build_flavor-base-srchash = 2290680d501b6f43dc3b9e862a7f5a1a6f1c608f
Provides: kernel-srchash = 2290680d501b6f43dc3b9e862a7f5a1a6f1c608f
# END COMMON DEPS
Provides: %name-srchash = ddde22df2f7bdef9ba4a6fec7f559f2f71929acc
Provides: %name-srchash = 2290680d501b6f43dc3b9e862a7f5a1a6f1c608f
%ifarch %ix86
Provides: kernel-bigsmp = 2.6.17
Obsoletes: kernel-bigsmp <= 2.6.17
@ -1120,8 +1120,8 @@ Conflicts: hyper-v < 4
Conflicts: libc.so.6()(64bit)
%endif
Provides: kernel = %version-%source_rel
Provides: kernel-%build_flavor-base-srchash = ddde22df2f7bdef9ba4a6fec7f559f2f71929acc
Provides: kernel-srchash = ddde22df2f7bdef9ba4a6fec7f559f2f71929acc
Provides: kernel-%build_flavor-base-srchash = 2290680d501b6f43dc3b9e862a7f5a1a6f1c608f
Provides: kernel-srchash = 2290680d501b6f43dc3b9e862a7f5a1a6f1c608f
%ifarch %ix86
Provides: kernel-vmi-base = 2.6.38

View File

@ -1,3 +1,26 @@
-------------------------------------------------------------------
Mon Jun 18 18:27:58 CEST 2018 - msuchanek@suse.de
- macros.kernel-source: define linux_arch for KMPs (boo#1098050).
CONFIG_64BIT is no longer defined so KMP spec files need to include
%{?linux_make_arch} in any make call to build modules or descent into
the kernel directory for any reason.
- commit 5dc40af
-------------------------------------------------------------------
Mon Jun 18 07:27:34 CEST 2018 - mkubecek@suse.cz
- rpm: ignore CONFIG_GCC_VERSION when checking for oldconfig changes
Since 4.18-rc1, "make oldconfig" writes gcc version and capabilities into
generated .config. Thus whenever we build the package or run checks with
different gcc version than used to update config/*/*, check for "outdated
configs" fails.
As a quick band-aid, omit the lines with CONFIG_GCC_VERSION from both
configs before comparing them. This way, the check won't fail unless run
with newer gcc which would add new capabilities. More robust solution will
require a wider discussion.
- commit 546ef32
-------------------------------------------------------------------
Sat Jun 16 12:30:37 CEST 2018 - jslaby@suse.cz

View File

@ -32,7 +32,7 @@ License: GPL-2.0
Group: Development/Sources
Version: 4.17.2
%if 0%{?is_kotd}
Release: <RELEASE>.gddde22d
Release: <RELEASE>.g2290680
%else
Release: 0
%endif
@ -43,7 +43,7 @@ BuildRequires: fdupes
BuildRequires: sed
Requires(post): coreutils sed
Provides: %name = %version-%source_rel
Provides: %name-srchash = ddde22df2f7bdef9ba4a6fec7f559f2f71929acc
Provides: %name-srchash = 2290680d501b6f43dc3b9e862a7f5a1a6f1c608f
Provides: linux
Provides: multiversion(kernel)
Source0: http://www.kernel.org/pub/linux/kernel/v4.x/linux-%srcversion.tar.xz

View File

@ -1,3 +1,26 @@
-------------------------------------------------------------------
Mon Jun 18 18:27:58 CEST 2018 - msuchanek@suse.de
- macros.kernel-source: define linux_arch for KMPs (boo#1098050).
CONFIG_64BIT is no longer defined so KMP spec files need to include
%{?linux_make_arch} in any make call to build modules or descent into
the kernel directory for any reason.
- commit 5dc40af
-------------------------------------------------------------------
Mon Jun 18 07:27:34 CEST 2018 - mkubecek@suse.cz
- rpm: ignore CONFIG_GCC_VERSION when checking for oldconfig changes
Since 4.18-rc1, "make oldconfig" writes gcc version and capabilities into
generated .config. Thus whenever we build the package or run checks with
different gcc version than used to update config/*/*, check for "outdated
configs" fails.
As a quick band-aid, omit the lines with CONFIG_GCC_VERSION from both
configs before comparing them. This way, the check won't fail unless run
with newer gcc which would add new capabilities. More robust solution will
require a wider discussion.
- commit 546ef32
-------------------------------------------------------------------
Sat Jun 16 12:30:37 CEST 2018 - jslaby@suse.cz

View File

@ -27,7 +27,7 @@ Group: Development/Sources
Version: 4.17.2
%if %using_buildservice
%if 0%{?is_kotd}
Release: <RELEASE>.gddde22d
Release: <RELEASE>.g2290680
%else
Release: 0
%endif
@ -55,7 +55,7 @@ Requires: kernel-zfcpdump-devel = %version-%source_rel
%endif
Requires: pesign-obs-integration
Provides: %name = %version-%source_rel
Provides: %name-srchash = ddde22df2f7bdef9ba4a6fec7f559f2f71929acc
Provides: %name-srchash = 2290680d501b6f43dc3b9e862a7f5a1a6f1c608f
Provides: multiversion(kernel)
Source: README.KSYMS
Requires: kernel-devel%variant = %version-%source_rel

View File

@ -1,3 +1,26 @@
-------------------------------------------------------------------
Mon Jun 18 18:27:58 CEST 2018 - msuchanek@suse.de
- macros.kernel-source: define linux_arch for KMPs (boo#1098050).
CONFIG_64BIT is no longer defined so KMP spec files need to include
%{?linux_make_arch} in any make call to build modules or descent into
the kernel directory for any reason.
- commit 5dc40af
-------------------------------------------------------------------
Mon Jun 18 07:27:34 CEST 2018 - mkubecek@suse.cz
- rpm: ignore CONFIG_GCC_VERSION when checking for oldconfig changes
Since 4.18-rc1, "make oldconfig" writes gcc version and capabilities into
generated .config. Thus whenever we build the package or run checks with
different gcc version than used to update config/*/*, check for "outdated
configs" fails.
As a quick band-aid, omit the lines with CONFIG_GCC_VERSION from both
configs before comparing them. This way, the check won't fail unless run
with newer gcc which would add new capabilities. More robust solution will
require a wider discussion.
- commit 546ef32
-------------------------------------------------------------------
Sat Jun 16 12:30:37 CEST 2018 - jslaby@suse.cz

View File

@ -60,7 +60,7 @@ License: GPL-2.0
Group: System/Kernel
Version: 4.17.2
%if 0%{?is_kotd}
Release: <RELEASE>.gddde22d
Release: <RELEASE>.g2290680
%else
Release: 0
%endif
@ -165,10 +165,10 @@ Conflicts: hyper-v < 4
Conflicts: libc.so.6()(64bit)
%endif
Provides: kernel = %version-%source_rel
Provides: kernel-%build_flavor-base-srchash = ddde22df2f7bdef9ba4a6fec7f559f2f71929acc
Provides: kernel-srchash = ddde22df2f7bdef9ba4a6fec7f559f2f71929acc
Provides: kernel-%build_flavor-base-srchash = 2290680d501b6f43dc3b9e862a7f5a1a6f1c608f
Provides: kernel-srchash = 2290680d501b6f43dc3b9e862a7f5a1a6f1c608f
# END COMMON DEPS
Provides: %name-srchash = ddde22df2f7bdef9ba4a6fec7f559f2f71929acc
Provides: %name-srchash = 2290680d501b6f43dc3b9e862a7f5a1a6f1c608f
%obsolete_rebuilds %name
Source0: http://www.kernel.org/pub/linux/kernel/v4.x/linux-%srcversion.tar.xz
Source2: source-post.sh
@ -1091,8 +1091,8 @@ Conflicts: hyper-v < 4
Conflicts: libc.so.6()(64bit)
%endif
Provides: kernel = %version-%source_rel
Provides: kernel-%build_flavor-base-srchash = ddde22df2f7bdef9ba4a6fec7f559f2f71929acc
Provides: kernel-srchash = ddde22df2f7bdef9ba4a6fec7f559f2f71929acc
Provides: kernel-%build_flavor-base-srchash = 2290680d501b6f43dc3b9e862a7f5a1a6f1c608f
Provides: kernel-srchash = 2290680d501b6f43dc3b9e862a7f5a1a6f1c608f
%obsolete_rebuilds %name-base
%ifarch %ix86

View File

@ -1,3 +1,26 @@
-------------------------------------------------------------------
Mon Jun 18 18:27:58 CEST 2018 - msuchanek@suse.de
- macros.kernel-source: define linux_arch for KMPs (boo#1098050).
CONFIG_64BIT is no longer defined so KMP spec files need to include
%{?linux_make_arch} in any make call to build modules or descent into
the kernel directory for any reason.
- commit 5dc40af
-------------------------------------------------------------------
Mon Jun 18 07:27:34 CEST 2018 - mkubecek@suse.cz
- rpm: ignore CONFIG_GCC_VERSION when checking for oldconfig changes
Since 4.18-rc1, "make oldconfig" writes gcc version and capabilities into
generated .config. Thus whenever we build the package or run checks with
different gcc version than used to update config/*/*, check for "outdated
configs" fails.
As a quick band-aid, omit the lines with CONFIG_GCC_VERSION from both
configs before comparing them. This way, the check won't fail unless run
with newer gcc which would add new capabilities. More robust solution will
require a wider discussion.
- commit 546ef32
-------------------------------------------------------------------
Sat Jun 16 12:30:37 CEST 2018 - jslaby@suse.cz

View File

@ -60,7 +60,7 @@ License: GPL-2.0
Group: System/Kernel
Version: 4.17.2
%if 0%{?is_kotd}
Release: <RELEASE>.gddde22d
Release: <RELEASE>.g2290680
%else
Release: 0
%endif
@ -165,10 +165,10 @@ Conflicts: hyper-v < 4
Conflicts: libc.so.6()(64bit)
%endif
Provides: kernel = %version-%source_rel
Provides: kernel-%build_flavor-base-srchash = ddde22df2f7bdef9ba4a6fec7f559f2f71929acc
Provides: kernel-srchash = ddde22df2f7bdef9ba4a6fec7f559f2f71929acc
Provides: kernel-%build_flavor-base-srchash = 2290680d501b6f43dc3b9e862a7f5a1a6f1c608f
Provides: kernel-srchash = 2290680d501b6f43dc3b9e862a7f5a1a6f1c608f
# END COMMON DEPS
Provides: %name-srchash = ddde22df2f7bdef9ba4a6fec7f559f2f71929acc
Provides: %name-srchash = 2290680d501b6f43dc3b9e862a7f5a1a6f1c608f
%obsolete_rebuilds %name
Source0: http://www.kernel.org/pub/linux/kernel/v4.x/linux-%srcversion.tar.xz
Source2: source-post.sh
@ -1094,8 +1094,8 @@ Conflicts: hyper-v < 4
Conflicts: libc.so.6()(64bit)
%endif
Provides: kernel = %version-%source_rel
Provides: kernel-%build_flavor-base-srchash = ddde22df2f7bdef9ba4a6fec7f559f2f71929acc
Provides: kernel-srchash = ddde22df2f7bdef9ba4a6fec7f559f2f71929acc
Provides: kernel-%build_flavor-base-srchash = 2290680d501b6f43dc3b9e862a7f5a1a6f1c608f
Provides: kernel-srchash = 2290680d501b6f43dc3b9e862a7f5a1a6f1c608f
%obsolete_rebuilds %name-base
%ifarch %ix86

View File

@ -2,6 +2,39 @@
%kernel_module_package_release 1
%kernel_module_package_buildreqs modutils kernel-syms
%cpu_arch %(case %_target_cpu in \
# from rpm --eval '%ix86' \
(i?86 | pentium3 | pentium4 | athlon | geode) \
echo "i386" \
;; \
(aarch64) \
echo "arm64" \
;; \
(*)\
echo "%_target_cpu" \
;; \
esac)
%linux_arch %(case %cpu_arch in \
(ppc*) \
echo "powerpc" \
;; \
(s390x) \
echo "s390" \
;; \
(arm64) \
echo "arm64" \
;; \
(armv*) \
echo "arm" \
;; \
(*) \
echo "%cpu_arch" \
;; \
esac)
%linux_make_arch ARCH=%linux_arch
# Defines %flavors_to_build and %kernel_source() as a side effect.
%_kernel_module_package(n:v:r:t:f:Xp:bc:) \
%{expand:%( \
@ -16,7 +49,7 @@
(*) \
[ -z "%{-X}" -a -n "$flavors" ] && continue ;; \
esac \
krel=$(make -si -C /usr/src/linux-obj/%_target_cpu/$flavor/ kernelrelease 2>/dev/null) \
krel=$(make -si -C /usr/src/linux-obj/%_target_cpu/$flavor/ %linux_make_arch kernelrelease 2>/dev/null) \
kver=${krel%%-*} \
flavors_to_build="$flavors_to_build $flavor" \
echo "%%_suse_kernel_module_subpackage -n %{-n*}%{!-n:%name} -v %{-v*}%{!-v:%version} -r %{-r*}%{!-r:%release} %{-f} %{-p} %{-b} %{-c:-c} $flavor $kver" \

View File

@ -1,3 +1,3 @@
2018-06-16 12:58:03 +0200
GIT Revision: ddde22df2f7bdef9ba4a6fec7f559f2f71929acc
2018-06-19 10:09:35 +0200
GIT Revision: 2290680d501b6f43dc3b9e862a7f5a1a6f1c608f
GIT Branch: stable