commit 6a549f6dd07f682dbe4308ce21c26c40dca1ffa2

OBS-URL: https://build.opensuse.org/package/show/Kernel:stable/kernel-source?expand=0&rev=1315
This commit is contained in:
Jiri Slaby 2020-06-10 11:54:41 +00:00 committed by Git OBS Bridge
parent d79adba4e7
commit 1bc37431bb
38 changed files with 290 additions and 51 deletions

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:56ddf70d24d73dfff8b8a87ae0f81ed73c7d1f2c97162276343cfd60959a96bf
size 269321
oid sha256:a279a8b48a8c53d30354599fc6db9563ef226cf0c77438d218a46404b10592cd
size 269532

View File

@ -1,3 +1,17 @@
-------------------------------------------------------------------
Wed Jun 10 13:51:14 CEST 2020 - jslaby@suse.cz
- syscalls: fix offset type of ksys_ftruncate (bsc#1172699).
- commit 8d4977c
-------------------------------------------------------------------
Tue Jun 9 15:57:54 CEST 2020 - dmueller@suse.com
- armv7/ararch64: Update config files.
Enable IOMMU_DEFAULT_PASSTHROUGH; per jsc#SLE-5568 this should be on by
default, like on x86_64.
- commit bb34387
-------------------------------------------------------------------
Mon Jun 8 13:09:55 CEST 2020 - jslaby@suse.cz

View File

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

View File

@ -1,3 +1,17 @@
-------------------------------------------------------------------
Wed Jun 10 13:51:14 CEST 2020 - jslaby@suse.cz
- syscalls: fix offset type of ksys_ftruncate (bsc#1172699).
- commit 8d4977c
-------------------------------------------------------------------
Tue Jun 9 15:57:54 CEST 2020 - dmueller@suse.com
- armv7/ararch64: Update config files.
Enable IOMMU_DEFAULT_PASSTHROUGH; per jsc#SLE-5568 this should be on by
default, like on x86_64.
- commit bb34387
-------------------------------------------------------------------
Mon Jun 8 13:09:55 CEST 2020 - jslaby@suse.cz

View File

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

View File

@ -1,3 +1,17 @@
-------------------------------------------------------------------
Wed Jun 10 13:51:14 CEST 2020 - jslaby@suse.cz
- syscalls: fix offset type of ksys_ftruncate (bsc#1172699).
- commit 8d4977c
-------------------------------------------------------------------
Tue Jun 9 15:57:54 CEST 2020 - dmueller@suse.com
- armv7/ararch64: Update config files.
Enable IOMMU_DEFAULT_PASSTHROUGH; per jsc#SLE-5568 this should be on by
default, like on x86_64.
- commit bb34387
-------------------------------------------------------------------
Mon Jun 8 13:09:55 CEST 2020 - jslaby@suse.cz

View File

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

View File

@ -1,3 +1,17 @@
-------------------------------------------------------------------
Wed Jun 10 13:51:14 CEST 2020 - jslaby@suse.cz
- syscalls: fix offset type of ksys_ftruncate (bsc#1172699).
- commit 8d4977c
-------------------------------------------------------------------
Tue Jun 9 15:57:54 CEST 2020 - dmueller@suse.com
- armv7/ararch64: Update config files.
Enable IOMMU_DEFAULT_PASSTHROUGH; per jsc#SLE-5568 this should be on by
default, like on x86_64.
- commit bb34387
-------------------------------------------------------------------
Mon Jun 8 13:09:55 CEST 2020 - jslaby@suse.cz

View File

@ -31,7 +31,7 @@
Name: dtb-riscv64
Version: 5.7.1
%if 0%{?is_kotd}
Release: <RELEASE>.gc4df4ce
Release: <RELEASE>.g6a549f6
%else
Release: 0
%endif

View File

@ -1,3 +1,17 @@
-------------------------------------------------------------------
Wed Jun 10 13:51:14 CEST 2020 - jslaby@suse.cz
- syscalls: fix offset type of ksys_ftruncate (bsc#1172699).
- commit 8d4977c
-------------------------------------------------------------------
Tue Jun 9 15:57:54 CEST 2020 - dmueller@suse.com
- armv7/ararch64: Update config files.
Enable IOMMU_DEFAULT_PASSTHROUGH; per jsc#SLE-5568 this should be on by
default, like on x86_64.
- commit bb34387
-------------------------------------------------------------------
Mon Jun 8 13:09:55 CEST 2020 - jslaby@suse.cz

View File

@ -67,7 +67,7 @@ License: GPL-2.0
Group: System/Kernel
Version: 5.7.1
%if 0%{?is_kotd}
Release: <RELEASE>.gc4df4ce
Release: <RELEASE>.g6a549f6
%else
Release: 0
%endif
@ -176,10 +176,10 @@ Conflicts: hyper-v < 4
Conflicts: libc.so.6()(64bit)
%endif
Provides: kernel = %version-%source_rel
Provides: kernel-%build_flavor-base-srchash-c4df4ce52687204783134c4b42934fee65026c23
Provides: kernel-srchash-c4df4ce52687204783134c4b42934fee65026c23
Provides: kernel-%build_flavor-base-srchash-6a549f6dd07f682dbe4308ce21c26c40dca1ffa2
Provides: kernel-srchash-6a549f6dd07f682dbe4308ce21c26c40dca1ffa2
# END COMMON DEPS
Provides: %name-srchash-c4df4ce52687204783134c4b42934fee65026c23
Provides: %name-srchash-6a549f6dd07f682dbe4308ce21c26c40dca1ffa2
%obsolete_rebuilds %name
Source0: http://www.kernel.org/pub/linux/kernel/v5.x/linux-%srcversion.tar.xz
Source2: source-post.sh

View File

@ -1,3 +1,17 @@
-------------------------------------------------------------------
Wed Jun 10 13:51:14 CEST 2020 - jslaby@suse.cz
- syscalls: fix offset type of ksys_ftruncate (bsc#1172699).
- commit 8d4977c
-------------------------------------------------------------------
Tue Jun 9 15:57:54 CEST 2020 - dmueller@suse.com
- armv7/ararch64: Update config files.
Enable IOMMU_DEFAULT_PASSTHROUGH; per jsc#SLE-5568 this should be on by
default, like on x86_64.
- commit bb34387
-------------------------------------------------------------------
Mon Jun 8 13:09:55 CEST 2020 - jslaby@suse.cz

View File

@ -67,7 +67,7 @@ License: GPL-2.0
Group: System/Kernel
Version: 5.7.1
%if 0%{?is_kotd}
Release: <RELEASE>.gc4df4ce
Release: <RELEASE>.g6a549f6
%else
Release: 0
%endif
@ -176,10 +176,10 @@ Conflicts: hyper-v < 4
Conflicts: libc.so.6()(64bit)
%endif
Provides: kernel = %version-%source_rel
Provides: kernel-%build_flavor-base-srchash-c4df4ce52687204783134c4b42934fee65026c23
Provides: kernel-srchash-c4df4ce52687204783134c4b42934fee65026c23
Provides: kernel-%build_flavor-base-srchash-6a549f6dd07f682dbe4308ce21c26c40dca1ffa2
Provides: kernel-srchash-6a549f6dd07f682dbe4308ce21c26c40dca1ffa2
# END COMMON DEPS
Provides: %name-srchash-c4df4ce52687204783134c4b42934fee65026c23
Provides: %name-srchash-6a549f6dd07f682dbe4308ce21c26c40dca1ffa2
%ifarch ppc64
Provides: kernel-kdump = 2.6.28
Obsoletes: kernel-kdump <= 2.6.28

View File

@ -1,3 +1,17 @@
-------------------------------------------------------------------
Wed Jun 10 13:51:14 CEST 2020 - jslaby@suse.cz
- syscalls: fix offset type of ksys_ftruncate (bsc#1172699).
- commit 8d4977c
-------------------------------------------------------------------
Tue Jun 9 15:57:54 CEST 2020 - dmueller@suse.com
- armv7/ararch64: Update config files.
Enable IOMMU_DEFAULT_PASSTHROUGH; per jsc#SLE-5568 this should be on by
default, like on x86_64.
- commit bb34387
-------------------------------------------------------------------
Mon Jun 8 13:09:55 CEST 2020 - jslaby@suse.cz

View File

@ -67,7 +67,7 @@ License: GPL-2.0
Group: System/Kernel
Version: 5.7.1
%if 0%{?is_kotd}
Release: <RELEASE>.gc4df4ce
Release: <RELEASE>.g6a549f6
%else
Release: 0
%endif
@ -176,10 +176,10 @@ Conflicts: hyper-v < 4
Conflicts: libc.so.6()(64bit)
%endif
Provides: kernel = %version-%source_rel
Provides: kernel-%build_flavor-base-srchash-c4df4ce52687204783134c4b42934fee65026c23
Provides: kernel-srchash-c4df4ce52687204783134c4b42934fee65026c23
Provides: kernel-%build_flavor-base-srchash-6a549f6dd07f682dbe4308ce21c26c40dca1ffa2
Provides: kernel-srchash-6a549f6dd07f682dbe4308ce21c26c40dca1ffa2
# END COMMON DEPS
Provides: %name-srchash-c4df4ce52687204783134c4b42934fee65026c23
Provides: %name-srchash-6a549f6dd07f682dbe4308ce21c26c40dca1ffa2
%ifarch %ix86
Provides: kernel-smp = 2.6.17
Obsoletes: kernel-smp <= 2.6.17

View File

@ -1,3 +1,17 @@
-------------------------------------------------------------------
Wed Jun 10 13:51:14 CEST 2020 - jslaby@suse.cz
- syscalls: fix offset type of ksys_ftruncate (bsc#1172699).
- commit 8d4977c
-------------------------------------------------------------------
Tue Jun 9 15:57:54 CEST 2020 - dmueller@suse.com
- armv7/ararch64: Update config files.
Enable IOMMU_DEFAULT_PASSTHROUGH; per jsc#SLE-5568 this should be on by
default, like on x86_64.
- commit bb34387
-------------------------------------------------------------------
Mon Jun 8 13:09:55 CEST 2020 - jslaby@suse.cz

View File

@ -33,7 +33,7 @@ License: GPL-2.0
Group: Documentation/Man
Version: 5.7.1
%if 0%{?is_kotd}
Release: <RELEASE>.gc4df4ce
Release: <RELEASE>.g6a549f6
%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-c4df4ce52687204783134c4b42934fee65026c23
Provides: %name-srchash-6a549f6dd07f682dbe4308ce21c26c40dca1ffa2
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Source0: http://www.kernel.org/pub/linux/kernel/v5.x/linux-%srcversion.tar.xz

View File

@ -1,3 +1,17 @@
-------------------------------------------------------------------
Wed Jun 10 13:51:14 CEST 2020 - jslaby@suse.cz
- syscalls: fix offset type of ksys_ftruncate (bsc#1172699).
- commit 8d4977c
-------------------------------------------------------------------
Tue Jun 9 15:57:54 CEST 2020 - dmueller@suse.com
- armv7/ararch64: Update config files.
Enable IOMMU_DEFAULT_PASSTHROUGH; per jsc#SLE-5568 this should be on by
default, like on x86_64.
- commit bb34387
-------------------------------------------------------------------
Mon Jun 8 13:09:55 CEST 2020 - jslaby@suse.cz

View File

@ -67,7 +67,7 @@ License: GPL-2.0
Group: System/Kernel
Version: 5.7.1
%if 0%{?is_kotd}
Release: <RELEASE>.gc4df4ce
Release: <RELEASE>.g6a549f6
%else
Release: 0
%endif
@ -176,10 +176,10 @@ Conflicts: hyper-v < 4
Conflicts: libc.so.6()(64bit)
%endif
Provides: kernel = %version-%source_rel
Provides: kernel-%build_flavor-base-srchash-c4df4ce52687204783134c4b42934fee65026c23
Provides: kernel-srchash-c4df4ce52687204783134c4b42934fee65026c23
Provides: kernel-%build_flavor-base-srchash-6a549f6dd07f682dbe4308ce21c26c40dca1ffa2
Provides: kernel-srchash-6a549f6dd07f682dbe4308ce21c26c40dca1ffa2
# END COMMON DEPS
Provides: %name-srchash-c4df4ce52687204783134c4b42934fee65026c23
Provides: %name-srchash-6a549f6dd07f682dbe4308ce21c26c40dca1ffa2
%obsolete_rebuilds %name
Source0: http://www.kernel.org/pub/linux/kernel/v5.x/linux-%srcversion.tar.xz
Source2: source-post.sh

View File

@ -1,3 +1,17 @@
-------------------------------------------------------------------
Wed Jun 10 13:51:14 CEST 2020 - jslaby@suse.cz
- syscalls: fix offset type of ksys_ftruncate (bsc#1172699).
- commit 8d4977c
-------------------------------------------------------------------
Tue Jun 9 15:57:54 CEST 2020 - dmueller@suse.com
- armv7/ararch64: Update config files.
Enable IOMMU_DEFAULT_PASSTHROUGH; per jsc#SLE-5568 this should be on by
default, like on x86_64.
- commit bb34387
-------------------------------------------------------------------
Mon Jun 8 13:09:55 CEST 2020 - jslaby@suse.cz

View File

@ -67,7 +67,7 @@ License: GPL-2.0
Group: System/Kernel
Version: 5.7.1
%if 0%{?is_kotd}
Release: <RELEASE>.gc4df4ce
Release: <RELEASE>.g6a549f6
%else
Release: 0
%endif
@ -176,10 +176,10 @@ Conflicts: hyper-v < 4
Conflicts: libc.so.6()(64bit)
%endif
Provides: kernel = %version-%source_rel
Provides: kernel-%build_flavor-base-srchash-c4df4ce52687204783134c4b42934fee65026c23
Provides: kernel-srchash-c4df4ce52687204783134c4b42934fee65026c23
Provides: kernel-%build_flavor-base-srchash-6a549f6dd07f682dbe4308ce21c26c40dca1ffa2
Provides: kernel-srchash-6a549f6dd07f682dbe4308ce21c26c40dca1ffa2
# END COMMON DEPS
Provides: %name-srchash-c4df4ce52687204783134c4b42934fee65026c23
Provides: %name-srchash-6a549f6dd07f682dbe4308ce21c26c40dca1ffa2
%obsolete_rebuilds %name
Source0: http://www.kernel.org/pub/linux/kernel/v5.x/linux-%srcversion.tar.xz
Source2: source-post.sh

View File

@ -1,3 +1,17 @@
-------------------------------------------------------------------
Wed Jun 10 13:51:14 CEST 2020 - jslaby@suse.cz
- syscalls: fix offset type of ksys_ftruncate (bsc#1172699).
- commit 8d4977c
-------------------------------------------------------------------
Tue Jun 9 15:57:54 CEST 2020 - dmueller@suse.com
- armv7/ararch64: Update config files.
Enable IOMMU_DEFAULT_PASSTHROUGH; per jsc#SLE-5568 this should be on by
default, like on x86_64.
- commit bb34387
-------------------------------------------------------------------
Mon Jun 8 13:09:55 CEST 2020 - jslaby@suse.cz

View File

@ -45,7 +45,7 @@ BuildRequires: util-linux
%endif
%endif
%endif
BuildRequires: kernel%kernel_flavor-srchash-c4df4ce52687204783134c4b42934fee65026c23
BuildRequires: kernel%kernel_flavor-srchash-6a549f6dd07f682dbe4308ce21c26c40dca1ffa2
%if 0%{?rhel_version}
BuildRequires: kernel
@ -66,7 +66,7 @@ License: GPL-2.0
Group: SLES
Version: 5.7.1
%if 0%{?is_kotd}
Release: <RELEASE>.gc4df4ce
Release: <RELEASE>.g6a549f6
%else
Release: 0
%endif

View File

@ -1,3 +1,17 @@
-------------------------------------------------------------------
Wed Jun 10 13:51:14 CEST 2020 - jslaby@suse.cz
- syscalls: fix offset type of ksys_ftruncate (bsc#1172699).
- commit 8d4977c
-------------------------------------------------------------------
Tue Jun 9 15:57:54 CEST 2020 - dmueller@suse.com
- armv7/ararch64: Update config files.
Enable IOMMU_DEFAULT_PASSTHROUGH; per jsc#SLE-5568 this should be on by
default, like on x86_64.
- commit bb34387
-------------------------------------------------------------------
Mon Jun 8 13:09:55 CEST 2020 - jslaby@suse.cz

View File

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

View File

@ -1,3 +1,17 @@
-------------------------------------------------------------------
Wed Jun 10 13:51:14 CEST 2020 - jslaby@suse.cz
- syscalls: fix offset type of ksys_ftruncate (bsc#1172699).
- commit 8d4977c
-------------------------------------------------------------------
Tue Jun 9 15:57:54 CEST 2020 - dmueller@suse.com
- armv7/ararch64: Update config files.
Enable IOMMU_DEFAULT_PASSTHROUGH; per jsc#SLE-5568 this should be on by
default, like on x86_64.
- commit bb34387
-------------------------------------------------------------------
Mon Jun 8 13:09:55 CEST 2020 - jslaby@suse.cz

View File

@ -67,7 +67,7 @@ License: GPL-2.0
Group: System/Kernel
Version: 5.7.1
%if 0%{?is_kotd}
Release: <RELEASE>.gc4df4ce
Release: <RELEASE>.g6a549f6
%else
Release: 0
%endif
@ -176,10 +176,10 @@ Conflicts: hyper-v < 4
Conflicts: libc.so.6()(64bit)
%endif
Provides: kernel = %version-%source_rel
Provides: kernel-%build_flavor-base-srchash-c4df4ce52687204783134c4b42934fee65026c23
Provides: kernel-srchash-c4df4ce52687204783134c4b42934fee65026c23
Provides: kernel-%build_flavor-base-srchash-6a549f6dd07f682dbe4308ce21c26c40dca1ffa2
Provides: kernel-srchash-6a549f6dd07f682dbe4308ce21c26c40dca1ffa2
# END COMMON DEPS
Provides: %name-srchash-c4df4ce52687204783134c4b42934fee65026c23
Provides: %name-srchash-6a549f6dd07f682dbe4308ce21c26c40dca1ffa2
%ifarch %ix86
Provides: kernel-bigsmp = 2.6.17
Obsoletes: kernel-bigsmp <= 2.6.17

View File

@ -1,3 +1,17 @@
-------------------------------------------------------------------
Wed Jun 10 13:51:14 CEST 2020 - jslaby@suse.cz
- syscalls: fix offset type of ksys_ftruncate (bsc#1172699).
- commit 8d4977c
-------------------------------------------------------------------
Tue Jun 9 15:57:54 CEST 2020 - dmueller@suse.com
- armv7/ararch64: Update config files.
Enable IOMMU_DEFAULT_PASSTHROUGH; per jsc#SLE-5568 this should be on by
default, like on x86_64.
- commit bb34387
-------------------------------------------------------------------
Mon Jun 8 13:09:55 CEST 2020 - jslaby@suse.cz

View File

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

View File

@ -1,3 +1,17 @@
-------------------------------------------------------------------
Wed Jun 10 13:51:14 CEST 2020 - jslaby@suse.cz
- syscalls: fix offset type of ksys_ftruncate (bsc#1172699).
- commit 8d4977c
-------------------------------------------------------------------
Tue Jun 9 15:57:54 CEST 2020 - dmueller@suse.com
- armv7/ararch64: Update config files.
Enable IOMMU_DEFAULT_PASSTHROUGH; per jsc#SLE-5568 this should be on by
default, like on x86_64.
- commit bb34387
-------------------------------------------------------------------
Mon Jun 8 13:09:55 CEST 2020 - jslaby@suse.cz

View File

@ -27,7 +27,7 @@ Group: Development/Sources
Version: 5.7.1
%if %using_buildservice
%if 0%{?is_kotd}
Release: <RELEASE>.gc4df4ce
Release: <RELEASE>.g6a549f6
%else
Release: 0
%endif
@ -52,7 +52,7 @@ Requires: kernel-pae-devel = %version-%source_rel
%endif
Requires: pesign-obs-integration
Provides: %name = %version-%source_rel
Provides: %name-srchash-c4df4ce52687204783134c4b42934fee65026c23
Provides: %name-srchash-6a549f6dd07f682dbe4308ce21c26c40dca1ffa2
Provides: multiversion(kernel)
Source: README.KSYMS
Requires: kernel-devel%variant = %version-%source_rel

View File

@ -1,3 +1,17 @@
-------------------------------------------------------------------
Wed Jun 10 13:51:14 CEST 2020 - jslaby@suse.cz
- syscalls: fix offset type of ksys_ftruncate (bsc#1172699).
- commit 8d4977c
-------------------------------------------------------------------
Tue Jun 9 15:57:54 CEST 2020 - dmueller@suse.com
- armv7/ararch64: Update config files.
Enable IOMMU_DEFAULT_PASSTHROUGH; per jsc#SLE-5568 this should be on by
default, like on x86_64.
- commit bb34387
-------------------------------------------------------------------
Mon Jun 8 13:09:55 CEST 2020 - jslaby@suse.cz

View File

@ -67,7 +67,7 @@ License: GPL-2.0
Group: System/Kernel
Version: 5.7.1
%if 0%{?is_kotd}
Release: <RELEASE>.gc4df4ce
Release: <RELEASE>.g6a549f6
%else
Release: 0
%endif
@ -176,10 +176,10 @@ Conflicts: hyper-v < 4
Conflicts: libc.so.6()(64bit)
%endif
Provides: kernel = %version-%source_rel
Provides: kernel-%build_flavor-base-srchash-c4df4ce52687204783134c4b42934fee65026c23
Provides: kernel-srchash-c4df4ce52687204783134c4b42934fee65026c23
Provides: kernel-%build_flavor-base-srchash-6a549f6dd07f682dbe4308ce21c26c40dca1ffa2
Provides: kernel-srchash-6a549f6dd07f682dbe4308ce21c26c40dca1ffa2
# END COMMON DEPS
Provides: %name-srchash-c4df4ce52687204783134c4b42934fee65026c23
Provides: %name-srchash-6a549f6dd07f682dbe4308ce21c26c40dca1ffa2
%obsolete_rebuilds %name
Source0: http://www.kernel.org/pub/linux/kernel/v5.x/linux-%srcversion.tar.xz
Source2: source-post.sh

View File

@ -1,3 +1,17 @@
-------------------------------------------------------------------
Wed Jun 10 13:51:14 CEST 2020 - jslaby@suse.cz
- syscalls: fix offset type of ksys_ftruncate (bsc#1172699).
- commit 8d4977c
-------------------------------------------------------------------
Tue Jun 9 15:57:54 CEST 2020 - dmueller@suse.com
- armv7/ararch64: Update config files.
Enable IOMMU_DEFAULT_PASSTHROUGH; per jsc#SLE-5568 this should be on by
default, like on x86_64.
- commit bb34387
-------------------------------------------------------------------
Mon Jun 8 13:09:55 CEST 2020 - jslaby@suse.cz

View File

@ -67,7 +67,7 @@ License: GPL-2.0
Group: System/Kernel
Version: 5.7.1
%if 0%{?is_kotd}
Release: <RELEASE>.gc4df4ce
Release: <RELEASE>.g6a549f6
%else
Release: 0
%endif
@ -176,10 +176,10 @@ Conflicts: hyper-v < 4
Conflicts: libc.so.6()(64bit)
%endif
Provides: kernel = %version-%source_rel
Provides: kernel-%build_flavor-base-srchash-c4df4ce52687204783134c4b42934fee65026c23
Provides: kernel-srchash-c4df4ce52687204783134c4b42934fee65026c23
Provides: kernel-%build_flavor-base-srchash-6a549f6dd07f682dbe4308ce21c26c40dca1ffa2
Provides: kernel-srchash-6a549f6dd07f682dbe4308ce21c26c40dca1ffa2
# END COMMON DEPS
Provides: %name-srchash-c4df4ce52687204783134c4b42934fee65026c23
Provides: %name-srchash-6a549f6dd07f682dbe4308ce21c26c40dca1ffa2
%obsolete_rebuilds %name
Source0: http://www.kernel.org/pub/linux/kernel/v5.x/linux-%srcversion.tar.xz
Source2: source-post.sh

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:6f193f68545f852871e988699884e64f27817e840affdd913b47d5e9a30ebbad
size 58167
oid sha256:168957360f60a0d9c120ffe47ac2efb584470ae82d5b14d3d09805878ffe7002
size 58518

View File

@ -69,6 +69,7 @@
patches.suse/usercopy-mark-dma-kmalloc-caches-as-usercopy-caches.patch
patches.suse/KVM-x86-only-do-L1TF-workaround-on-affected-processo.patch
patches.suse/KVM-x86-mmu-Set-mmio_value-to-0-if-reserved-PF-can-t.patch
patches.suse/syscalls-fix-offset-type-of-ksys_ftruncate.patch
########################################################
# kbuild/module infrastructure fixes

View File

@ -1,3 +1,3 @@
2020-06-08 12:06:34 +0000
GIT Revision: c4df4ce52687204783134c4b42934fee65026c23
2020-06-10 11:53:46 +0000
GIT Revision: 6a549f6dd07f682dbe4308ce21c26c40dca1ffa2
GIT Branch: stable