commit aaf3b6a647990d34781dee7a7ac5998ce5da813e
OBS-URL: https://build.opensuse.org/package/show/Kernel:stable/kernel-source?expand=0&rev=1230
This commit is contained in:
parent
1852171ef6
commit
5e1a0b9346
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:491eb246ee357aec1bc198ea20f371230d692a33ec174398c58ea38caeec66ab
|
||||
size 239109
|
||||
oid sha256:5001edfd08e06ed50f39238ff2e2be43fdc504a20f9884d71b51f11b5834281d
|
||||
size 238173
|
||||
|
@ -776,6 +776,25 @@ Wed Jan 8 16:29:35 CET 2020 - tiwai@suse.de
|
||||
(CVE-2019-14896 bsc#1157157 CVE-2019-14897 bsc#1157155).
|
||||
- commit 434d4ff
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 8 07:44:32 CET 2020 - mkubecek@suse.cz
|
||||
|
||||
- config: fix pstore default compression options on 32-bit ARM
|
||||
Previous commit did not update arvm7hl and armv6hl configs properly and
|
||||
run_oldconfig.sh did not catch it as these architectures are disabled at
|
||||
the moment.
|
||||
- commit aaf3b6a
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 7 16:34:58 CET 2020 - msuchanek@suse.de
|
||||
|
||||
- Make lzo the default pstore compression method (bsc#1159986).
|
||||
Pstore has compression enabled, pstore is built-in, pstore default
|
||||
compression is deflate, deflate is modular -> pstore initialization
|
||||
fails on boot. Switch default compression to lzo which is built-in and
|
||||
the only built-in method on SLE15.
|
||||
- commit 4adf9f7
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 7 11:17:09 CET 2020 - tiwai@suse.de
|
||||
|
||||
|
@ -31,7 +31,7 @@
|
||||
Name: dtb-aarch64
|
||||
Version: 5.4.12
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.gcea1843
|
||||
Release: <RELEASE>.gaaf3b6a
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -776,6 +776,25 @@ Wed Jan 8 16:29:35 CET 2020 - tiwai@suse.de
|
||||
(CVE-2019-14896 bsc#1157157 CVE-2019-14897 bsc#1157155).
|
||||
- commit 434d4ff
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 8 07:44:32 CET 2020 - mkubecek@suse.cz
|
||||
|
||||
- config: fix pstore default compression options on 32-bit ARM
|
||||
Previous commit did not update arvm7hl and armv6hl configs properly and
|
||||
run_oldconfig.sh did not catch it as these architectures are disabled at
|
||||
the moment.
|
||||
- commit aaf3b6a
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 7 16:34:58 CET 2020 - msuchanek@suse.de
|
||||
|
||||
- Make lzo the default pstore compression method (bsc#1159986).
|
||||
Pstore has compression enabled, pstore is built-in, pstore default
|
||||
compression is deflate, deflate is modular -> pstore initialization
|
||||
fails on boot. Switch default compression to lzo which is built-in and
|
||||
the only built-in method on SLE15.
|
||||
- commit 4adf9f7
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 7 11:17:09 CET 2020 - tiwai@suse.de
|
||||
|
||||
|
@ -31,7 +31,7 @@
|
||||
Name: dtb-armv6l
|
||||
Version: 5.4.12
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.gcea1843
|
||||
Release: <RELEASE>.gaaf3b6a
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -776,6 +776,25 @@ Wed Jan 8 16:29:35 CET 2020 - tiwai@suse.de
|
||||
(CVE-2019-14896 bsc#1157157 CVE-2019-14897 bsc#1157155).
|
||||
- commit 434d4ff
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 8 07:44:32 CET 2020 - mkubecek@suse.cz
|
||||
|
||||
- config: fix pstore default compression options on 32-bit ARM
|
||||
Previous commit did not update arvm7hl and armv6hl configs properly and
|
||||
run_oldconfig.sh did not catch it as these architectures are disabled at
|
||||
the moment.
|
||||
- commit aaf3b6a
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 7 16:34:58 CET 2020 - msuchanek@suse.de
|
||||
|
||||
- Make lzo the default pstore compression method (bsc#1159986).
|
||||
Pstore has compression enabled, pstore is built-in, pstore default
|
||||
compression is deflate, deflate is modular -> pstore initialization
|
||||
fails on boot. Switch default compression to lzo which is built-in and
|
||||
the only built-in method on SLE15.
|
||||
- commit 4adf9f7
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 7 11:17:09 CET 2020 - tiwai@suse.de
|
||||
|
||||
|
@ -31,7 +31,7 @@
|
||||
Name: dtb-armv7l
|
||||
Version: 5.4.12
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.gcea1843
|
||||
Release: <RELEASE>.gaaf3b6a
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -776,6 +776,25 @@ Wed Jan 8 16:29:35 CET 2020 - tiwai@suse.de
|
||||
(CVE-2019-14896 bsc#1157157 CVE-2019-14897 bsc#1157155).
|
||||
- commit 434d4ff
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 8 07:44:32 CET 2020 - mkubecek@suse.cz
|
||||
|
||||
- config: fix pstore default compression options on 32-bit ARM
|
||||
Previous commit did not update arvm7hl and armv6hl configs properly and
|
||||
run_oldconfig.sh did not catch it as these architectures are disabled at
|
||||
the moment.
|
||||
- commit aaf3b6a
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 7 16:34:58 CET 2020 - msuchanek@suse.de
|
||||
|
||||
- Make lzo the default pstore compression method (bsc#1159986).
|
||||
Pstore has compression enabled, pstore is built-in, pstore default
|
||||
compression is deflate, deflate is modular -> pstore initialization
|
||||
fails on boot. Switch default compression to lzo which is built-in and
|
||||
the only built-in method on SLE15.
|
||||
- commit 4adf9f7
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 7 11:17:09 CET 2020 - tiwai@suse.de
|
||||
|
||||
|
@ -67,7 +67,7 @@ License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
Version: 5.4.12
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.gcea1843
|
||||
Release: <RELEASE>.gaaf3b6a
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
@ -172,10 +172,10 @@ Conflicts: hyper-v < 4
|
||||
Conflicts: libc.so.6()(64bit)
|
||||
%endif
|
||||
Provides: kernel = %version-%source_rel
|
||||
Provides: kernel-%build_flavor-base-srchash-cea1843884f2e835cc1fdd1077449080de297210
|
||||
Provides: kernel-srchash-cea1843884f2e835cc1fdd1077449080de297210
|
||||
Provides: kernel-%build_flavor-base-srchash-aaf3b6a647990d34781dee7a7ac5998ce5da813e
|
||||
Provides: kernel-srchash-aaf3b6a647990d34781dee7a7ac5998ce5da813e
|
||||
# END COMMON DEPS
|
||||
Provides: %name-srchash-cea1843884f2e835cc1fdd1077449080de297210
|
||||
Provides: %name-srchash-aaf3b6a647990d34781dee7a7ac5998ce5da813e
|
||||
%obsolete_rebuilds %name
|
||||
Source0: http://www.kernel.org/pub/linux/kernel/v5.x/linux-%srcversion.tar.xz
|
||||
Source2: source-post.sh
|
||||
|
@ -776,6 +776,25 @@ Wed Jan 8 16:29:35 CET 2020 - tiwai@suse.de
|
||||
(CVE-2019-14896 bsc#1157157 CVE-2019-14897 bsc#1157155).
|
||||
- commit 434d4ff
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 8 07:44:32 CET 2020 - mkubecek@suse.cz
|
||||
|
||||
- config: fix pstore default compression options on 32-bit ARM
|
||||
Previous commit did not update arvm7hl and armv6hl configs properly and
|
||||
run_oldconfig.sh did not catch it as these architectures are disabled at
|
||||
the moment.
|
||||
- commit aaf3b6a
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 7 16:34:58 CET 2020 - msuchanek@suse.de
|
||||
|
||||
- Make lzo the default pstore compression method (bsc#1159986).
|
||||
Pstore has compression enabled, pstore is built-in, pstore default
|
||||
compression is deflate, deflate is modular -> pstore initialization
|
||||
fails on boot. Switch default compression to lzo which is built-in and
|
||||
the only built-in method on SLE15.
|
||||
- commit 4adf9f7
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 7 11:17:09 CET 2020 - tiwai@suse.de
|
||||
|
||||
|
@ -67,7 +67,7 @@ License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
Version: 5.4.12
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.gcea1843
|
||||
Release: <RELEASE>.gaaf3b6a
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
@ -172,10 +172,10 @@ Conflicts: hyper-v < 4
|
||||
Conflicts: libc.so.6()(64bit)
|
||||
%endif
|
||||
Provides: kernel = %version-%source_rel
|
||||
Provides: kernel-%build_flavor-base-srchash-cea1843884f2e835cc1fdd1077449080de297210
|
||||
Provides: kernel-srchash-cea1843884f2e835cc1fdd1077449080de297210
|
||||
Provides: kernel-%build_flavor-base-srchash-aaf3b6a647990d34781dee7a7ac5998ce5da813e
|
||||
Provides: kernel-srchash-aaf3b6a647990d34781dee7a7ac5998ce5da813e
|
||||
# END COMMON DEPS
|
||||
Provides: %name-srchash-cea1843884f2e835cc1fdd1077449080de297210
|
||||
Provides: %name-srchash-aaf3b6a647990d34781dee7a7ac5998ce5da813e
|
||||
%ifarch ppc64
|
||||
Provides: kernel-kdump = 2.6.28
|
||||
Obsoletes: kernel-kdump <= 2.6.28
|
||||
|
@ -776,6 +776,25 @@ Wed Jan 8 16:29:35 CET 2020 - tiwai@suse.de
|
||||
(CVE-2019-14896 bsc#1157157 CVE-2019-14897 bsc#1157155).
|
||||
- commit 434d4ff
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 8 07:44:32 CET 2020 - mkubecek@suse.cz
|
||||
|
||||
- config: fix pstore default compression options on 32-bit ARM
|
||||
Previous commit did not update arvm7hl and armv6hl configs properly and
|
||||
run_oldconfig.sh did not catch it as these architectures are disabled at
|
||||
the moment.
|
||||
- commit aaf3b6a
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 7 16:34:58 CET 2020 - msuchanek@suse.de
|
||||
|
||||
- Make lzo the default pstore compression method (bsc#1159986).
|
||||
Pstore has compression enabled, pstore is built-in, pstore default
|
||||
compression is deflate, deflate is modular -> pstore initialization
|
||||
fails on boot. Switch default compression to lzo which is built-in and
|
||||
the only built-in method on SLE15.
|
||||
- commit 4adf9f7
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 7 11:17:09 CET 2020 - tiwai@suse.de
|
||||
|
||||
|
@ -67,7 +67,7 @@ License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
Version: 5.4.12
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.gcea1843
|
||||
Release: <RELEASE>.gaaf3b6a
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
@ -172,10 +172,10 @@ Conflicts: hyper-v < 4
|
||||
Conflicts: libc.so.6()(64bit)
|
||||
%endif
|
||||
Provides: kernel = %version-%source_rel
|
||||
Provides: kernel-%build_flavor-base-srchash-cea1843884f2e835cc1fdd1077449080de297210
|
||||
Provides: kernel-srchash-cea1843884f2e835cc1fdd1077449080de297210
|
||||
Provides: kernel-%build_flavor-base-srchash-aaf3b6a647990d34781dee7a7ac5998ce5da813e
|
||||
Provides: kernel-srchash-aaf3b6a647990d34781dee7a7ac5998ce5da813e
|
||||
# END COMMON DEPS
|
||||
Provides: %name-srchash-cea1843884f2e835cc1fdd1077449080de297210
|
||||
Provides: %name-srchash-aaf3b6a647990d34781dee7a7ac5998ce5da813e
|
||||
%ifarch %ix86
|
||||
Provides: kernel-smp = 2.6.17
|
||||
Obsoletes: kernel-smp <= 2.6.17
|
||||
|
@ -776,6 +776,25 @@ Wed Jan 8 16:29:35 CET 2020 - tiwai@suse.de
|
||||
(CVE-2019-14896 bsc#1157157 CVE-2019-14897 bsc#1157155).
|
||||
- commit 434d4ff
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 8 07:44:32 CET 2020 - mkubecek@suse.cz
|
||||
|
||||
- config: fix pstore default compression options on 32-bit ARM
|
||||
Previous commit did not update arvm7hl and armv6hl configs properly and
|
||||
run_oldconfig.sh did not catch it as these architectures are disabled at
|
||||
the moment.
|
||||
- commit aaf3b6a
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 7 16:34:58 CET 2020 - msuchanek@suse.de
|
||||
|
||||
- Make lzo the default pstore compression method (bsc#1159986).
|
||||
Pstore has compression enabled, pstore is built-in, pstore default
|
||||
compression is deflate, deflate is modular -> pstore initialization
|
||||
fails on boot. Switch default compression to lzo which is built-in and
|
||||
the only built-in method on SLE15.
|
||||
- commit 4adf9f7
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 7 11:17:09 CET 2020 - tiwai@suse.de
|
||||
|
||||
|
@ -33,7 +33,7 @@ License: GPL-2.0
|
||||
Group: Documentation/Man
|
||||
Version: 5.4.12
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.gcea1843
|
||||
Release: <RELEASE>.gaaf3b6a
|
||||
%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-cea1843884f2e835cc1fdd1077449080de297210
|
||||
Provides: %name-srchash-aaf3b6a647990d34781dee7a7ac5998ce5da813e
|
||||
BuildArch: noarch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
Source0: http://www.kernel.org/pub/linux/kernel/v5.x/linux-%srcversion.tar.xz
|
||||
|
@ -776,6 +776,25 @@ Wed Jan 8 16:29:35 CET 2020 - tiwai@suse.de
|
||||
(CVE-2019-14896 bsc#1157157 CVE-2019-14897 bsc#1157155).
|
||||
- commit 434d4ff
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 8 07:44:32 CET 2020 - mkubecek@suse.cz
|
||||
|
||||
- config: fix pstore default compression options on 32-bit ARM
|
||||
Previous commit did not update arvm7hl and armv6hl configs properly and
|
||||
run_oldconfig.sh did not catch it as these architectures are disabled at
|
||||
the moment.
|
||||
- commit aaf3b6a
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 7 16:34:58 CET 2020 - msuchanek@suse.de
|
||||
|
||||
- Make lzo the default pstore compression method (bsc#1159986).
|
||||
Pstore has compression enabled, pstore is built-in, pstore default
|
||||
compression is deflate, deflate is modular -> pstore initialization
|
||||
fails on boot. Switch default compression to lzo which is built-in and
|
||||
the only built-in method on SLE15.
|
||||
- commit 4adf9f7
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 7 11:17:09 CET 2020 - tiwai@suse.de
|
||||
|
||||
|
@ -67,7 +67,7 @@ License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
Version: 5.4.12
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.gcea1843
|
||||
Release: <RELEASE>.gaaf3b6a
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
@ -172,10 +172,10 @@ Conflicts: hyper-v < 4
|
||||
Conflicts: libc.so.6()(64bit)
|
||||
%endif
|
||||
Provides: kernel = %version-%source_rel
|
||||
Provides: kernel-%build_flavor-base-srchash-cea1843884f2e835cc1fdd1077449080de297210
|
||||
Provides: kernel-srchash-cea1843884f2e835cc1fdd1077449080de297210
|
||||
Provides: kernel-%build_flavor-base-srchash-aaf3b6a647990d34781dee7a7ac5998ce5da813e
|
||||
Provides: kernel-srchash-aaf3b6a647990d34781dee7a7ac5998ce5da813e
|
||||
# END COMMON DEPS
|
||||
Provides: %name-srchash-cea1843884f2e835cc1fdd1077449080de297210
|
||||
Provides: %name-srchash-aaf3b6a647990d34781dee7a7ac5998ce5da813e
|
||||
%obsolete_rebuilds %name
|
||||
Source0: http://www.kernel.org/pub/linux/kernel/v5.x/linux-%srcversion.tar.xz
|
||||
Source2: source-post.sh
|
||||
|
@ -776,6 +776,25 @@ Wed Jan 8 16:29:35 CET 2020 - tiwai@suse.de
|
||||
(CVE-2019-14896 bsc#1157157 CVE-2019-14897 bsc#1157155).
|
||||
- commit 434d4ff
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 8 07:44:32 CET 2020 - mkubecek@suse.cz
|
||||
|
||||
- config: fix pstore default compression options on 32-bit ARM
|
||||
Previous commit did not update arvm7hl and armv6hl configs properly and
|
||||
run_oldconfig.sh did not catch it as these architectures are disabled at
|
||||
the moment.
|
||||
- commit aaf3b6a
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 7 16:34:58 CET 2020 - msuchanek@suse.de
|
||||
|
||||
- Make lzo the default pstore compression method (bsc#1159986).
|
||||
Pstore has compression enabled, pstore is built-in, pstore default
|
||||
compression is deflate, deflate is modular -> pstore initialization
|
||||
fails on boot. Switch default compression to lzo which is built-in and
|
||||
the only built-in method on SLE15.
|
||||
- commit 4adf9f7
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 7 11:17:09 CET 2020 - tiwai@suse.de
|
||||
|
||||
|
@ -67,7 +67,7 @@ License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
Version: 5.4.12
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.gcea1843
|
||||
Release: <RELEASE>.gaaf3b6a
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
@ -172,10 +172,10 @@ Conflicts: hyper-v < 4
|
||||
Conflicts: libc.so.6()(64bit)
|
||||
%endif
|
||||
Provides: kernel = %version-%source_rel
|
||||
Provides: kernel-%build_flavor-base-srchash-cea1843884f2e835cc1fdd1077449080de297210
|
||||
Provides: kernel-srchash-cea1843884f2e835cc1fdd1077449080de297210
|
||||
Provides: kernel-%build_flavor-base-srchash-aaf3b6a647990d34781dee7a7ac5998ce5da813e
|
||||
Provides: kernel-srchash-aaf3b6a647990d34781dee7a7ac5998ce5da813e
|
||||
# END COMMON DEPS
|
||||
Provides: %name-srchash-cea1843884f2e835cc1fdd1077449080de297210
|
||||
Provides: %name-srchash-aaf3b6a647990d34781dee7a7ac5998ce5da813e
|
||||
%obsolete_rebuilds %name
|
||||
Source0: http://www.kernel.org/pub/linux/kernel/v5.x/linux-%srcversion.tar.xz
|
||||
Source2: source-post.sh
|
||||
|
@ -776,6 +776,25 @@ Wed Jan 8 16:29:35 CET 2020 - tiwai@suse.de
|
||||
(CVE-2019-14896 bsc#1157157 CVE-2019-14897 bsc#1157155).
|
||||
- commit 434d4ff
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 8 07:44:32 CET 2020 - mkubecek@suse.cz
|
||||
|
||||
- config: fix pstore default compression options on 32-bit ARM
|
||||
Previous commit did not update arvm7hl and armv6hl configs properly and
|
||||
run_oldconfig.sh did not catch it as these architectures are disabled at
|
||||
the moment.
|
||||
- commit aaf3b6a
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 7 16:34:58 CET 2020 - msuchanek@suse.de
|
||||
|
||||
- Make lzo the default pstore compression method (bsc#1159986).
|
||||
Pstore has compression enabled, pstore is built-in, pstore default
|
||||
compression is deflate, deflate is modular -> pstore initialization
|
||||
fails on boot. Switch default compression to lzo which is built-in and
|
||||
the only built-in method on SLE15.
|
||||
- commit 4adf9f7
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 7 11:17:09 CET 2020 - tiwai@suse.de
|
||||
|
||||
|
@ -45,7 +45,7 @@ BuildRequires: util-linux
|
||||
%endif
|
||||
%endif
|
||||
%endif
|
||||
BuildRequires: kernel%kernel_flavor-srchash-cea1843884f2e835cc1fdd1077449080de297210
|
||||
BuildRequires: kernel%kernel_flavor-srchash-aaf3b6a647990d34781dee7a7ac5998ce5da813e
|
||||
|
||||
%if 0%{?rhel_version}
|
||||
BuildRequires: kernel
|
||||
@ -66,7 +66,7 @@ License: GPL-2.0
|
||||
Group: SLES
|
||||
Version: 5.4.12
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.gcea1843
|
||||
Release: <RELEASE>.gaaf3b6a
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -776,6 +776,25 @@ Wed Jan 8 16:29:35 CET 2020 - tiwai@suse.de
|
||||
(CVE-2019-14896 bsc#1157157 CVE-2019-14897 bsc#1157155).
|
||||
- commit 434d4ff
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 8 07:44:32 CET 2020 - mkubecek@suse.cz
|
||||
|
||||
- config: fix pstore default compression options on 32-bit ARM
|
||||
Previous commit did not update arvm7hl and armv6hl configs properly and
|
||||
run_oldconfig.sh did not catch it as these architectures are disabled at
|
||||
the moment.
|
||||
- commit aaf3b6a
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 7 16:34:58 CET 2020 - msuchanek@suse.de
|
||||
|
||||
- Make lzo the default pstore compression method (bsc#1159986).
|
||||
Pstore has compression enabled, pstore is built-in, pstore default
|
||||
compression is deflate, deflate is modular -> pstore initialization
|
||||
fails on boot. Switch default compression to lzo which is built-in and
|
||||
the only built-in method on SLE15.
|
||||
- commit 4adf9f7
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 7 11:17:09 CET 2020 - tiwai@suse.de
|
||||
|
||||
|
@ -38,7 +38,7 @@ License: GPL-2.0
|
||||
Group: SLES
|
||||
Version: 5.4.12
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.gcea1843
|
||||
Release: <RELEASE>.gaaf3b6a
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -776,6 +776,25 @@ Wed Jan 8 16:29:35 CET 2020 - tiwai@suse.de
|
||||
(CVE-2019-14896 bsc#1157157 CVE-2019-14897 bsc#1157155).
|
||||
- commit 434d4ff
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 8 07:44:32 CET 2020 - mkubecek@suse.cz
|
||||
|
||||
- config: fix pstore default compression options on 32-bit ARM
|
||||
Previous commit did not update arvm7hl and armv6hl configs properly and
|
||||
run_oldconfig.sh did not catch it as these architectures are disabled at
|
||||
the moment.
|
||||
- commit aaf3b6a
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 7 16:34:58 CET 2020 - msuchanek@suse.de
|
||||
|
||||
- Make lzo the default pstore compression method (bsc#1159986).
|
||||
Pstore has compression enabled, pstore is built-in, pstore default
|
||||
compression is deflate, deflate is modular -> pstore initialization
|
||||
fails on boot. Switch default compression to lzo which is built-in and
|
||||
the only built-in method on SLE15.
|
||||
- commit 4adf9f7
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 7 11:17:09 CET 2020 - tiwai@suse.de
|
||||
|
||||
|
@ -67,7 +67,7 @@ License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
Version: 5.4.12
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.gcea1843
|
||||
Release: <RELEASE>.gaaf3b6a
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
@ -172,10 +172,10 @@ Conflicts: hyper-v < 4
|
||||
Conflicts: libc.so.6()(64bit)
|
||||
%endif
|
||||
Provides: kernel = %version-%source_rel
|
||||
Provides: kernel-%build_flavor-base-srchash-cea1843884f2e835cc1fdd1077449080de297210
|
||||
Provides: kernel-srchash-cea1843884f2e835cc1fdd1077449080de297210
|
||||
Provides: kernel-%build_flavor-base-srchash-aaf3b6a647990d34781dee7a7ac5998ce5da813e
|
||||
Provides: kernel-srchash-aaf3b6a647990d34781dee7a7ac5998ce5da813e
|
||||
# END COMMON DEPS
|
||||
Provides: %name-srchash-cea1843884f2e835cc1fdd1077449080de297210
|
||||
Provides: %name-srchash-aaf3b6a647990d34781dee7a7ac5998ce5da813e
|
||||
%ifarch %ix86
|
||||
Provides: kernel-bigsmp = 2.6.17
|
||||
Obsoletes: kernel-bigsmp <= 2.6.17
|
||||
|
@ -776,6 +776,25 @@ Wed Jan 8 16:29:35 CET 2020 - tiwai@suse.de
|
||||
(CVE-2019-14896 bsc#1157157 CVE-2019-14897 bsc#1157155).
|
||||
- commit 434d4ff
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 8 07:44:32 CET 2020 - mkubecek@suse.cz
|
||||
|
||||
- config: fix pstore default compression options on 32-bit ARM
|
||||
Previous commit did not update arvm7hl and armv6hl configs properly and
|
||||
run_oldconfig.sh did not catch it as these architectures are disabled at
|
||||
the moment.
|
||||
- commit aaf3b6a
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 7 16:34:58 CET 2020 - msuchanek@suse.de
|
||||
|
||||
- Make lzo the default pstore compression method (bsc#1159986).
|
||||
Pstore has compression enabled, pstore is built-in, pstore default
|
||||
compression is deflate, deflate is modular -> pstore initialization
|
||||
fails on boot. Switch default compression to lzo which is built-in and
|
||||
the only built-in method on SLE15.
|
||||
- commit 4adf9f7
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 7 11:17:09 CET 2020 - tiwai@suse.de
|
||||
|
||||
|
@ -32,7 +32,7 @@ License: GPL-2.0
|
||||
Group: Development/Sources
|
||||
Version: 5.4.12
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.gcea1843
|
||||
Release: <RELEASE>.gaaf3b6a
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
@ -43,7 +43,7 @@ BuildRequires: fdupes
|
||||
BuildRequires: sed
|
||||
Requires(post): coreutils sed
|
||||
Provides: %name = %version-%source_rel
|
||||
Provides: %name-srchash-cea1843884f2e835cc1fdd1077449080de297210
|
||||
Provides: %name-srchash-aaf3b6a647990d34781dee7a7ac5998ce5da813e
|
||||
Provides: linux
|
||||
Provides: multiversion(kernel)
|
||||
Source0: http://www.kernel.org/pub/linux/kernel/v5.x/linux-%srcversion.tar.xz
|
||||
|
@ -776,6 +776,25 @@ Wed Jan 8 16:29:35 CET 2020 - tiwai@suse.de
|
||||
(CVE-2019-14896 bsc#1157157 CVE-2019-14897 bsc#1157155).
|
||||
- commit 434d4ff
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 8 07:44:32 CET 2020 - mkubecek@suse.cz
|
||||
|
||||
- config: fix pstore default compression options on 32-bit ARM
|
||||
Previous commit did not update arvm7hl and armv6hl configs properly and
|
||||
run_oldconfig.sh did not catch it as these architectures are disabled at
|
||||
the moment.
|
||||
- commit aaf3b6a
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 7 16:34:58 CET 2020 - msuchanek@suse.de
|
||||
|
||||
- Make lzo the default pstore compression method (bsc#1159986).
|
||||
Pstore has compression enabled, pstore is built-in, pstore default
|
||||
compression is deflate, deflate is modular -> pstore initialization
|
||||
fails on boot. Switch default compression to lzo which is built-in and
|
||||
the only built-in method on SLE15.
|
||||
- commit 4adf9f7
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 7 11:17:09 CET 2020 - tiwai@suse.de
|
||||
|
||||
|
@ -27,7 +27,7 @@ Group: Development/Sources
|
||||
Version: 5.4.12
|
||||
%if %using_buildservice
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.gcea1843
|
||||
Release: <RELEASE>.gaaf3b6a
|
||||
%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-cea1843884f2e835cc1fdd1077449080de297210
|
||||
Provides: %name-srchash-aaf3b6a647990d34781dee7a7ac5998ce5da813e
|
||||
Provides: multiversion(kernel)
|
||||
Source: README.KSYMS
|
||||
Requires: kernel-devel%variant = %version-%source_rel
|
||||
|
@ -776,6 +776,25 @@ Wed Jan 8 16:29:35 CET 2020 - tiwai@suse.de
|
||||
(CVE-2019-14896 bsc#1157157 CVE-2019-14897 bsc#1157155).
|
||||
- commit 434d4ff
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 8 07:44:32 CET 2020 - mkubecek@suse.cz
|
||||
|
||||
- config: fix pstore default compression options on 32-bit ARM
|
||||
Previous commit did not update arvm7hl and armv6hl configs properly and
|
||||
run_oldconfig.sh did not catch it as these architectures are disabled at
|
||||
the moment.
|
||||
- commit aaf3b6a
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 7 16:34:58 CET 2020 - msuchanek@suse.de
|
||||
|
||||
- Make lzo the default pstore compression method (bsc#1159986).
|
||||
Pstore has compression enabled, pstore is built-in, pstore default
|
||||
compression is deflate, deflate is modular -> pstore initialization
|
||||
fails on boot. Switch default compression to lzo which is built-in and
|
||||
the only built-in method on SLE15.
|
||||
- commit 4adf9f7
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 7 11:17:09 CET 2020 - tiwai@suse.de
|
||||
|
||||
|
@ -67,7 +67,7 @@ License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
Version: 5.4.12
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.gcea1843
|
||||
Release: <RELEASE>.gaaf3b6a
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
@ -172,10 +172,10 @@ Conflicts: hyper-v < 4
|
||||
Conflicts: libc.so.6()(64bit)
|
||||
%endif
|
||||
Provides: kernel = %version-%source_rel
|
||||
Provides: kernel-%build_flavor-base-srchash-cea1843884f2e835cc1fdd1077449080de297210
|
||||
Provides: kernel-srchash-cea1843884f2e835cc1fdd1077449080de297210
|
||||
Provides: kernel-%build_flavor-base-srchash-aaf3b6a647990d34781dee7a7ac5998ce5da813e
|
||||
Provides: kernel-srchash-aaf3b6a647990d34781dee7a7ac5998ce5da813e
|
||||
# END COMMON DEPS
|
||||
Provides: %name-srchash-cea1843884f2e835cc1fdd1077449080de297210
|
||||
Provides: %name-srchash-aaf3b6a647990d34781dee7a7ac5998ce5da813e
|
||||
%obsolete_rebuilds %name
|
||||
Source0: http://www.kernel.org/pub/linux/kernel/v5.x/linux-%srcversion.tar.xz
|
||||
Source2: source-post.sh
|
||||
|
@ -776,6 +776,25 @@ Wed Jan 8 16:29:35 CET 2020 - tiwai@suse.de
|
||||
(CVE-2019-14896 bsc#1157157 CVE-2019-14897 bsc#1157155).
|
||||
- commit 434d4ff
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 8 07:44:32 CET 2020 - mkubecek@suse.cz
|
||||
|
||||
- config: fix pstore default compression options on 32-bit ARM
|
||||
Previous commit did not update arvm7hl and armv6hl configs properly and
|
||||
run_oldconfig.sh did not catch it as these architectures are disabled at
|
||||
the moment.
|
||||
- commit aaf3b6a
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 7 16:34:58 CET 2020 - msuchanek@suse.de
|
||||
|
||||
- Make lzo the default pstore compression method (bsc#1159986).
|
||||
Pstore has compression enabled, pstore is built-in, pstore default
|
||||
compression is deflate, deflate is modular -> pstore initialization
|
||||
fails on boot. Switch default compression to lzo which is built-in and
|
||||
the only built-in method on SLE15.
|
||||
- commit 4adf9f7
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 7 11:17:09 CET 2020 - tiwai@suse.de
|
||||
|
||||
|
@ -67,7 +67,7 @@ License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
Version: 5.4.12
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.gcea1843
|
||||
Release: <RELEASE>.gaaf3b6a
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
@ -172,10 +172,10 @@ Conflicts: hyper-v < 4
|
||||
Conflicts: libc.so.6()(64bit)
|
||||
%endif
|
||||
Provides: kernel = %version-%source_rel
|
||||
Provides: kernel-%build_flavor-base-srchash-cea1843884f2e835cc1fdd1077449080de297210
|
||||
Provides: kernel-srchash-cea1843884f2e835cc1fdd1077449080de297210
|
||||
Provides: kernel-%build_flavor-base-srchash-aaf3b6a647990d34781dee7a7ac5998ce5da813e
|
||||
Provides: kernel-srchash-aaf3b6a647990d34781dee7a7ac5998ce5da813e
|
||||
# END COMMON DEPS
|
||||
Provides: %name-srchash-cea1843884f2e835cc1fdd1077449080de297210
|
||||
Provides: %name-srchash-aaf3b6a647990d34781dee7a7ac5998ce5da813e
|
||||
%obsolete_rebuilds %name
|
||||
Source0: http://www.kernel.org/pub/linux/kernel/v5.x/linux-%srcversion.tar.xz
|
||||
Source2: source-post.sh
|
||||
|
@ -1,3 +1,3 @@
|
||||
2020-01-16 08:38:59 +0000
|
||||
GIT Revision: cea1843884f2e835cc1fdd1077449080de297210
|
||||
2020-01-16 12:53:57 +0000
|
||||
GIT Revision: aaf3b6a647990d34781dee7a7ac5998ce5da813e
|
||||
GIT Branch: stable
|
||||
|
Loading…
Reference in New Issue
Block a user