commit 6df6ad55b8b45a304b216be8e4387d3715400106

OBS-URL: https://build.opensuse.org/package/show/Kernel:stable/kernel-source?expand=0&rev=1546
This commit is contained in:
Kernel Bugs 2021-08-03 08:04:33 +00:00 committed by Git OBS Bridge
parent b6f22ffdac
commit ccf0d920c2
45 changed files with 520 additions and 74 deletions

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Sun Aug 1 10:22:47 CEST 2021 - tiwai@suse.de
- scsi: sr: Return correct event when media event code is 3
(bsc#1188767 bsc#1188728).
- commit 5794a07
-------------------------------------------------------------------
Sat Jul 31 13:11:10 CEST 2021 - jslaby@suse.cz
@ -413,6 +420,15 @@ Thu Jul 29 06:01:22 CEST 2021 - jslaby@suse.cz
- skbuff: Fix build with SKB extensions disabled (bsc#1012628).
- commit b45358d
-------------------------------------------------------------------
Wed Jul 28 17:21:54 CEST 2021 - mkubecek@suse.cz
- use 3.0 SPDX identifier in rpm License tags
As requested by Maintenance, change rpm License tags from "GPL-2.0"
(SPDX 2.0) to "GPL-2.0-only" (SPDX 3.0) so that their scripts do not have
to adjust the tags with each maintenance update submission.
- commit f888e0b
-------------------------------------------------------------------
Wed Jul 28 11:51:15 CEST 2021 - msuchanek@suse.de
@ -1784,6 +1800,13 @@ Sun Jul 18 23:25:19 CEST 2021 - mkubecek@suse.cz
- patches.suse/arm64-dts-rockchip-Disable-CDN-DP-on-Pinebook-Pro.patch
- commit df2d619
-------------------------------------------------------------------
Fri Jul 16 13:12:51 CEST 2021 - msuchanek@suse.de
- rpm/kernel-binary.spec.in: Do not install usrmerged kernel on Leap
(boo#1184804).
- commit 5b51131
-------------------------------------------------------------------
Thu Jul 15 18:47:58 CEST 2021 - mbrugger@suse.com

View File

@ -31,12 +31,12 @@
Name: dtb-aarch64
Version: 5.13.7
%if 0%{?is_kotd}
Release: <RELEASE>.gb1bb2c4
Release: <RELEASE>.g6df6ad5
%else
Release: 0
%endif
Summary: Device Tree files for $MACHINES
License: GPL-2.0
License: GPL-2.0-only
Group: System/Boot
Url: http://www.kernel.org/
ExclusiveArch: aarch64

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Sun Aug 1 10:22:47 CEST 2021 - tiwai@suse.de
- scsi: sr: Return correct event when media event code is 3
(bsc#1188767 bsc#1188728).
- commit 5794a07
-------------------------------------------------------------------
Sat Jul 31 13:11:10 CEST 2021 - jslaby@suse.cz
@ -413,6 +420,15 @@ Thu Jul 29 06:01:22 CEST 2021 - jslaby@suse.cz
- skbuff: Fix build with SKB extensions disabled (bsc#1012628).
- commit b45358d
-------------------------------------------------------------------
Wed Jul 28 17:21:54 CEST 2021 - mkubecek@suse.cz
- use 3.0 SPDX identifier in rpm License tags
As requested by Maintenance, change rpm License tags from "GPL-2.0"
(SPDX 2.0) to "GPL-2.0-only" (SPDX 3.0) so that their scripts do not have
to adjust the tags with each maintenance update submission.
- commit f888e0b
-------------------------------------------------------------------
Wed Jul 28 11:51:15 CEST 2021 - msuchanek@suse.de
@ -1784,6 +1800,13 @@ Sun Jul 18 23:25:19 CEST 2021 - mkubecek@suse.cz
- patches.suse/arm64-dts-rockchip-Disable-CDN-DP-on-Pinebook-Pro.patch
- commit df2d619
-------------------------------------------------------------------
Fri Jul 16 13:12:51 CEST 2021 - msuchanek@suse.de
- rpm/kernel-binary.spec.in: Do not install usrmerged kernel on Leap
(boo#1184804).
- commit 5b51131
-------------------------------------------------------------------
Thu Jul 15 18:47:58 CEST 2021 - mbrugger@suse.com

View File

@ -31,12 +31,12 @@
Name: dtb-armv6l
Version: 5.13.7
%if 0%{?is_kotd}
Release: <RELEASE>.gb1bb2c4
Release: <RELEASE>.g6df6ad5
%else
Release: 0
%endif
Summary: Device Tree files for $MACHINES
License: GPL-2.0
License: GPL-2.0-only
Group: System/Boot
Url: http://www.kernel.org/
ExclusiveArch: armv6l armv6hl

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Sun Aug 1 10:22:47 CEST 2021 - tiwai@suse.de
- scsi: sr: Return correct event when media event code is 3
(bsc#1188767 bsc#1188728).
- commit 5794a07
-------------------------------------------------------------------
Sat Jul 31 13:11:10 CEST 2021 - jslaby@suse.cz
@ -413,6 +420,15 @@ Thu Jul 29 06:01:22 CEST 2021 - jslaby@suse.cz
- skbuff: Fix build with SKB extensions disabled (bsc#1012628).
- commit b45358d
-------------------------------------------------------------------
Wed Jul 28 17:21:54 CEST 2021 - mkubecek@suse.cz
- use 3.0 SPDX identifier in rpm License tags
As requested by Maintenance, change rpm License tags from "GPL-2.0"
(SPDX 2.0) to "GPL-2.0-only" (SPDX 3.0) so that their scripts do not have
to adjust the tags with each maintenance update submission.
- commit f888e0b
-------------------------------------------------------------------
Wed Jul 28 11:51:15 CEST 2021 - msuchanek@suse.de
@ -1784,6 +1800,13 @@ Sun Jul 18 23:25:19 CEST 2021 - mkubecek@suse.cz
- patches.suse/arm64-dts-rockchip-Disable-CDN-DP-on-Pinebook-Pro.patch
- commit df2d619
-------------------------------------------------------------------
Fri Jul 16 13:12:51 CEST 2021 - msuchanek@suse.de
- rpm/kernel-binary.spec.in: Do not install usrmerged kernel on Leap
(boo#1184804).
- commit 5b51131
-------------------------------------------------------------------
Thu Jul 15 18:47:58 CEST 2021 - mbrugger@suse.com

View File

@ -31,12 +31,12 @@
Name: dtb-armv7l
Version: 5.13.7
%if 0%{?is_kotd}
Release: <RELEASE>.gb1bb2c4
Release: <RELEASE>.g6df6ad5
%else
Release: 0
%endif
Summary: Device Tree files for $MACHINES
License: GPL-2.0
License: GPL-2.0-only
Group: System/Boot
Url: http://www.kernel.org/
ExclusiveArch: armv7l armv7hl

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Sun Aug 1 10:22:47 CEST 2021 - tiwai@suse.de
- scsi: sr: Return correct event when media event code is 3
(bsc#1188767 bsc#1188728).
- commit 5794a07
-------------------------------------------------------------------
Sat Jul 31 13:11:10 CEST 2021 - jslaby@suse.cz
@ -413,6 +420,15 @@ Thu Jul 29 06:01:22 CEST 2021 - jslaby@suse.cz
- skbuff: Fix build with SKB extensions disabled (bsc#1012628).
- commit b45358d
-------------------------------------------------------------------
Wed Jul 28 17:21:54 CEST 2021 - mkubecek@suse.cz
- use 3.0 SPDX identifier in rpm License tags
As requested by Maintenance, change rpm License tags from "GPL-2.0"
(SPDX 2.0) to "GPL-2.0-only" (SPDX 3.0) so that their scripts do not have
to adjust the tags with each maintenance update submission.
- commit f888e0b
-------------------------------------------------------------------
Wed Jul 28 11:51:15 CEST 2021 - msuchanek@suse.de
@ -1784,6 +1800,13 @@ Sun Jul 18 23:25:19 CEST 2021 - mkubecek@suse.cz
- patches.suse/arm64-dts-rockchip-Disable-CDN-DP-on-Pinebook-Pro.patch
- commit df2d619
-------------------------------------------------------------------
Fri Jul 16 13:12:51 CEST 2021 - msuchanek@suse.de
- rpm/kernel-binary.spec.in: Do not install usrmerged kernel on Leap
(boo#1184804).
- commit 5b51131
-------------------------------------------------------------------
Thu Jul 15 18:47:58 CEST 2021 - mbrugger@suse.com

View File

@ -31,12 +31,12 @@
Name: dtb-riscv64
Version: 5.13.7
%if 0%{?is_kotd}
Release: <RELEASE>.gb1bb2c4
Release: <RELEASE>.g6df6ad5
%else
Release: 0
%endif
Summary: Device Tree files for $MACHINES
License: GPL-2.0
License: GPL-2.0-only
Group: System/Boot
Url: http://www.kernel.org/
ExclusiveArch: riscv64

View File

@ -36,7 +36,7 @@ Release: <RELEASE>.g@COMMIT@
Release: @RELEASE@
%endif
Summary: Device Tree files for $MACHINES
License: GPL-2.0
License: GPL-2.0-only
Group: System/Boot
Url: http://www.kernel.org/
$ARCH_RESTRICTIONS

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Sun Aug 1 10:22:47 CEST 2021 - tiwai@suse.de
- scsi: sr: Return correct event when media event code is 3
(bsc#1188767 bsc#1188728).
- commit 5794a07
-------------------------------------------------------------------
Sat Jul 31 13:11:10 CEST 2021 - jslaby@suse.cz
@ -413,6 +420,15 @@ Thu Jul 29 06:01:22 CEST 2021 - jslaby@suse.cz
- skbuff: Fix build with SKB extensions disabled (bsc#1012628).
- commit b45358d
-------------------------------------------------------------------
Wed Jul 28 17:21:54 CEST 2021 - mkubecek@suse.cz
- use 3.0 SPDX identifier in rpm License tags
As requested by Maintenance, change rpm License tags from "GPL-2.0"
(SPDX 2.0) to "GPL-2.0-only" (SPDX 3.0) so that their scripts do not have
to adjust the tags with each maintenance update submission.
- commit f888e0b
-------------------------------------------------------------------
Wed Jul 28 11:51:15 CEST 2021 - msuchanek@suse.de
@ -1784,6 +1800,13 @@ Sun Jul 18 23:25:19 CEST 2021 - mkubecek@suse.cz
- patches.suse/arm64-dts-rockchip-Disable-CDN-DP-on-Pinebook-Pro.patch
- commit df2d619
-------------------------------------------------------------------
Fri Jul 16 13:12:51 CEST 2021 - msuchanek@suse.de
- rpm/kernel-binary.spec.in: Do not install usrmerged kernel on Leap
(boo#1184804).
- commit 5b51131
-------------------------------------------------------------------
Thu Jul 15 18:47:58 CEST 2021 - mbrugger@suse.com

View File

@ -70,11 +70,11 @@
Name: kernel-64kb
Summary: Kernel with 64kb PAGE_SIZE
License: GPL-2.0
License: GPL-2.0-only
Group: System/Kernel
Version: 5.13.7
%if 0%{?is_kotd}
Release: <RELEASE>.gb1bb2c4
Release: <RELEASE>.g6df6ad5
%else
Release: 0
%endif
@ -160,6 +160,12 @@ BuildRequires: dwarfextract
%ifarch %arm
BuildRequires: u-boot-tools
%endif
%if 0%{?usrmerged}
# make sure we have post-usrmerge filesystem package - tumbleweed started to set version recently
Conflicts: filesystem < 84
# this is the tumbleweed snapshot that introduced GCC 11 and supposedly usrmerge
Requires: suse-release > 20210602
%endif
Obsoletes: microcode_ctl
@ -185,10 +191,10 @@ Conflicts: hyper-v < 4
Conflicts: libc.so.6()(64bit)
%endif
Provides: kernel = %version-%source_rel
Provides: kernel-%build_flavor-base-srchash-b1bb2c49f82da7953f6d03cb74884ac9f3b115b5
Provides: kernel-srchash-b1bb2c49f82da7953f6d03cb74884ac9f3b115b5
Provides: kernel-%build_flavor-base-srchash-6df6ad55b8b45a304b216be8e4387d3715400106
Provides: kernel-srchash-6df6ad55b8b45a304b216be8e4387d3715400106
# END COMMON DEPS
Provides: %name-srchash-b1bb2c49f82da7953f6d03cb74884ac9f3b115b5
Provides: %name-srchash-6df6ad55b8b45a304b216be8e4387d3715400106
%obsolete_rebuilds %name
Source0: http://www.kernel.org/pub/linux/kernel/v5.x/linux-%srcversion.tar.xz
Source2: source-post.sh

View File

@ -70,7 +70,7 @@
Name: kernel-@FLAVOR@
Summary: @SUMMARY@
License: GPL-2.0
License: GPL-2.0-only
Group: System/Kernel
Version: @RPMVERSION@
%if 0%{?is_kotd}
@ -160,6 +160,12 @@ BuildRequires: dwarfextract
%ifarch %arm
BuildRequires: u-boot-tools
%endif
%if 0%{?usrmerged}
# make sure we have post-usrmerge filesystem package - tumbleweed started to set version recently
Conflicts: filesystem < 84
# this is the tumbleweed snapshot that introduced GCC 11 and supposedly usrmerge
Requires: suse-release > 20210602
%endif
Obsoletes: microcode_ctl

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Sun Aug 1 10:22:47 CEST 2021 - tiwai@suse.de
- scsi: sr: Return correct event when media event code is 3
(bsc#1188767 bsc#1188728).
- commit 5794a07
-------------------------------------------------------------------
Sat Jul 31 13:11:10 CEST 2021 - jslaby@suse.cz
@ -413,6 +420,15 @@ Thu Jul 29 06:01:22 CEST 2021 - jslaby@suse.cz
- skbuff: Fix build with SKB extensions disabled (bsc#1012628).
- commit b45358d
-------------------------------------------------------------------
Wed Jul 28 17:21:54 CEST 2021 - mkubecek@suse.cz
- use 3.0 SPDX identifier in rpm License tags
As requested by Maintenance, change rpm License tags from "GPL-2.0"
(SPDX 2.0) to "GPL-2.0-only" (SPDX 3.0) so that their scripts do not have
to adjust the tags with each maintenance update submission.
- commit f888e0b
-------------------------------------------------------------------
Wed Jul 28 11:51:15 CEST 2021 - msuchanek@suse.de
@ -1784,6 +1800,13 @@ Sun Jul 18 23:25:19 CEST 2021 - mkubecek@suse.cz
- patches.suse/arm64-dts-rockchip-Disable-CDN-DP-on-Pinebook-Pro.patch
- commit df2d619
-------------------------------------------------------------------
Fri Jul 16 13:12:51 CEST 2021 - msuchanek@suse.de
- rpm/kernel-binary.spec.in: Do not install usrmerged kernel on Leap
(boo#1184804).
- commit 5b51131
-------------------------------------------------------------------
Thu Jul 15 18:47:58 CEST 2021 - mbrugger@suse.com

View File

@ -70,11 +70,11 @@
Name: kernel-debug
Summary: A Debug Version of the Kernel
License: GPL-2.0
License: GPL-2.0-only
Group: System/Kernel
Version: 5.13.7
%if 0%{?is_kotd}
Release: <RELEASE>.gb1bb2c4
Release: <RELEASE>.g6df6ad5
%else
Release: 0
%endif
@ -160,6 +160,12 @@ BuildRequires: dwarfextract
%ifarch %arm
BuildRequires: u-boot-tools
%endif
%if 0%{?usrmerged}
# make sure we have post-usrmerge filesystem package - tumbleweed started to set version recently
Conflicts: filesystem < 84
# this is the tumbleweed snapshot that introduced GCC 11 and supposedly usrmerge
Requires: suse-release > 20210602
%endif
Obsoletes: microcode_ctl
@ -185,10 +191,10 @@ Conflicts: hyper-v < 4
Conflicts: libc.so.6()(64bit)
%endif
Provides: kernel = %version-%source_rel
Provides: kernel-%build_flavor-base-srchash-b1bb2c49f82da7953f6d03cb74884ac9f3b115b5
Provides: kernel-srchash-b1bb2c49f82da7953f6d03cb74884ac9f3b115b5
Provides: kernel-%build_flavor-base-srchash-6df6ad55b8b45a304b216be8e4387d3715400106
Provides: kernel-srchash-6df6ad55b8b45a304b216be8e4387d3715400106
# END COMMON DEPS
Provides: %name-srchash-b1bb2c49f82da7953f6d03cb74884ac9f3b115b5
Provides: %name-srchash-6df6ad55b8b45a304b216be8e4387d3715400106
%ifarch ppc64
Provides: kernel-kdump = 2.6.28
Obsoletes: kernel-kdump <= 2.6.28

View File

@ -100,7 +100,7 @@ BuildRequires: kernel-subpackage-macros
Summary: %summary
URL: %url
Group: %group
License: GPL-2.0
License: GPL-2.0-only
# Internal stuff begins
%define rpm_kver %(rpm -q --qf '%%{VERSION}' %kernel_package_name)

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Sun Aug 1 10:22:47 CEST 2021 - tiwai@suse.de
- scsi: sr: Return correct event when media event code is 3
(bsc#1188767 bsc#1188728).
- commit 5794a07
-------------------------------------------------------------------
Sat Jul 31 13:11:10 CEST 2021 - jslaby@suse.cz
@ -413,6 +420,15 @@ Thu Jul 29 06:01:22 CEST 2021 - jslaby@suse.cz
- skbuff: Fix build with SKB extensions disabled (bsc#1012628).
- commit b45358d
-------------------------------------------------------------------
Wed Jul 28 17:21:54 CEST 2021 - mkubecek@suse.cz
- use 3.0 SPDX identifier in rpm License tags
As requested by Maintenance, change rpm License tags from "GPL-2.0"
(SPDX 2.0) to "GPL-2.0-only" (SPDX 3.0) so that their scripts do not have
to adjust the tags with each maintenance update submission.
- commit f888e0b
-------------------------------------------------------------------
Wed Jul 28 11:51:15 CEST 2021 - msuchanek@suse.de
@ -1784,6 +1800,13 @@ Sun Jul 18 23:25:19 CEST 2021 - mkubecek@suse.cz
- patches.suse/arm64-dts-rockchip-Disable-CDN-DP-on-Pinebook-Pro.patch
- commit df2d619
-------------------------------------------------------------------
Fri Jul 16 13:12:51 CEST 2021 - msuchanek@suse.de
- rpm/kernel-binary.spec.in: Do not install usrmerged kernel on Leap
(boo#1184804).
- commit 5b51131
-------------------------------------------------------------------
Thu Jul 15 18:47:58 CEST 2021 - mbrugger@suse.com

View File

@ -70,11 +70,11 @@
Name: kernel-default
Summary: The Standard Kernel
License: GPL-2.0
License: GPL-2.0-only
Group: System/Kernel
Version: 5.13.7
%if 0%{?is_kotd}
Release: <RELEASE>.gb1bb2c4
Release: <RELEASE>.g6df6ad5
%else
Release: 0
%endif
@ -160,6 +160,12 @@ BuildRequires: dwarfextract
%ifarch %arm
BuildRequires: u-boot-tools
%endif
%if 0%{?usrmerged}
# make sure we have post-usrmerge filesystem package - tumbleweed started to set version recently
Conflicts: filesystem < 84
# this is the tumbleweed snapshot that introduced GCC 11 and supposedly usrmerge
Requires: suse-release > 20210602
%endif
Obsoletes: microcode_ctl
@ -185,10 +191,10 @@ Conflicts: hyper-v < 4
Conflicts: libc.so.6()(64bit)
%endif
Provides: kernel = %version-%source_rel
Provides: kernel-%build_flavor-base-srchash-b1bb2c49f82da7953f6d03cb74884ac9f3b115b5
Provides: kernel-srchash-b1bb2c49f82da7953f6d03cb74884ac9f3b115b5
Provides: kernel-%build_flavor-base-srchash-6df6ad55b8b45a304b216be8e4387d3715400106
Provides: kernel-srchash-6df6ad55b8b45a304b216be8e4387d3715400106
# END COMMON DEPS
Provides: %name-srchash-b1bb2c49f82da7953f6d03cb74884ac9f3b115b5
Provides: %name-srchash-6df6ad55b8b45a304b216be8e4387d3715400106
%ifarch %ix86
Provides: kernel-smp = 2.6.17
Obsoletes: kernel-smp <= 2.6.17

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Sun Aug 1 10:22:47 CEST 2021 - tiwai@suse.de
- scsi: sr: Return correct event when media event code is 3
(bsc#1188767 bsc#1188728).
- commit 5794a07
-------------------------------------------------------------------
Sat Jul 31 13:11:10 CEST 2021 - jslaby@suse.cz
@ -413,6 +420,15 @@ Thu Jul 29 06:01:22 CEST 2021 - jslaby@suse.cz
- skbuff: Fix build with SKB extensions disabled (bsc#1012628).
- commit b45358d
-------------------------------------------------------------------
Wed Jul 28 17:21:54 CEST 2021 - mkubecek@suse.cz
- use 3.0 SPDX identifier in rpm License tags
As requested by Maintenance, change rpm License tags from "GPL-2.0"
(SPDX 2.0) to "GPL-2.0-only" (SPDX 3.0) so that their scripts do not have
to adjust the tags with each maintenance update submission.
- commit f888e0b
-------------------------------------------------------------------
Wed Jul 28 11:51:15 CEST 2021 - msuchanek@suse.de
@ -1784,6 +1800,13 @@ Sun Jul 18 23:25:19 CEST 2021 - mkubecek@suse.cz
- patches.suse/arm64-dts-rockchip-Disable-CDN-DP-on-Pinebook-Pro.patch
- commit df2d619
-------------------------------------------------------------------
Fri Jul 16 13:12:51 CEST 2021 - msuchanek@suse.de
- rpm/kernel-binary.spec.in: Do not install usrmerged kernel on Leap
(boo#1184804).
- commit 5b51131
-------------------------------------------------------------------
Thu Jul 15 18:47:58 CEST 2021 - mbrugger@suse.com

View File

@ -29,11 +29,11 @@
Name: kernel-docs
Summary: Kernel Documentation
License: GPL-2.0
License: GPL-2.0-only
Group: Documentation/Man
Version: 5.13.7
%if 0%{?is_kotd}
Release: <RELEASE>.gb1bb2c4
Release: <RELEASE>.g6df6ad5
%else
Release: 0
%endif
@ -64,7 +64,7 @@ BuildRequires: texlive-zapfding
%endif
Url: http://www.kernel.org/
Provides: %name = %version-%source_rel
Provides: %name-srchash-b1bb2c49f82da7953f6d03cb74884ac9f3b115b5
Provides: %name-srchash-6df6ad55b8b45a304b216be8e4387d3715400106
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Source0: http://www.kernel.org/pub/linux/kernel/v5.x/linux-%srcversion.tar.xz

View File

@ -29,7 +29,7 @@
Name: kernel-docs@VARIANT@
Summary: Kernel Documentation
License: GPL-2.0
License: GPL-2.0-only
Group: Documentation/Man
Version: @RPMVERSION@
%if 0%{?is_kotd}

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Sun Aug 1 10:22:47 CEST 2021 - tiwai@suse.de
- scsi: sr: Return correct event when media event code is 3
(bsc#1188767 bsc#1188728).
- commit 5794a07
-------------------------------------------------------------------
Sat Jul 31 13:11:10 CEST 2021 - jslaby@suse.cz
@ -413,6 +420,15 @@ Thu Jul 29 06:01:22 CEST 2021 - jslaby@suse.cz
- skbuff: Fix build with SKB extensions disabled (bsc#1012628).
- commit b45358d
-------------------------------------------------------------------
Wed Jul 28 17:21:54 CEST 2021 - mkubecek@suse.cz
- use 3.0 SPDX identifier in rpm License tags
As requested by Maintenance, change rpm License tags from "GPL-2.0"
(SPDX 2.0) to "GPL-2.0-only" (SPDX 3.0) so that their scripts do not have
to adjust the tags with each maintenance update submission.
- commit f888e0b
-------------------------------------------------------------------
Wed Jul 28 11:51:15 CEST 2021 - msuchanek@suse.de
@ -1784,6 +1800,13 @@ Sun Jul 18 23:25:19 CEST 2021 - mkubecek@suse.cz
- patches.suse/arm64-dts-rockchip-Disable-CDN-DP-on-Pinebook-Pro.patch
- commit df2d619
-------------------------------------------------------------------
Fri Jul 16 13:12:51 CEST 2021 - msuchanek@suse.de
- rpm/kernel-binary.spec.in: Do not install usrmerged kernel on Leap
(boo#1184804).
- commit 5b51131
-------------------------------------------------------------------
Thu Jul 15 18:47:58 CEST 2021 - mbrugger@suse.com

View File

@ -70,11 +70,11 @@
Name: kernel-kvmsmall
Summary: The Small Developer Kernel for KVM
License: GPL-2.0
License: GPL-2.0-only
Group: System/Kernel
Version: 5.13.7
%if 0%{?is_kotd}
Release: <RELEASE>.gb1bb2c4
Release: <RELEASE>.g6df6ad5
%else
Release: 0
%endif
@ -160,6 +160,12 @@ BuildRequires: dwarfextract
%ifarch %arm
BuildRequires: u-boot-tools
%endif
%if 0%{?usrmerged}
# make sure we have post-usrmerge filesystem package - tumbleweed started to set version recently
Conflicts: filesystem < 84
# this is the tumbleweed snapshot that introduced GCC 11 and supposedly usrmerge
Requires: suse-release > 20210602
%endif
Obsoletes: microcode_ctl
@ -185,10 +191,10 @@ Conflicts: hyper-v < 4
Conflicts: libc.so.6()(64bit)
%endif
Provides: kernel = %version-%source_rel
Provides: kernel-%build_flavor-base-srchash-b1bb2c49f82da7953f6d03cb74884ac9f3b115b5
Provides: kernel-srchash-b1bb2c49f82da7953f6d03cb74884ac9f3b115b5
Provides: kernel-%build_flavor-base-srchash-6df6ad55b8b45a304b216be8e4387d3715400106
Provides: kernel-srchash-6df6ad55b8b45a304b216be8e4387d3715400106
# END COMMON DEPS
Provides: %name-srchash-b1bb2c49f82da7953f6d03cb74884ac9f3b115b5
Provides: %name-srchash-6df6ad55b8b45a304b216be8e4387d3715400106
%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,10 @@
-------------------------------------------------------------------
Sun Aug 1 10:22:47 CEST 2021 - tiwai@suse.de
- scsi: sr: Return correct event when media event code is 3
(bsc#1188767 bsc#1188728).
- commit 5794a07
-------------------------------------------------------------------
Sat Jul 31 13:11:10 CEST 2021 - jslaby@suse.cz
@ -413,6 +420,15 @@ Thu Jul 29 06:01:22 CEST 2021 - jslaby@suse.cz
- skbuff: Fix build with SKB extensions disabled (bsc#1012628).
- commit b45358d
-------------------------------------------------------------------
Wed Jul 28 17:21:54 CEST 2021 - mkubecek@suse.cz
- use 3.0 SPDX identifier in rpm License tags
As requested by Maintenance, change rpm License tags from "GPL-2.0"
(SPDX 2.0) to "GPL-2.0-only" (SPDX 3.0) so that their scripts do not have
to adjust the tags with each maintenance update submission.
- commit f888e0b
-------------------------------------------------------------------
Wed Jul 28 11:51:15 CEST 2021 - msuchanek@suse.de
@ -1784,6 +1800,13 @@ Sun Jul 18 23:25:19 CEST 2021 - mkubecek@suse.cz
- patches.suse/arm64-dts-rockchip-Disable-CDN-DP-on-Pinebook-Pro.patch
- commit df2d619
-------------------------------------------------------------------
Fri Jul 16 13:12:51 CEST 2021 - msuchanek@suse.de
- rpm/kernel-binary.spec.in: Do not install usrmerged kernel on Leap
(boo#1184804).
- commit 5b51131
-------------------------------------------------------------------
Thu Jul 15 18:47:58 CEST 2021 - mbrugger@suse.com

View File

@ -70,11 +70,11 @@
Name: kernel-lpae
Summary: Kernel for LPAE enabled systems
License: GPL-2.0
License: GPL-2.0-only
Group: System/Kernel
Version: 5.13.7
%if 0%{?is_kotd}
Release: <RELEASE>.gb1bb2c4
Release: <RELEASE>.g6df6ad5
%else
Release: 0
%endif
@ -160,6 +160,12 @@ BuildRequires: dwarfextract
%ifarch %arm
BuildRequires: u-boot-tools
%endif
%if 0%{?usrmerged}
# make sure we have post-usrmerge filesystem package - tumbleweed started to set version recently
Conflicts: filesystem < 84
# this is the tumbleweed snapshot that introduced GCC 11 and supposedly usrmerge
Requires: suse-release > 20210602
%endif
Obsoletes: microcode_ctl
@ -185,10 +191,10 @@ Conflicts: hyper-v < 4
Conflicts: libc.so.6()(64bit)
%endif
Provides: kernel = %version-%source_rel
Provides: kernel-%build_flavor-base-srchash-b1bb2c49f82da7953f6d03cb74884ac9f3b115b5
Provides: kernel-srchash-b1bb2c49f82da7953f6d03cb74884ac9f3b115b5
Provides: kernel-%build_flavor-base-srchash-6df6ad55b8b45a304b216be8e4387d3715400106
Provides: kernel-srchash-6df6ad55b8b45a304b216be8e4387d3715400106
# END COMMON DEPS
Provides: %name-srchash-b1bb2c49f82da7953f6d03cb74884ac9f3b115b5
Provides: %name-srchash-6df6ad55b8b45a304b216be8e4387d3715400106
%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,10 @@
-------------------------------------------------------------------
Sun Aug 1 10:22:47 CEST 2021 - tiwai@suse.de
- scsi: sr: Return correct event when media event code is 3
(bsc#1188767 bsc#1188728).
- commit 5794a07
-------------------------------------------------------------------
Sat Jul 31 13:11:10 CEST 2021 - jslaby@suse.cz
@ -413,6 +420,15 @@ Thu Jul 29 06:01:22 CEST 2021 - jslaby@suse.cz
- skbuff: Fix build with SKB extensions disabled (bsc#1012628).
- commit b45358d
-------------------------------------------------------------------
Wed Jul 28 17:21:54 CEST 2021 - mkubecek@suse.cz
- use 3.0 SPDX identifier in rpm License tags
As requested by Maintenance, change rpm License tags from "GPL-2.0"
(SPDX 2.0) to "GPL-2.0-only" (SPDX 3.0) so that their scripts do not have
to adjust the tags with each maintenance update submission.
- commit f888e0b
-------------------------------------------------------------------
Wed Jul 28 11:51:15 CEST 2021 - msuchanek@suse.de
@ -1784,6 +1800,13 @@ Sun Jul 18 23:25:19 CEST 2021 - mkubecek@suse.cz
- patches.suse/arm64-dts-rockchip-Disable-CDN-DP-on-Pinebook-Pro.patch
- commit df2d619
-------------------------------------------------------------------
Fri Jul 16 13:12:51 CEST 2021 - msuchanek@suse.de
- rpm/kernel-binary.spec.in: Do not install usrmerged kernel on Leap
(boo#1184804).
- commit 5b51131
-------------------------------------------------------------------
Thu Jul 15 18:47:58 CEST 2021 - mbrugger@suse.com

View File

@ -45,7 +45,7 @@ BuildRequires: util-linux
%endif
%endif
%endif
BuildRequires: kernel%kernel_flavor-srchash-b1bb2c49f82da7953f6d03cb74884ac9f3b115b5
BuildRequires: kernel%kernel_flavor-srchash-6df6ad55b8b45a304b216be8e4387d3715400106
%if 0%{?rhel_version}
BuildRequires: kernel
@ -62,11 +62,11 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: dracut
%endif
Summary: package kernel and initrd for OBS VM builds
License: GPL-2.0
License: GPL-2.0-only
Group: SLES
Version: 5.13.7
%if 0%{?is_kotd}
Release: <RELEASE>.gb1bb2c4
Release: <RELEASE>.g6df6ad5
%else
Release: 0
%endif

View File

@ -62,7 +62,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: dracut
%endif
Summary: package kernel and initrd for OBS VM builds
License: GPL-2.0
License: GPL-2.0-only
Group: SLES
Version: @RPMVERSION@
%if 0%{?is_kotd}

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Sun Aug 1 10:22:47 CEST 2021 - tiwai@suse.de
- scsi: sr: Return correct event when media event code is 3
(bsc#1188767 bsc#1188728).
- commit 5794a07
-------------------------------------------------------------------
Sat Jul 31 13:11:10 CEST 2021 - jslaby@suse.cz
@ -413,6 +420,15 @@ Thu Jul 29 06:01:22 CEST 2021 - jslaby@suse.cz
- skbuff: Fix build with SKB extensions disabled (bsc#1012628).
- commit b45358d
-------------------------------------------------------------------
Wed Jul 28 17:21:54 CEST 2021 - mkubecek@suse.cz
- use 3.0 SPDX identifier in rpm License tags
As requested by Maintenance, change rpm License tags from "GPL-2.0"
(SPDX 2.0) to "GPL-2.0-only" (SPDX 3.0) so that their scripts do not have
to adjust the tags with each maintenance update submission.
- commit f888e0b
-------------------------------------------------------------------
Wed Jul 28 11:51:15 CEST 2021 - msuchanek@suse.de
@ -1784,6 +1800,13 @@ Sun Jul 18 23:25:19 CEST 2021 - mkubecek@suse.cz
- patches.suse/arm64-dts-rockchip-Disable-CDN-DP-on-Pinebook-Pro.patch
- commit df2d619
-------------------------------------------------------------------
Fri Jul 16 13:12:51 CEST 2021 - msuchanek@suse.de
- rpm/kernel-binary.spec.in: Do not install usrmerged kernel on Leap
(boo#1184804).
- commit 5b51131
-------------------------------------------------------------------
Thu Jul 15 18:47:58 CEST 2021 - mbrugger@suse.com

View File

@ -34,11 +34,11 @@ ExclusiveArch: aarch64 armv6hl armv7hl ppc64 ppc64le riscv64 s390x x86_64
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%endif
Summary: Basic QA tests for the kernel
License: GPL-2.0
License: GPL-2.0-only
Group: SLES
Version: 5.13.7
%if 0%{?is_kotd}
Release: <RELEASE>.gb1bb2c4
Release: <RELEASE>.g6df6ad5
%else
Release: 0
%endif

View File

@ -34,7 +34,7 @@ ExclusiveArch: @ARCHS@
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%endif
Summary: Basic QA tests for the kernel
License: GPL-2.0
License: GPL-2.0-only
Group: SLES
Version: @RPMVERSION@
%if 0%{?is_kotd}

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Sun Aug 1 10:22:47 CEST 2021 - tiwai@suse.de
- scsi: sr: Return correct event when media event code is 3
(bsc#1188767 bsc#1188728).
- commit 5794a07
-------------------------------------------------------------------
Sat Jul 31 13:11:10 CEST 2021 - jslaby@suse.cz
@ -413,6 +420,15 @@ Thu Jul 29 06:01:22 CEST 2021 - jslaby@suse.cz
- skbuff: Fix build with SKB extensions disabled (bsc#1012628).
- commit b45358d
-------------------------------------------------------------------
Wed Jul 28 17:21:54 CEST 2021 - mkubecek@suse.cz
- use 3.0 SPDX identifier in rpm License tags
As requested by Maintenance, change rpm License tags from "GPL-2.0"
(SPDX 2.0) to "GPL-2.0-only" (SPDX 3.0) so that their scripts do not have
to adjust the tags with each maintenance update submission.
- commit f888e0b
-------------------------------------------------------------------
Wed Jul 28 11:51:15 CEST 2021 - msuchanek@suse.de
@ -1784,6 +1800,13 @@ Sun Jul 18 23:25:19 CEST 2021 - mkubecek@suse.cz
- patches.suse/arm64-dts-rockchip-Disable-CDN-DP-on-Pinebook-Pro.patch
- commit df2d619
-------------------------------------------------------------------
Fri Jul 16 13:12:51 CEST 2021 - msuchanek@suse.de
- rpm/kernel-binary.spec.in: Do not install usrmerged kernel on Leap
(boo#1184804).
- commit 5b51131
-------------------------------------------------------------------
Thu Jul 15 18:47:58 CEST 2021 - mbrugger@suse.com

View File

@ -70,11 +70,11 @@
Name: kernel-pae
Summary: Kernel with PAE Support
License: GPL-2.0
License: GPL-2.0-only
Group: System/Kernel
Version: 5.13.7
%if 0%{?is_kotd}
Release: <RELEASE>.gb1bb2c4
Release: <RELEASE>.g6df6ad5
%else
Release: 0
%endif
@ -160,6 +160,12 @@ BuildRequires: dwarfextract
%ifarch %arm
BuildRequires: u-boot-tools
%endif
%if 0%{?usrmerged}
# make sure we have post-usrmerge filesystem package - tumbleweed started to set version recently
Conflicts: filesystem < 84
# this is the tumbleweed snapshot that introduced GCC 11 and supposedly usrmerge
Requires: suse-release > 20210602
%endif
Obsoletes: microcode_ctl
@ -185,10 +191,10 @@ Conflicts: hyper-v < 4
Conflicts: libc.so.6()(64bit)
%endif
Provides: kernel = %version-%source_rel
Provides: kernel-%build_flavor-base-srchash-b1bb2c49f82da7953f6d03cb74884ac9f3b115b5
Provides: kernel-srchash-b1bb2c49f82da7953f6d03cb74884ac9f3b115b5
Provides: kernel-%build_flavor-base-srchash-6df6ad55b8b45a304b216be8e4387d3715400106
Provides: kernel-srchash-6df6ad55b8b45a304b216be8e4387d3715400106
# END COMMON DEPS
Provides: %name-srchash-b1bb2c49f82da7953f6d03cb74884ac9f3b115b5
Provides: %name-srchash-6df6ad55b8b45a304b216be8e4387d3715400106
%ifarch %ix86
Provides: kernel-bigsmp = 2.6.17
Obsoletes: kernel-bigsmp <= 2.6.17

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Sun Aug 1 10:22:47 CEST 2021 - tiwai@suse.de
- scsi: sr: Return correct event when media event code is 3
(bsc#1188767 bsc#1188728).
- commit 5794a07
-------------------------------------------------------------------
Sat Jul 31 13:11:10 CEST 2021 - jslaby@suse.cz
@ -413,6 +420,15 @@ Thu Jul 29 06:01:22 CEST 2021 - jslaby@suse.cz
- skbuff: Fix build with SKB extensions disabled (bsc#1012628).
- commit b45358d
-------------------------------------------------------------------
Wed Jul 28 17:21:54 CEST 2021 - mkubecek@suse.cz
- use 3.0 SPDX identifier in rpm License tags
As requested by Maintenance, change rpm License tags from "GPL-2.0"
(SPDX 2.0) to "GPL-2.0-only" (SPDX 3.0) so that their scripts do not have
to adjust the tags with each maintenance update submission.
- commit f888e0b
-------------------------------------------------------------------
Wed Jul 28 11:51:15 CEST 2021 - msuchanek@suse.de
@ -1784,6 +1800,13 @@ Sun Jul 18 23:25:19 CEST 2021 - mkubecek@suse.cz
- patches.suse/arm64-dts-rockchip-Disable-CDN-DP-on-Pinebook-Pro.patch
- commit df2d619
-------------------------------------------------------------------
Fri Jul 16 13:12:51 CEST 2021 - msuchanek@suse.de
- rpm/kernel-binary.spec.in: Do not install usrmerged kernel on Leap
(boo#1184804).
- commit 5b51131
-------------------------------------------------------------------
Thu Jul 15 18:47:58 CEST 2021 - mbrugger@suse.com

View File

@ -28,11 +28,11 @@
Name: kernel-source
Summary: The Linux Kernel Sources
License: GPL-2.0
License: GPL-2.0-only
Group: Development/Sources
Version: 5.13.7
%if 0%{?is_kotd}
Release: <RELEASE>.gb1bb2c4
Release: <RELEASE>.g6df6ad5
%else
Release: 0
%endif
@ -43,7 +43,7 @@ BuildRequires: fdupes
BuildRequires: sed
Requires(post): coreutils sed
Provides: %name = %version-%source_rel
Provides: %name-srchash-b1bb2c49f82da7953f6d03cb74884ac9f3b115b5
Provides: %name-srchash-6df6ad55b8b45a304b216be8e4387d3715400106
Provides: linux
Provides: multiversion(kernel)
Source0: http://www.kernel.org/pub/linux/kernel/v5.x/linux-%srcversion.tar.xz

View File

@ -28,7 +28,7 @@
Name: kernel-source@VARIANT@
Summary: The Linux Kernel Sources
License: GPL-2.0
License: GPL-2.0-only
Group: Development/Sources
Version: @RPMVERSION@
%if 0%{?is_kotd}

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Sun Aug 1 10:22:47 CEST 2021 - tiwai@suse.de
- scsi: sr: Return correct event when media event code is 3
(bsc#1188767 bsc#1188728).
- commit 5794a07
-------------------------------------------------------------------
Sat Jul 31 13:11:10 CEST 2021 - jslaby@suse.cz
@ -413,6 +420,15 @@ Thu Jul 29 06:01:22 CEST 2021 - jslaby@suse.cz
- skbuff: Fix build with SKB extensions disabled (bsc#1012628).
- commit b45358d
-------------------------------------------------------------------
Wed Jul 28 17:21:54 CEST 2021 - mkubecek@suse.cz
- use 3.0 SPDX identifier in rpm License tags
As requested by Maintenance, change rpm License tags from "GPL-2.0"
(SPDX 2.0) to "GPL-2.0-only" (SPDX 3.0) so that their scripts do not have
to adjust the tags with each maintenance update submission.
- commit f888e0b
-------------------------------------------------------------------
Wed Jul 28 11:51:15 CEST 2021 - msuchanek@suse.de
@ -1784,6 +1800,13 @@ Sun Jul 18 23:25:19 CEST 2021 - mkubecek@suse.cz
- patches.suse/arm64-dts-rockchip-Disable-CDN-DP-on-Pinebook-Pro.patch
- commit df2d619
-------------------------------------------------------------------
Fri Jul 16 13:12:51 CEST 2021 - msuchanek@suse.de
- rpm/kernel-binary.spec.in: Do not install usrmerged kernel on Leap
(boo#1184804).
- commit 5b51131
-------------------------------------------------------------------
Thu Jul 15 18:47:58 CEST 2021 - mbrugger@suse.com

View File

@ -22,12 +22,12 @@
Name: kernel-syms
Summary: Kernel Symbol Versions (modversions)
License: GPL-2.0
License: GPL-2.0-only
Group: Development/Sources
Version: 5.13.7
%if %using_buildservice
%if 0%{?is_kotd}
Release: <RELEASE>.gb1bb2c4
Release: <RELEASE>.g6df6ad5
%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-b1bb2c49f82da7953f6d03cb74884ac9f3b115b5
Provides: %name-srchash-6df6ad55b8b45a304b216be8e4387d3715400106
Provides: multiversion(kernel)
Source: README.KSYMS
Requires: kernel-devel%variant = %version-%source_rel

View File

@ -22,7 +22,7 @@
Name: kernel-syms@VARIANT@
Summary: Kernel Symbol Versions (modversions)
License: GPL-2.0
License: GPL-2.0-only
Group: Development/Sources
Version: @RPMVERSION@
%if %using_buildservice

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Sun Aug 1 10:22:47 CEST 2021 - tiwai@suse.de
- scsi: sr: Return correct event when media event code is 3
(bsc#1188767 bsc#1188728).
- commit 5794a07
-------------------------------------------------------------------
Sat Jul 31 13:11:10 CEST 2021 - jslaby@suse.cz
@ -413,6 +420,15 @@ Thu Jul 29 06:01:22 CEST 2021 - jslaby@suse.cz
- skbuff: Fix build with SKB extensions disabled (bsc#1012628).
- commit b45358d
-------------------------------------------------------------------
Wed Jul 28 17:21:54 CEST 2021 - mkubecek@suse.cz
- use 3.0 SPDX identifier in rpm License tags
As requested by Maintenance, change rpm License tags from "GPL-2.0"
(SPDX 2.0) to "GPL-2.0-only" (SPDX 3.0) so that their scripts do not have
to adjust the tags with each maintenance update submission.
- commit f888e0b
-------------------------------------------------------------------
Wed Jul 28 11:51:15 CEST 2021 - msuchanek@suse.de
@ -1784,6 +1800,13 @@ Sun Jul 18 23:25:19 CEST 2021 - mkubecek@suse.cz
- patches.suse/arm64-dts-rockchip-Disable-CDN-DP-on-Pinebook-Pro.patch
- commit df2d619
-------------------------------------------------------------------
Fri Jul 16 13:12:51 CEST 2021 - msuchanek@suse.de
- rpm/kernel-binary.spec.in: Do not install usrmerged kernel on Leap
(boo#1184804).
- commit 5b51131
-------------------------------------------------------------------
Thu Jul 15 18:47:58 CEST 2021 - mbrugger@suse.com

View File

@ -70,11 +70,11 @@
Name: kernel-vanilla
Summary: The Standard Kernel - without any SUSE patches
License: GPL-2.0
License: GPL-2.0-only
Group: System/Kernel
Version: 5.13.7
%if 0%{?is_kotd}
Release: <RELEASE>.gb1bb2c4
Release: <RELEASE>.g6df6ad5
%else
Release: 0
%endif
@ -160,6 +160,12 @@ BuildRequires: dwarfextract
%ifarch %arm
BuildRequires: u-boot-tools
%endif
%if 0%{?usrmerged}
# make sure we have post-usrmerge filesystem package - tumbleweed started to set version recently
Conflicts: filesystem < 84
# this is the tumbleweed snapshot that introduced GCC 11 and supposedly usrmerge
Requires: suse-release > 20210602
%endif
Obsoletes: microcode_ctl
@ -185,10 +191,10 @@ Conflicts: hyper-v < 4
Conflicts: libc.so.6()(64bit)
%endif
Provides: kernel = %version-%source_rel
Provides: kernel-%build_flavor-base-srchash-b1bb2c49f82da7953f6d03cb74884ac9f3b115b5
Provides: kernel-srchash-b1bb2c49f82da7953f6d03cb74884ac9f3b115b5
Provides: kernel-%build_flavor-base-srchash-6df6ad55b8b45a304b216be8e4387d3715400106
Provides: kernel-srchash-6df6ad55b8b45a304b216be8e4387d3715400106
# END COMMON DEPS
Provides: %name-srchash-b1bb2c49f82da7953f6d03cb74884ac9f3b115b5
Provides: %name-srchash-6df6ad55b8b45a304b216be8e4387d3715400106
%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,10 @@
-------------------------------------------------------------------
Sun Aug 1 10:22:47 CEST 2021 - tiwai@suse.de
- scsi: sr: Return correct event when media event code is 3
(bsc#1188767 bsc#1188728).
- commit 5794a07
-------------------------------------------------------------------
Sat Jul 31 13:11:10 CEST 2021 - jslaby@suse.cz
@ -413,6 +420,15 @@ Thu Jul 29 06:01:22 CEST 2021 - jslaby@suse.cz
- skbuff: Fix build with SKB extensions disabled (bsc#1012628).
- commit b45358d
-------------------------------------------------------------------
Wed Jul 28 17:21:54 CEST 2021 - mkubecek@suse.cz
- use 3.0 SPDX identifier in rpm License tags
As requested by Maintenance, change rpm License tags from "GPL-2.0"
(SPDX 2.0) to "GPL-2.0-only" (SPDX 3.0) so that their scripts do not have
to adjust the tags with each maintenance update submission.
- commit f888e0b
-------------------------------------------------------------------
Wed Jul 28 11:51:15 CEST 2021 - msuchanek@suse.de
@ -1784,6 +1800,13 @@ Sun Jul 18 23:25:19 CEST 2021 - mkubecek@suse.cz
- patches.suse/arm64-dts-rockchip-Disable-CDN-DP-on-Pinebook-Pro.patch
- commit df2d619
-------------------------------------------------------------------
Fri Jul 16 13:12:51 CEST 2021 - msuchanek@suse.de
- rpm/kernel-binary.spec.in: Do not install usrmerged kernel on Leap
(boo#1184804).
- commit 5b51131
-------------------------------------------------------------------
Thu Jul 15 18:47:58 CEST 2021 - mbrugger@suse.com

View File

@ -70,11 +70,11 @@
Name: kernel-zfcpdump
Summary: The IBM System Z zfcpdump Kernel
License: GPL-2.0
License: GPL-2.0-only
Group: System/Kernel
Version: 5.13.7
%if 0%{?is_kotd}
Release: <RELEASE>.gb1bb2c4
Release: <RELEASE>.g6df6ad5
%else
Release: 0
%endif
@ -160,6 +160,12 @@ BuildRequires: dwarfextract
%ifarch %arm
BuildRequires: u-boot-tools
%endif
%if 0%{?usrmerged}
# make sure we have post-usrmerge filesystem package - tumbleweed started to set version recently
Conflicts: filesystem < 84
# this is the tumbleweed snapshot that introduced GCC 11 and supposedly usrmerge
Requires: suse-release > 20210602
%endif
Obsoletes: microcode_ctl
@ -185,10 +191,10 @@ Conflicts: hyper-v < 4
Conflicts: libc.so.6()(64bit)
%endif
Provides: kernel = %version-%source_rel
Provides: kernel-%build_flavor-base-srchash-b1bb2c49f82da7953f6d03cb74884ac9f3b115b5
Provides: kernel-srchash-b1bb2c49f82da7953f6d03cb74884ac9f3b115b5
Provides: kernel-%build_flavor-base-srchash-6df6ad55b8b45a304b216be8e4387d3715400106
Provides: kernel-srchash-6df6ad55b8b45a304b216be8e4387d3715400106
# END COMMON DEPS
Provides: %name-srchash-b1bb2c49f82da7953f6d03cb74884ac9f3b115b5
Provides: %name-srchash-6df6ad55b8b45a304b216be8e4387d3715400106
%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:a47119be50e87533c1e3ecdae1e42fd1d26db8f9fcd4be75dd68a4faa9ec9f11
size 60169
oid sha256:6842579826f8cb367b6514ed10e5a0f4d18bbe098441b66ed61037c6f581ad88
size 60773

View File

@ -1874,6 +1874,7 @@
patches.suse/mmc-sdhci-iproc-set-sdhci_quirk_cap_clock_base_broken-on-bcm2711.patch
patches.suse/pinctrl-bcm2835-accept-fewer-than-expected-irqs.patch
patches.suse/arm64-dts-rockchip-Disable-CDN-DP-on-Pinebook-Pro.patch
patches.suse/scsi-sr-Return-correct-event-when-media-event-code-i.patch
########################################################
# kbuild/module infrastructure fixes

View File

@ -1,3 +1,3 @@
2021-07-31 11:11:20 +0000
GIT Revision: b1bb2c49f82da7953f6d03cb74884ac9f3b115b5
2021-08-02 06:35:59 +0000
GIT Revision: 6df6ad55b8b45a304b216be8e4387d3715400106
GIT Branch: stable