commit 63116abfd4836bbf5ecebc628f11cf3bfa02309f
OBS-URL: https://build.opensuse.org/package/show/Kernel:stable/kernel-source?expand=0&rev=1297
This commit is contained in:
parent
004846f11b
commit
c7fdf6a37f
@ -8,8 +8,8 @@
|
||||
# kernel-binary and kernel-source rely on this
|
||||
#
|
||||
|
||||
+i386 i386/default
|
||||
+i386 i386/pae
|
||||
+i386 i386/default
|
||||
+i386 -syms i386/debug
|
||||
+i386 i386/vanilla
|
||||
|
||||
|
@ -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
|
||||
|
||||
@ -594,6 +600,20 @@ Sat Apr 25 08:52:40 CEST 2020 - jslaby@suse.cz
|
||||
detection on insertion (bnc#1012628).
|
||||
- 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
|
||||
|
||||
|
@ -31,7 +31,7 @@
|
||||
Name: dtb-aarch64
|
||||
Version: 5.6.8
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g58238cd
|
||||
Release: <RELEASE>.g63116ab
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -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
|
||||
|
||||
@ -594,6 +600,20 @@ Sat Apr 25 08:52:40 CEST 2020 - jslaby@suse.cz
|
||||
detection on insertion (bnc#1012628).
|
||||
- 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
|
||||
|
||||
|
@ -31,7 +31,7 @@
|
||||
Name: dtb-armv6l
|
||||
Version: 5.6.8
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g58238cd
|
||||
Release: <RELEASE>.g63116ab
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -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
|
||||
|
||||
@ -594,6 +600,20 @@ Sat Apr 25 08:52:40 CEST 2020 - jslaby@suse.cz
|
||||
detection on insertion (bnc#1012628).
|
||||
- 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
|
||||
|
||||
|
@ -31,7 +31,7 @@
|
||||
Name: dtb-armv7l
|
||||
Version: 5.6.8
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g58238cd
|
||||
Release: <RELEASE>.g63116ab
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -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
|
||||
|
||||
@ -594,6 +600,20 @@ Sat Apr 25 08:52:40 CEST 2020 - jslaby@suse.cz
|
||||
detection on insertion (bnc#1012628).
|
||||
- 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
|
||||
|
||||
|
@ -67,7 +67,7 @@ License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
Version: 5.6.8
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g58238cd
|
||||
Release: <RELEASE>.g63116ab
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
@ -174,10 +174,10 @@ Conflicts: hyper-v < 4
|
||||
Conflicts: libc.so.6()(64bit)
|
||||
%endif
|
||||
Provides: kernel = %version-%source_rel
|
||||
Provides: kernel-%build_flavor-base-srchash-58238cd7e4b186a30310a2fde9b45081fee829ad
|
||||
Provides: kernel-srchash-58238cd7e4b186a30310a2fde9b45081fee829ad
|
||||
Provides: kernel-%build_flavor-base-srchash-63116abfd4836bbf5ecebc628f11cf3bfa02309f
|
||||
Provides: kernel-srchash-63116abfd4836bbf5ecebc628f11cf3bfa02309f
|
||||
# END COMMON DEPS
|
||||
Provides: %name-srchash-58238cd7e4b186a30310a2fde9b45081fee829ad
|
||||
Provides: %name-srchash-63116abfd4836bbf5ecebc628f11cf3bfa02309f
|
||||
%obsolete_rebuilds %name
|
||||
Source0: http://www.kernel.org/pub/linux/kernel/v5.x/linux-%srcversion.tar.xz
|
||||
Source2: source-post.sh
|
||||
|
@ -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
|
||||
|
||||
@ -594,6 +600,20 @@ Sat Apr 25 08:52:40 CEST 2020 - jslaby@suse.cz
|
||||
detection on insertion (bnc#1012628).
|
||||
- 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
|
||||
|
||||
|
@ -67,7 +67,7 @@ License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
Version: 5.6.8
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g58238cd
|
||||
Release: <RELEASE>.g63116ab
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
@ -174,10 +174,10 @@ Conflicts: hyper-v < 4
|
||||
Conflicts: libc.so.6()(64bit)
|
||||
%endif
|
||||
Provides: kernel = %version-%source_rel
|
||||
Provides: kernel-%build_flavor-base-srchash-58238cd7e4b186a30310a2fde9b45081fee829ad
|
||||
Provides: kernel-srchash-58238cd7e4b186a30310a2fde9b45081fee829ad
|
||||
Provides: kernel-%build_flavor-base-srchash-63116abfd4836bbf5ecebc628f11cf3bfa02309f
|
||||
Provides: kernel-srchash-63116abfd4836bbf5ecebc628f11cf3bfa02309f
|
||||
# END COMMON DEPS
|
||||
Provides: %name-srchash-58238cd7e4b186a30310a2fde9b45081fee829ad
|
||||
Provides: %name-srchash-63116abfd4836bbf5ecebc628f11cf3bfa02309f
|
||||
%ifarch ppc64
|
||||
Provides: kernel-kdump = 2.6.28
|
||||
Obsoletes: kernel-kdump <= 2.6.28
|
||||
|
@ -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
|
||||
|
||||
@ -594,6 +600,20 @@ Sat Apr 25 08:52:40 CEST 2020 - jslaby@suse.cz
|
||||
detection on insertion (bnc#1012628).
|
||||
- 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
|
||||
|
||||
|
@ -67,7 +67,7 @@ License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
Version: 5.6.8
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g58238cd
|
||||
Release: <RELEASE>.g63116ab
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
@ -174,10 +174,10 @@ Conflicts: hyper-v < 4
|
||||
Conflicts: libc.so.6()(64bit)
|
||||
%endif
|
||||
Provides: kernel = %version-%source_rel
|
||||
Provides: kernel-%build_flavor-base-srchash-58238cd7e4b186a30310a2fde9b45081fee829ad
|
||||
Provides: kernel-srchash-58238cd7e4b186a30310a2fde9b45081fee829ad
|
||||
Provides: kernel-%build_flavor-base-srchash-63116abfd4836bbf5ecebc628f11cf3bfa02309f
|
||||
Provides: kernel-srchash-63116abfd4836bbf5ecebc628f11cf3bfa02309f
|
||||
# END COMMON DEPS
|
||||
Provides: %name-srchash-58238cd7e4b186a30310a2fde9b45081fee829ad
|
||||
Provides: %name-srchash-63116abfd4836bbf5ecebc628f11cf3bfa02309f
|
||||
%ifarch %ix86
|
||||
Provides: kernel-smp = 2.6.17
|
||||
Obsoletes: kernel-smp <= 2.6.17
|
||||
|
@ -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
|
||||
|
||||
@ -594,6 +600,20 @@ Sat Apr 25 08:52:40 CEST 2020 - jslaby@suse.cz
|
||||
detection on insertion (bnc#1012628).
|
||||
- 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
|
||||
|
||||
|
@ -33,7 +33,7 @@ License: GPL-2.0
|
||||
Group: Documentation/Man
|
||||
Version: 5.6.8
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g58238cd
|
||||
Release: <RELEASE>.g63116ab
|
||||
%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-58238cd7e4b186a30310a2fde9b45081fee829ad
|
||||
Provides: %name-srchash-63116abfd4836bbf5ecebc628f11cf3bfa02309f
|
||||
BuildArch: noarch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
Source0: http://www.kernel.org/pub/linux/kernel/v5.x/linux-%srcversion.tar.xz
|
||||
|
@ -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
|
||||
|
||||
@ -594,6 +600,20 @@ Sat Apr 25 08:52:40 CEST 2020 - jslaby@suse.cz
|
||||
detection on insertion (bnc#1012628).
|
||||
- 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
|
||||
|
||||
|
@ -67,7 +67,7 @@ License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
Version: 5.6.8
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g58238cd
|
||||
Release: <RELEASE>.g63116ab
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
@ -174,10 +174,10 @@ Conflicts: hyper-v < 4
|
||||
Conflicts: libc.so.6()(64bit)
|
||||
%endif
|
||||
Provides: kernel = %version-%source_rel
|
||||
Provides: kernel-%build_flavor-base-srchash-58238cd7e4b186a30310a2fde9b45081fee829ad
|
||||
Provides: kernel-srchash-58238cd7e4b186a30310a2fde9b45081fee829ad
|
||||
Provides: kernel-%build_flavor-base-srchash-63116abfd4836bbf5ecebc628f11cf3bfa02309f
|
||||
Provides: kernel-srchash-63116abfd4836bbf5ecebc628f11cf3bfa02309f
|
||||
# END COMMON DEPS
|
||||
Provides: %name-srchash-58238cd7e4b186a30310a2fde9b45081fee829ad
|
||||
Provides: %name-srchash-63116abfd4836bbf5ecebc628f11cf3bfa02309f
|
||||
%obsolete_rebuilds %name
|
||||
Source0: http://www.kernel.org/pub/linux/kernel/v5.x/linux-%srcversion.tar.xz
|
||||
Source2: source-post.sh
|
||||
|
@ -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
|
||||
|
||||
@ -594,6 +600,20 @@ Sat Apr 25 08:52:40 CEST 2020 - jslaby@suse.cz
|
||||
detection on insertion (bnc#1012628).
|
||||
- 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
|
||||
|
||||
|
@ -67,7 +67,7 @@ License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
Version: 5.6.8
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g58238cd
|
||||
Release: <RELEASE>.g63116ab
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
@ -174,10 +174,10 @@ Conflicts: hyper-v < 4
|
||||
Conflicts: libc.so.6()(64bit)
|
||||
%endif
|
||||
Provides: kernel = %version-%source_rel
|
||||
Provides: kernel-%build_flavor-base-srchash-58238cd7e4b186a30310a2fde9b45081fee829ad
|
||||
Provides: kernel-srchash-58238cd7e4b186a30310a2fde9b45081fee829ad
|
||||
Provides: kernel-%build_flavor-base-srchash-63116abfd4836bbf5ecebc628f11cf3bfa02309f
|
||||
Provides: kernel-srchash-63116abfd4836bbf5ecebc628f11cf3bfa02309f
|
||||
# END COMMON DEPS
|
||||
Provides: %name-srchash-58238cd7e4b186a30310a2fde9b45081fee829ad
|
||||
Provides: %name-srchash-63116abfd4836bbf5ecebc628f11cf3bfa02309f
|
||||
%obsolete_rebuilds %name
|
||||
Source0: http://www.kernel.org/pub/linux/kernel/v5.x/linux-%srcversion.tar.xz
|
||||
Source2: source-post.sh
|
||||
|
@ -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
|
||||
|
||||
@ -594,6 +600,20 @@ Sat Apr 25 08:52:40 CEST 2020 - jslaby@suse.cz
|
||||
detection on insertion (bnc#1012628).
|
||||
- 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
|
||||
|
||||
|
@ -45,7 +45,7 @@ BuildRequires: util-linux
|
||||
%endif
|
||||
%endif
|
||||
%endif
|
||||
BuildRequires: kernel%kernel_flavor-srchash-58238cd7e4b186a30310a2fde9b45081fee829ad
|
||||
BuildRequires: kernel%kernel_flavor-srchash-63116abfd4836bbf5ecebc628f11cf3bfa02309f
|
||||
|
||||
%if 0%{?rhel_version}
|
||||
BuildRequires: kernel
|
||||
@ -66,7 +66,7 @@ License: GPL-2.0
|
||||
Group: SLES
|
||||
Version: 5.6.8
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g58238cd
|
||||
Release: <RELEASE>.g63116ab
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -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
|
||||
|
||||
@ -594,6 +600,20 @@ Sat Apr 25 08:52:40 CEST 2020 - jslaby@suse.cz
|
||||
detection on insertion (bnc#1012628).
|
||||
- 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
|
||||
|
||||
|
@ -38,7 +38,7 @@ License: GPL-2.0
|
||||
Group: SLES
|
||||
Version: 5.6.8
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g58238cd
|
||||
Release: <RELEASE>.g63116ab
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -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
|
||||
|
||||
@ -594,6 +600,20 @@ Sat Apr 25 08:52:40 CEST 2020 - jslaby@suse.cz
|
||||
detection on insertion (bnc#1012628).
|
||||
- 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
|
||||
|
||||
|
@ -67,7 +67,7 @@ License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
Version: 5.6.8
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g58238cd
|
||||
Release: <RELEASE>.g63116ab
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
@ -174,10 +174,10 @@ Conflicts: hyper-v < 4
|
||||
Conflicts: libc.so.6()(64bit)
|
||||
%endif
|
||||
Provides: kernel = %version-%source_rel
|
||||
Provides: kernel-%build_flavor-base-srchash-58238cd7e4b186a30310a2fde9b45081fee829ad
|
||||
Provides: kernel-srchash-58238cd7e4b186a30310a2fde9b45081fee829ad
|
||||
Provides: kernel-%build_flavor-base-srchash-63116abfd4836bbf5ecebc628f11cf3bfa02309f
|
||||
Provides: kernel-srchash-63116abfd4836bbf5ecebc628f11cf3bfa02309f
|
||||
# END COMMON DEPS
|
||||
Provides: %name-srchash-58238cd7e4b186a30310a2fde9b45081fee829ad
|
||||
Provides: %name-srchash-63116abfd4836bbf5ecebc628f11cf3bfa02309f
|
||||
%ifarch %ix86
|
||||
Provides: kernel-bigsmp = 2.6.17
|
||||
Obsoletes: kernel-bigsmp <= 2.6.17
|
||||
|
@ -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
|
||||
|
||||
@ -594,6 +600,20 @@ Sat Apr 25 08:52:40 CEST 2020 - jslaby@suse.cz
|
||||
detection on insertion (bnc#1012628).
|
||||
- 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
|
||||
|
||||
|
@ -32,7 +32,7 @@ License: GPL-2.0
|
||||
Group: Development/Sources
|
||||
Version: 5.6.8
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g58238cd
|
||||
Release: <RELEASE>.g63116ab
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
@ -43,7 +43,7 @@ BuildRequires: fdupes
|
||||
BuildRequires: sed
|
||||
Requires(post): coreutils sed
|
||||
Provides: %name = %version-%source_rel
|
||||
Provides: %name-srchash-58238cd7e4b186a30310a2fde9b45081fee829ad
|
||||
Provides: %name-srchash-63116abfd4836bbf5ecebc628f11cf3bfa02309f
|
||||
Provides: linux
|
||||
Provides: multiversion(kernel)
|
||||
Source0: http://www.kernel.org/pub/linux/kernel/v5.x/linux-%srcversion.tar.xz
|
||||
|
@ -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
|
||||
|
||||
@ -594,6 +600,20 @@ Sat Apr 25 08:52:40 CEST 2020 - jslaby@suse.cz
|
||||
detection on insertion (bnc#1012628).
|
||||
- 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
|
||||
|
||||
|
@ -27,7 +27,7 @@ Group: Development/Sources
|
||||
Version: 5.6.8
|
||||
%if %using_buildservice
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g58238cd
|
||||
Release: <RELEASE>.g63116ab
|
||||
%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-58238cd7e4b186a30310a2fde9b45081fee829ad
|
||||
Provides: %name-srchash-63116abfd4836bbf5ecebc628f11cf3bfa02309f
|
||||
Provides: multiversion(kernel)
|
||||
Source: README.KSYMS
|
||||
Requires: kernel-devel%variant = %version-%source_rel
|
||||
|
@ -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
|
||||
|
||||
@ -594,6 +600,20 @@ Sat Apr 25 08:52:40 CEST 2020 - jslaby@suse.cz
|
||||
detection on insertion (bnc#1012628).
|
||||
- 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
|
||||
|
||||
|
@ -67,7 +67,7 @@ License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
Version: 5.6.8
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g58238cd
|
||||
Release: <RELEASE>.g63116ab
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
@ -174,10 +174,10 @@ Conflicts: hyper-v < 4
|
||||
Conflicts: libc.so.6()(64bit)
|
||||
%endif
|
||||
Provides: kernel = %version-%source_rel
|
||||
Provides: kernel-%build_flavor-base-srchash-58238cd7e4b186a30310a2fde9b45081fee829ad
|
||||
Provides: kernel-srchash-58238cd7e4b186a30310a2fde9b45081fee829ad
|
||||
Provides: kernel-%build_flavor-base-srchash-63116abfd4836bbf5ecebc628f11cf3bfa02309f
|
||||
Provides: kernel-srchash-63116abfd4836bbf5ecebc628f11cf3bfa02309f
|
||||
# END COMMON DEPS
|
||||
Provides: %name-srchash-58238cd7e4b186a30310a2fde9b45081fee829ad
|
||||
Provides: %name-srchash-63116abfd4836bbf5ecebc628f11cf3bfa02309f
|
||||
%obsolete_rebuilds %name
|
||||
Source0: http://www.kernel.org/pub/linux/kernel/v5.x/linux-%srcversion.tar.xz
|
||||
Source2: source-post.sh
|
||||
|
@ -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
|
||||
|
||||
@ -594,6 +600,20 @@ Sat Apr 25 08:52:40 CEST 2020 - jslaby@suse.cz
|
||||
detection on insertion (bnc#1012628).
|
||||
- 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
|
||||
|
||||
|
@ -67,7 +67,7 @@ License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
Version: 5.6.8
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g58238cd
|
||||
Release: <RELEASE>.g63116ab
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
@ -174,10 +174,10 @@ Conflicts: hyper-v < 4
|
||||
Conflicts: libc.so.6()(64bit)
|
||||
%endif
|
||||
Provides: kernel = %version-%source_rel
|
||||
Provides: kernel-%build_flavor-base-srchash-58238cd7e4b186a30310a2fde9b45081fee829ad
|
||||
Provides: kernel-srchash-58238cd7e4b186a30310a2fde9b45081fee829ad
|
||||
Provides: kernel-%build_flavor-base-srchash-63116abfd4836bbf5ecebc628f11cf3bfa02309f
|
||||
Provides: kernel-srchash-63116abfd4836bbf5ecebc628f11cf3bfa02309f
|
||||
# END COMMON DEPS
|
||||
Provides: %name-srchash-58238cd7e4b186a30310a2fde9b45081fee829ad
|
||||
Provides: %name-srchash-63116abfd4836bbf5ecebc628f11cf3bfa02309f
|
||||
%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 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4a7da766becfc13eccae229d92e6779dc765e3568239c29889ca697a80410ab9
|
||||
size 58129
|
||||
oid sha256:ee5ac2182fef26a777d524c8bf7efe0f854fa72f05afb582c3e4b8ce2bef3ac3
|
||||
size 58673
|
||||
|
@ -883,6 +883,7 @@
|
||||
patches.suse/btrfs-8447-serialize-subvolume-mounts-with-potentially-mi.patch
|
||||
|
||||
# ext[2-4]
|
||||
patches.suse/Revert-ext4-make-dioread_nolock-the-default.patch
|
||||
|
||||
# XFS
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
2020-04-29 19:46:49 +0000
|
||||
GIT Revision: 58238cd7e4b186a30310a2fde9b45081fee829ad
|
||||
2020-04-30 10:47:01 +0000
|
||||
GIT Revision: 63116abfd4836bbf5ecebc628f11cf3bfa02309f
|
||||
GIT Branch: stable
|
||||
|
Loading…
Reference in New Issue
Block a user