commit 63116abfd4836bbf5ecebc628f11cf3bfa02309f

OBS-URL: https://build.opensuse.org/package/show/Kernel:stable/kernel-source?expand=0&rev=1297
This commit is contained in:
Jiri Slaby 2020-04-30 12:07:13 +00:00 committed by Git OBS Bridge
parent 004846f11b
commit c7fdf6a37f
36 changed files with 370 additions and 49 deletions

View File

@ -8,8 +8,8 @@
# kernel-binary and kernel-source rely on this # kernel-binary and kernel-source rely on this
# #
+i386 i386/default
+i386 i386/pae +i386 i386/pae
+i386 i386/default
+i386 -syms i386/debug +i386 -syms i386/debug
+i386 i386/vanilla +i386 i386/vanilla

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Apr 30 12:47:01 CEST 2020 - jslaby@suse.cz
- Revert "ext4: make dioread_nolock the default" (bnc#1169774).
- commit 63116ab
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Apr 29 21:46:49 CEST 2020 - jslaby@suse.cz Wed Apr 29 21:46:49 CEST 2020 - jslaby@suse.cz
@ -594,6 +600,20 @@ Sat Apr 25 08:52:40 CEST 2020 - jslaby@suse.cz
detection on insertion (bnc#1012628). detection on insertion (bnc#1012628).
- commit 94f4e94 - commit 94f4e94
-------------------------------------------------------------------
Wed Apr 22 09:14:10 CEST 2020 - mkubecek@suse.cz
- config.conf: fix order of i386 flavors
Unlike on other architectures, i386/pae is the basic config and others,
including i386/default are diffs against it. With i386/default listed
first, it is also processed first by run_oldconfig.sh so that if there
is a new config option, it is added to i386/default (as it's not present
in i386/pae yet) even if the value is going to be the same as in
i386/pae. To get stable result, one needs to run run_oldconfig.sh twice.
Swat the two entries so that i386/pae is updated first and i386/default
is created as a diff against already updated i386/pae.
- commit 17dfd53
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Apr 22 06:15:55 CEST 2020 - jslaby@suse.cz Wed Apr 22 06:15:55 CEST 2020 - jslaby@suse.cz

View File

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

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Apr 30 12:47:01 CEST 2020 - jslaby@suse.cz
- Revert "ext4: make dioread_nolock the default" (bnc#1169774).
- commit 63116ab
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Apr 29 21:46:49 CEST 2020 - jslaby@suse.cz Wed Apr 29 21:46:49 CEST 2020 - jslaby@suse.cz
@ -594,6 +600,20 @@ Sat Apr 25 08:52:40 CEST 2020 - jslaby@suse.cz
detection on insertion (bnc#1012628). detection on insertion (bnc#1012628).
- commit 94f4e94 - commit 94f4e94
-------------------------------------------------------------------
Wed Apr 22 09:14:10 CEST 2020 - mkubecek@suse.cz
- config.conf: fix order of i386 flavors
Unlike on other architectures, i386/pae is the basic config and others,
including i386/default are diffs against it. With i386/default listed
first, it is also processed first by run_oldconfig.sh so that if there
is a new config option, it is added to i386/default (as it's not present
in i386/pae yet) even if the value is going to be the same as in
i386/pae. To get stable result, one needs to run run_oldconfig.sh twice.
Swat the two entries so that i386/pae is updated first and i386/default
is created as a diff against already updated i386/pae.
- commit 17dfd53
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Apr 22 06:15:55 CEST 2020 - jslaby@suse.cz Wed Apr 22 06:15:55 CEST 2020 - jslaby@suse.cz

View File

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

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Apr 30 12:47:01 CEST 2020 - jslaby@suse.cz
- Revert "ext4: make dioread_nolock the default" (bnc#1169774).
- commit 63116ab
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Apr 29 21:46:49 CEST 2020 - jslaby@suse.cz Wed Apr 29 21:46:49 CEST 2020 - jslaby@suse.cz
@ -594,6 +600,20 @@ Sat Apr 25 08:52:40 CEST 2020 - jslaby@suse.cz
detection on insertion (bnc#1012628). detection on insertion (bnc#1012628).
- commit 94f4e94 - commit 94f4e94
-------------------------------------------------------------------
Wed Apr 22 09:14:10 CEST 2020 - mkubecek@suse.cz
- config.conf: fix order of i386 flavors
Unlike on other architectures, i386/pae is the basic config and others,
including i386/default are diffs against it. With i386/default listed
first, it is also processed first by run_oldconfig.sh so that if there
is a new config option, it is added to i386/default (as it's not present
in i386/pae yet) even if the value is going to be the same as in
i386/pae. To get stable result, one needs to run run_oldconfig.sh twice.
Swat the two entries so that i386/pae is updated first and i386/default
is created as a diff against already updated i386/pae.
- commit 17dfd53
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Apr 22 06:15:55 CEST 2020 - jslaby@suse.cz Wed Apr 22 06:15:55 CEST 2020 - jslaby@suse.cz

View File

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

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Apr 30 12:47:01 CEST 2020 - jslaby@suse.cz
- Revert "ext4: make dioread_nolock the default" (bnc#1169774).
- commit 63116ab
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Apr 29 21:46:49 CEST 2020 - jslaby@suse.cz Wed Apr 29 21:46:49 CEST 2020 - jslaby@suse.cz
@ -594,6 +600,20 @@ Sat Apr 25 08:52:40 CEST 2020 - jslaby@suse.cz
detection on insertion (bnc#1012628). detection on insertion (bnc#1012628).
- commit 94f4e94 - commit 94f4e94
-------------------------------------------------------------------
Wed Apr 22 09:14:10 CEST 2020 - mkubecek@suse.cz
- config.conf: fix order of i386 flavors
Unlike on other architectures, i386/pae is the basic config and others,
including i386/default are diffs against it. With i386/default listed
first, it is also processed first by run_oldconfig.sh so that if there
is a new config option, it is added to i386/default (as it's not present
in i386/pae yet) even if the value is going to be the same as in
i386/pae. To get stable result, one needs to run run_oldconfig.sh twice.
Swat the two entries so that i386/pae is updated first and i386/default
is created as a diff against already updated i386/pae.
- commit 17dfd53
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Apr 22 06:15:55 CEST 2020 - jslaby@suse.cz Wed Apr 22 06:15:55 CEST 2020 - jslaby@suse.cz

View File

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

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Apr 30 12:47:01 CEST 2020 - jslaby@suse.cz
- Revert "ext4: make dioread_nolock the default" (bnc#1169774).
- commit 63116ab
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Apr 29 21:46:49 CEST 2020 - jslaby@suse.cz Wed Apr 29 21:46:49 CEST 2020 - jslaby@suse.cz
@ -594,6 +600,20 @@ Sat Apr 25 08:52:40 CEST 2020 - jslaby@suse.cz
detection on insertion (bnc#1012628). detection on insertion (bnc#1012628).
- commit 94f4e94 - commit 94f4e94
-------------------------------------------------------------------
Wed Apr 22 09:14:10 CEST 2020 - mkubecek@suse.cz
- config.conf: fix order of i386 flavors
Unlike on other architectures, i386/pae is the basic config and others,
including i386/default are diffs against it. With i386/default listed
first, it is also processed first by run_oldconfig.sh so that if there
is a new config option, it is added to i386/default (as it's not present
in i386/pae yet) even if the value is going to be the same as in
i386/pae. To get stable result, one needs to run run_oldconfig.sh twice.
Swat the two entries so that i386/pae is updated first and i386/default
is created as a diff against already updated i386/pae.
- commit 17dfd53
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Apr 22 06:15:55 CEST 2020 - jslaby@suse.cz Wed Apr 22 06:15:55 CEST 2020 - jslaby@suse.cz

View File

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

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Apr 30 12:47:01 CEST 2020 - jslaby@suse.cz
- Revert "ext4: make dioread_nolock the default" (bnc#1169774).
- commit 63116ab
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Apr 29 21:46:49 CEST 2020 - jslaby@suse.cz Wed Apr 29 21:46:49 CEST 2020 - jslaby@suse.cz
@ -594,6 +600,20 @@ Sat Apr 25 08:52:40 CEST 2020 - jslaby@suse.cz
detection on insertion (bnc#1012628). detection on insertion (bnc#1012628).
- commit 94f4e94 - commit 94f4e94
-------------------------------------------------------------------
Wed Apr 22 09:14:10 CEST 2020 - mkubecek@suse.cz
- config.conf: fix order of i386 flavors
Unlike on other architectures, i386/pae is the basic config and others,
including i386/default are diffs against it. With i386/default listed
first, it is also processed first by run_oldconfig.sh so that if there
is a new config option, it is added to i386/default (as it's not present
in i386/pae yet) even if the value is going to be the same as in
i386/pae. To get stable result, one needs to run run_oldconfig.sh twice.
Swat the two entries so that i386/pae is updated first and i386/default
is created as a diff against already updated i386/pae.
- commit 17dfd53
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Apr 22 06:15:55 CEST 2020 - jslaby@suse.cz Wed Apr 22 06:15:55 CEST 2020 - jslaby@suse.cz

View File

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

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Apr 30 12:47:01 CEST 2020 - jslaby@suse.cz
- Revert "ext4: make dioread_nolock the default" (bnc#1169774).
- commit 63116ab
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Apr 29 21:46:49 CEST 2020 - jslaby@suse.cz Wed Apr 29 21:46:49 CEST 2020 - jslaby@suse.cz
@ -594,6 +600,20 @@ Sat Apr 25 08:52:40 CEST 2020 - jslaby@suse.cz
detection on insertion (bnc#1012628). detection on insertion (bnc#1012628).
- commit 94f4e94 - commit 94f4e94
-------------------------------------------------------------------
Wed Apr 22 09:14:10 CEST 2020 - mkubecek@suse.cz
- config.conf: fix order of i386 flavors
Unlike on other architectures, i386/pae is the basic config and others,
including i386/default are diffs against it. With i386/default listed
first, it is also processed first by run_oldconfig.sh so that if there
is a new config option, it is added to i386/default (as it's not present
in i386/pae yet) even if the value is going to be the same as in
i386/pae. To get stable result, one needs to run run_oldconfig.sh twice.
Swat the two entries so that i386/pae is updated first and i386/default
is created as a diff against already updated i386/pae.
- commit 17dfd53
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Apr 22 06:15:55 CEST 2020 - jslaby@suse.cz Wed Apr 22 06:15:55 CEST 2020 - jslaby@suse.cz

View File

@ -33,7 +33,7 @@ License: GPL-2.0
Group: Documentation/Man Group: Documentation/Man
Version: 5.6.8 Version: 5.6.8
%if 0%{?is_kotd} %if 0%{?is_kotd}
Release: <RELEASE>.g58238cd Release: <RELEASE>.g63116ab
%else %else
Release: 0 Release: 0
%endif %endif
@ -63,7 +63,7 @@ BuildRequires: texlive-zapfding
%endif %endif
Url: http://www.kernel.org/ Url: http://www.kernel.org/
Provides: %name = %version-%source_rel Provides: %name = %version-%source_rel
Provides: %name-srchash-58238cd7e4b186a30310a2fde9b45081fee829ad Provides: %name-srchash-63116abfd4836bbf5ecebc628f11cf3bfa02309f
BuildArch: noarch BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
Source0: http://www.kernel.org/pub/linux/kernel/v5.x/linux-%srcversion.tar.xz Source0: http://www.kernel.org/pub/linux/kernel/v5.x/linux-%srcversion.tar.xz

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Apr 30 12:47:01 CEST 2020 - jslaby@suse.cz
- Revert "ext4: make dioread_nolock the default" (bnc#1169774).
- commit 63116ab
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Apr 29 21:46:49 CEST 2020 - jslaby@suse.cz Wed Apr 29 21:46:49 CEST 2020 - jslaby@suse.cz
@ -594,6 +600,20 @@ Sat Apr 25 08:52:40 CEST 2020 - jslaby@suse.cz
detection on insertion (bnc#1012628). detection on insertion (bnc#1012628).
- commit 94f4e94 - commit 94f4e94
-------------------------------------------------------------------
Wed Apr 22 09:14:10 CEST 2020 - mkubecek@suse.cz
- config.conf: fix order of i386 flavors
Unlike on other architectures, i386/pae is the basic config and others,
including i386/default are diffs against it. With i386/default listed
first, it is also processed first by run_oldconfig.sh so that if there
is a new config option, it is added to i386/default (as it's not present
in i386/pae yet) even if the value is going to be the same as in
i386/pae. To get stable result, one needs to run run_oldconfig.sh twice.
Swat the two entries so that i386/pae is updated first and i386/default
is created as a diff against already updated i386/pae.
- commit 17dfd53
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Apr 22 06:15:55 CEST 2020 - jslaby@suse.cz Wed Apr 22 06:15:55 CEST 2020 - jslaby@suse.cz

View File

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

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Apr 30 12:47:01 CEST 2020 - jslaby@suse.cz
- Revert "ext4: make dioread_nolock the default" (bnc#1169774).
- commit 63116ab
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Apr 29 21:46:49 CEST 2020 - jslaby@suse.cz Wed Apr 29 21:46:49 CEST 2020 - jslaby@suse.cz
@ -594,6 +600,20 @@ Sat Apr 25 08:52:40 CEST 2020 - jslaby@suse.cz
detection on insertion (bnc#1012628). detection on insertion (bnc#1012628).
- commit 94f4e94 - commit 94f4e94
-------------------------------------------------------------------
Wed Apr 22 09:14:10 CEST 2020 - mkubecek@suse.cz
- config.conf: fix order of i386 flavors
Unlike on other architectures, i386/pae is the basic config and others,
including i386/default are diffs against it. With i386/default listed
first, it is also processed first by run_oldconfig.sh so that if there
is a new config option, it is added to i386/default (as it's not present
in i386/pae yet) even if the value is going to be the same as in
i386/pae. To get stable result, one needs to run run_oldconfig.sh twice.
Swat the two entries so that i386/pae is updated first and i386/default
is created as a diff against already updated i386/pae.
- commit 17dfd53
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Apr 22 06:15:55 CEST 2020 - jslaby@suse.cz Wed Apr 22 06:15:55 CEST 2020 - jslaby@suse.cz

View File

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

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Apr 30 12:47:01 CEST 2020 - jslaby@suse.cz
- Revert "ext4: make dioread_nolock the default" (bnc#1169774).
- commit 63116ab
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Apr 29 21:46:49 CEST 2020 - jslaby@suse.cz Wed Apr 29 21:46:49 CEST 2020 - jslaby@suse.cz
@ -594,6 +600,20 @@ Sat Apr 25 08:52:40 CEST 2020 - jslaby@suse.cz
detection on insertion (bnc#1012628). detection on insertion (bnc#1012628).
- commit 94f4e94 - commit 94f4e94
-------------------------------------------------------------------
Wed Apr 22 09:14:10 CEST 2020 - mkubecek@suse.cz
- config.conf: fix order of i386 flavors
Unlike on other architectures, i386/pae is the basic config and others,
including i386/default are diffs against it. With i386/default listed
first, it is also processed first by run_oldconfig.sh so that if there
is a new config option, it is added to i386/default (as it's not present
in i386/pae yet) even if the value is going to be the same as in
i386/pae. To get stable result, one needs to run run_oldconfig.sh twice.
Swat the two entries so that i386/pae is updated first and i386/default
is created as a diff against already updated i386/pae.
- commit 17dfd53
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Apr 22 06:15:55 CEST 2020 - jslaby@suse.cz Wed Apr 22 06:15:55 CEST 2020 - jslaby@suse.cz

View File

@ -45,7 +45,7 @@ BuildRequires: util-linux
%endif %endif
%endif %endif
%endif %endif
BuildRequires: kernel%kernel_flavor-srchash-58238cd7e4b186a30310a2fde9b45081fee829ad BuildRequires: kernel%kernel_flavor-srchash-63116abfd4836bbf5ecebc628f11cf3bfa02309f
%if 0%{?rhel_version} %if 0%{?rhel_version}
BuildRequires: kernel BuildRequires: kernel
@ -66,7 +66,7 @@ License: GPL-2.0
Group: SLES Group: SLES
Version: 5.6.8 Version: 5.6.8
%if 0%{?is_kotd} %if 0%{?is_kotd}
Release: <RELEASE>.g58238cd Release: <RELEASE>.g63116ab
%else %else
Release: 0 Release: 0
%endif %endif

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Apr 30 12:47:01 CEST 2020 - jslaby@suse.cz
- Revert "ext4: make dioread_nolock the default" (bnc#1169774).
- commit 63116ab
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Apr 29 21:46:49 CEST 2020 - jslaby@suse.cz Wed Apr 29 21:46:49 CEST 2020 - jslaby@suse.cz
@ -594,6 +600,20 @@ Sat Apr 25 08:52:40 CEST 2020 - jslaby@suse.cz
detection on insertion (bnc#1012628). detection on insertion (bnc#1012628).
- commit 94f4e94 - commit 94f4e94
-------------------------------------------------------------------
Wed Apr 22 09:14:10 CEST 2020 - mkubecek@suse.cz
- config.conf: fix order of i386 flavors
Unlike on other architectures, i386/pae is the basic config and others,
including i386/default are diffs against it. With i386/default listed
first, it is also processed first by run_oldconfig.sh so that if there
is a new config option, it is added to i386/default (as it's not present
in i386/pae yet) even if the value is going to be the same as in
i386/pae. To get stable result, one needs to run run_oldconfig.sh twice.
Swat the two entries so that i386/pae is updated first and i386/default
is created as a diff against already updated i386/pae.
- commit 17dfd53
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Apr 22 06:15:55 CEST 2020 - jslaby@suse.cz Wed Apr 22 06:15:55 CEST 2020 - jslaby@suse.cz

View File

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

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Apr 30 12:47:01 CEST 2020 - jslaby@suse.cz
- Revert "ext4: make dioread_nolock the default" (bnc#1169774).
- commit 63116ab
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Apr 29 21:46:49 CEST 2020 - jslaby@suse.cz Wed Apr 29 21:46:49 CEST 2020 - jslaby@suse.cz
@ -594,6 +600,20 @@ Sat Apr 25 08:52:40 CEST 2020 - jslaby@suse.cz
detection on insertion (bnc#1012628). detection on insertion (bnc#1012628).
- commit 94f4e94 - commit 94f4e94
-------------------------------------------------------------------
Wed Apr 22 09:14:10 CEST 2020 - mkubecek@suse.cz
- config.conf: fix order of i386 flavors
Unlike on other architectures, i386/pae is the basic config and others,
including i386/default are diffs against it. With i386/default listed
first, it is also processed first by run_oldconfig.sh so that if there
is a new config option, it is added to i386/default (as it's not present
in i386/pae yet) even if the value is going to be the same as in
i386/pae. To get stable result, one needs to run run_oldconfig.sh twice.
Swat the two entries so that i386/pae is updated first and i386/default
is created as a diff against already updated i386/pae.
- commit 17dfd53
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Apr 22 06:15:55 CEST 2020 - jslaby@suse.cz Wed Apr 22 06:15:55 CEST 2020 - jslaby@suse.cz

View File

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

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Apr 30 12:47:01 CEST 2020 - jslaby@suse.cz
- Revert "ext4: make dioread_nolock the default" (bnc#1169774).
- commit 63116ab
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Apr 29 21:46:49 CEST 2020 - jslaby@suse.cz Wed Apr 29 21:46:49 CEST 2020 - jslaby@suse.cz
@ -594,6 +600,20 @@ Sat Apr 25 08:52:40 CEST 2020 - jslaby@suse.cz
detection on insertion (bnc#1012628). detection on insertion (bnc#1012628).
- commit 94f4e94 - commit 94f4e94
-------------------------------------------------------------------
Wed Apr 22 09:14:10 CEST 2020 - mkubecek@suse.cz
- config.conf: fix order of i386 flavors
Unlike on other architectures, i386/pae is the basic config and others,
including i386/default are diffs against it. With i386/default listed
first, it is also processed first by run_oldconfig.sh so that if there
is a new config option, it is added to i386/default (as it's not present
in i386/pae yet) even if the value is going to be the same as in
i386/pae. To get stable result, one needs to run run_oldconfig.sh twice.
Swat the two entries so that i386/pae is updated first and i386/default
is created as a diff against already updated i386/pae.
- commit 17dfd53
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Apr 22 06:15:55 CEST 2020 - jslaby@suse.cz Wed Apr 22 06:15:55 CEST 2020 - jslaby@suse.cz

View File

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

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Apr 30 12:47:01 CEST 2020 - jslaby@suse.cz
- Revert "ext4: make dioread_nolock the default" (bnc#1169774).
- commit 63116ab
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Apr 29 21:46:49 CEST 2020 - jslaby@suse.cz Wed Apr 29 21:46:49 CEST 2020 - jslaby@suse.cz
@ -594,6 +600,20 @@ Sat Apr 25 08:52:40 CEST 2020 - jslaby@suse.cz
detection on insertion (bnc#1012628). detection on insertion (bnc#1012628).
- commit 94f4e94 - commit 94f4e94
-------------------------------------------------------------------
Wed Apr 22 09:14:10 CEST 2020 - mkubecek@suse.cz
- config.conf: fix order of i386 flavors
Unlike on other architectures, i386/pae is the basic config and others,
including i386/default are diffs against it. With i386/default listed
first, it is also processed first by run_oldconfig.sh so that if there
is a new config option, it is added to i386/default (as it's not present
in i386/pae yet) even if the value is going to be the same as in
i386/pae. To get stable result, one needs to run run_oldconfig.sh twice.
Swat the two entries so that i386/pae is updated first and i386/default
is created as a diff against already updated i386/pae.
- commit 17dfd53
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Apr 22 06:15:55 CEST 2020 - jslaby@suse.cz Wed Apr 22 06:15:55 CEST 2020 - jslaby@suse.cz

View File

@ -27,7 +27,7 @@ Group: Development/Sources
Version: 5.6.8 Version: 5.6.8
%if %using_buildservice %if %using_buildservice
%if 0%{?is_kotd} %if 0%{?is_kotd}
Release: <RELEASE>.g58238cd Release: <RELEASE>.g63116ab
%else %else
Release: 0 Release: 0
%endif %endif
@ -52,7 +52,7 @@ Requires: kernel-pae-devel = %version-%source_rel
%endif %endif
Requires: pesign-obs-integration Requires: pesign-obs-integration
Provides: %name = %version-%source_rel Provides: %name = %version-%source_rel
Provides: %name-srchash-58238cd7e4b186a30310a2fde9b45081fee829ad Provides: %name-srchash-63116abfd4836bbf5ecebc628f11cf3bfa02309f
Provides: multiversion(kernel) Provides: multiversion(kernel)
Source: README.KSYMS Source: README.KSYMS
Requires: kernel-devel%variant = %version-%source_rel Requires: kernel-devel%variant = %version-%source_rel

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Apr 30 12:47:01 CEST 2020 - jslaby@suse.cz
- Revert "ext4: make dioread_nolock the default" (bnc#1169774).
- commit 63116ab
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Apr 29 21:46:49 CEST 2020 - jslaby@suse.cz Wed Apr 29 21:46:49 CEST 2020 - jslaby@suse.cz
@ -594,6 +600,20 @@ Sat Apr 25 08:52:40 CEST 2020 - jslaby@suse.cz
detection on insertion (bnc#1012628). detection on insertion (bnc#1012628).
- commit 94f4e94 - commit 94f4e94
-------------------------------------------------------------------
Wed Apr 22 09:14:10 CEST 2020 - mkubecek@suse.cz
- config.conf: fix order of i386 flavors
Unlike on other architectures, i386/pae is the basic config and others,
including i386/default are diffs against it. With i386/default listed
first, it is also processed first by run_oldconfig.sh so that if there
is a new config option, it is added to i386/default (as it's not present
in i386/pae yet) even if the value is going to be the same as in
i386/pae. To get stable result, one needs to run run_oldconfig.sh twice.
Swat the two entries so that i386/pae is updated first and i386/default
is created as a diff against already updated i386/pae.
- commit 17dfd53
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Apr 22 06:15:55 CEST 2020 - jslaby@suse.cz Wed Apr 22 06:15:55 CEST 2020 - jslaby@suse.cz

View File

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

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Apr 30 12:47:01 CEST 2020 - jslaby@suse.cz
- Revert "ext4: make dioread_nolock the default" (bnc#1169774).
- commit 63116ab
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Apr 29 21:46:49 CEST 2020 - jslaby@suse.cz Wed Apr 29 21:46:49 CEST 2020 - jslaby@suse.cz
@ -594,6 +600,20 @@ Sat Apr 25 08:52:40 CEST 2020 - jslaby@suse.cz
detection on insertion (bnc#1012628). detection on insertion (bnc#1012628).
- commit 94f4e94 - commit 94f4e94
-------------------------------------------------------------------
Wed Apr 22 09:14:10 CEST 2020 - mkubecek@suse.cz
- config.conf: fix order of i386 flavors
Unlike on other architectures, i386/pae is the basic config and others,
including i386/default are diffs against it. With i386/default listed
first, it is also processed first by run_oldconfig.sh so that if there
is a new config option, it is added to i386/default (as it's not present
in i386/pae yet) even if the value is going to be the same as in
i386/pae. To get stable result, one needs to run run_oldconfig.sh twice.
Swat the two entries so that i386/pae is updated first and i386/default
is created as a diff against already updated i386/pae.
- commit 17dfd53
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Apr 22 06:15:55 CEST 2020 - jslaby@suse.cz Wed Apr 22 06:15:55 CEST 2020 - jslaby@suse.cz

View File

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

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1 version https://git-lfs.github.com/spec/v1
oid sha256:4a7da766becfc13eccae229d92e6779dc765e3568239c29889ca697a80410ab9 oid sha256:ee5ac2182fef26a777d524c8bf7efe0f854fa72f05afb582c3e4b8ce2bef3ac3
size 58129 size 58673

View File

@ -883,6 +883,7 @@
patches.suse/btrfs-8447-serialize-subvolume-mounts-with-potentially-mi.patch patches.suse/btrfs-8447-serialize-subvolume-mounts-with-potentially-mi.patch
# ext[2-4] # ext[2-4]
patches.suse/Revert-ext4-make-dioread_nolock-the-default.patch
# XFS # XFS

View File

@ -1,3 +1,3 @@
2020-04-29 19:46:49 +0000 2020-04-30 10:47:01 +0000
GIT Revision: 58238cd7e4b186a30310a2fde9b45081fee829ad GIT Revision: 63116abfd4836bbf5ecebc628f11cf3bfa02309f
GIT Branch: stable GIT Branch: stable