commit cbe8816d8485dc46f97a209f94053ff0a01979ba
OBS-URL: https://build.opensuse.org/package/show/Kernel:stable/kernel-source?expand=0&rev=1906
This commit is contained in:
parent
85c5e0b03a
commit
f9c7386fb4
@ -1,3 +1,29 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 29 17:39:46 CEST 2023 - ykaukab@suse.de
|
||||
|
||||
- supported.conf: fix typos in module names
|
||||
- commit cbe8816
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 29 09:53:49 CEST 2023 - jslaby@suse.cz
|
||||
|
||||
- net/wwan/t7xx: disable Werror (bsc#1209724).
|
||||
- commit fd61888
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 29 08:16:50 CEST 2023 - jslaby@suse.cz
|
||||
|
||||
- efi/libstub: smbios: Use length member instead of record struct
|
||||
size (bsc#1208750).
|
||||
Use the patches from upstream to fix the issue.
|
||||
- commit 94a1030
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 28 17:25:14 CEST 2023 - tiwai@suse.de
|
||||
|
||||
- drm/nouveau/kms: Fix backlight registration (bsc#1209296).
|
||||
- commit f84ef02
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 28 09:54:15 CEST 2023 - ykaukab@suse.de
|
||||
|
||||
@ -641,6 +667,19 @@ Thu Mar 16 12:32:11 CET 2023 - jslaby@suse.cz
|
||||
& fixdep).
|
||||
- commit 0f30e04
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 16 07:11:05 CET 2023 - shung-hsi.yu@suse.com
|
||||
|
||||
- rpm/group-source-files.pl: Fix output difference when / is in location
|
||||
While previous attempt to fix group-source-files.pl in 6d651362c38
|
||||
"rpm/group-source-files.pl: Deal with {pre,post}fixed / in location"
|
||||
breaks the infinite loop, it does not properly address the issue. Having
|
||||
prefixed and/or postfixed forward slash still result in different
|
||||
output.
|
||||
This commit changes the script to use the Perl core module File::Spec
|
||||
for proper path manipulation to give consistent output.
|
||||
- commit 4161bf9
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 14 17:05:40 CET 2023 - msuchanek@suse.de
|
||||
|
||||
|
@ -31,7 +31,7 @@
|
||||
Name: dtb-aarch64
|
||||
Version: 6.2.8
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.gc9a94ac
|
||||
Release: <RELEASE>.gcbe8816
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -1,3 +1,29 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 29 17:39:46 CEST 2023 - ykaukab@suse.de
|
||||
|
||||
- supported.conf: fix typos in module names
|
||||
- commit cbe8816
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 29 09:53:49 CEST 2023 - jslaby@suse.cz
|
||||
|
||||
- net/wwan/t7xx: disable Werror (bsc#1209724).
|
||||
- commit fd61888
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 29 08:16:50 CEST 2023 - jslaby@suse.cz
|
||||
|
||||
- efi/libstub: smbios: Use length member instead of record struct
|
||||
size (bsc#1208750).
|
||||
Use the patches from upstream to fix the issue.
|
||||
- commit 94a1030
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 28 17:25:14 CEST 2023 - tiwai@suse.de
|
||||
|
||||
- drm/nouveau/kms: Fix backlight registration (bsc#1209296).
|
||||
- commit f84ef02
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 28 09:54:15 CEST 2023 - ykaukab@suse.de
|
||||
|
||||
@ -641,6 +667,19 @@ Thu Mar 16 12:32:11 CET 2023 - jslaby@suse.cz
|
||||
& fixdep).
|
||||
- commit 0f30e04
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 16 07:11:05 CET 2023 - shung-hsi.yu@suse.com
|
||||
|
||||
- rpm/group-source-files.pl: Fix output difference when / is in location
|
||||
While previous attempt to fix group-source-files.pl in 6d651362c38
|
||||
"rpm/group-source-files.pl: Deal with {pre,post}fixed / in location"
|
||||
breaks the infinite loop, it does not properly address the issue. Having
|
||||
prefixed and/or postfixed forward slash still result in different
|
||||
output.
|
||||
This commit changes the script to use the Perl core module File::Spec
|
||||
for proper path manipulation to give consistent output.
|
||||
- commit 4161bf9
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 14 17:05:40 CET 2023 - msuchanek@suse.de
|
||||
|
||||
|
@ -31,7 +31,7 @@
|
||||
Name: dtb-armv6l
|
||||
Version: 6.2.8
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.gc9a94ac
|
||||
Release: <RELEASE>.gcbe8816
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -1,3 +1,29 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 29 17:39:46 CEST 2023 - ykaukab@suse.de
|
||||
|
||||
- supported.conf: fix typos in module names
|
||||
- commit cbe8816
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 29 09:53:49 CEST 2023 - jslaby@suse.cz
|
||||
|
||||
- net/wwan/t7xx: disable Werror (bsc#1209724).
|
||||
- commit fd61888
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 29 08:16:50 CEST 2023 - jslaby@suse.cz
|
||||
|
||||
- efi/libstub: smbios: Use length member instead of record struct
|
||||
size (bsc#1208750).
|
||||
Use the patches from upstream to fix the issue.
|
||||
- commit 94a1030
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 28 17:25:14 CEST 2023 - tiwai@suse.de
|
||||
|
||||
- drm/nouveau/kms: Fix backlight registration (bsc#1209296).
|
||||
- commit f84ef02
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 28 09:54:15 CEST 2023 - ykaukab@suse.de
|
||||
|
||||
@ -641,6 +667,19 @@ Thu Mar 16 12:32:11 CET 2023 - jslaby@suse.cz
|
||||
& fixdep).
|
||||
- commit 0f30e04
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 16 07:11:05 CET 2023 - shung-hsi.yu@suse.com
|
||||
|
||||
- rpm/group-source-files.pl: Fix output difference when / is in location
|
||||
While previous attempt to fix group-source-files.pl in 6d651362c38
|
||||
"rpm/group-source-files.pl: Deal with {pre,post}fixed / in location"
|
||||
breaks the infinite loop, it does not properly address the issue. Having
|
||||
prefixed and/or postfixed forward slash still result in different
|
||||
output.
|
||||
This commit changes the script to use the Perl core module File::Spec
|
||||
for proper path manipulation to give consistent output.
|
||||
- commit 4161bf9
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 14 17:05:40 CET 2023 - msuchanek@suse.de
|
||||
|
||||
|
@ -31,7 +31,7 @@
|
||||
Name: dtb-armv7l
|
||||
Version: 6.2.8
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.gc9a94ac
|
||||
Release: <RELEASE>.gcbe8816
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -1,3 +1,29 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 29 17:39:46 CEST 2023 - ykaukab@suse.de
|
||||
|
||||
- supported.conf: fix typos in module names
|
||||
- commit cbe8816
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 29 09:53:49 CEST 2023 - jslaby@suse.cz
|
||||
|
||||
- net/wwan/t7xx: disable Werror (bsc#1209724).
|
||||
- commit fd61888
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 29 08:16:50 CEST 2023 - jslaby@suse.cz
|
||||
|
||||
- efi/libstub: smbios: Use length member instead of record struct
|
||||
size (bsc#1208750).
|
||||
Use the patches from upstream to fix the issue.
|
||||
- commit 94a1030
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 28 17:25:14 CEST 2023 - tiwai@suse.de
|
||||
|
||||
- drm/nouveau/kms: Fix backlight registration (bsc#1209296).
|
||||
- commit f84ef02
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 28 09:54:15 CEST 2023 - ykaukab@suse.de
|
||||
|
||||
@ -641,6 +667,19 @@ Thu Mar 16 12:32:11 CET 2023 - jslaby@suse.cz
|
||||
& fixdep).
|
||||
- commit 0f30e04
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 16 07:11:05 CET 2023 - shung-hsi.yu@suse.com
|
||||
|
||||
- rpm/group-source-files.pl: Fix output difference when / is in location
|
||||
While previous attempt to fix group-source-files.pl in 6d651362c38
|
||||
"rpm/group-source-files.pl: Deal with {pre,post}fixed / in location"
|
||||
breaks the infinite loop, it does not properly address the issue. Having
|
||||
prefixed and/or postfixed forward slash still result in different
|
||||
output.
|
||||
This commit changes the script to use the Perl core module File::Spec
|
||||
for proper path manipulation to give consistent output.
|
||||
- commit 4161bf9
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 14 17:05:40 CET 2023 - msuchanek@suse.de
|
||||
|
||||
|
@ -31,7 +31,7 @@
|
||||
Name: dtb-riscv64
|
||||
Version: 6.2.8
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.gc9a94ac
|
||||
Release: <RELEASE>.gcbe8816
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -1,5 +1,6 @@
|
||||
#!/usr/bin/perl
|
||||
|
||||
use File::Spec;
|
||||
use Getopt::Long;
|
||||
use strict;
|
||||
|
||||
@ -20,7 +21,12 @@ sub main
|
||||
|
||||
sub scan
|
||||
{
|
||||
my $loc = shift @_;
|
||||
# Normalize file path, mainly to strip away the ending forward slash,
|
||||
# or any double forward slashes.
|
||||
my $loc = File::Spec->canonpath(shift @_);
|
||||
# We cannot use an absolute path (e.g. /usr/src/linux-5.14.21-150500.41)
|
||||
# during find because it's under build root, but rpm wants one later.
|
||||
my $abs_loc = rpm_path($loc);
|
||||
my(@dev, @ndev);
|
||||
|
||||
foreach $_ (`find "$loc"`)
|
||||
@ -43,16 +49,12 @@ sub scan
|
||||
m{^\Q$loc\E/arch/[^/]+/tools\b} ||
|
||||
m{^\Q$loc\E/include/[^/]+\b} ||
|
||||
m{^\Q$loc\E/scripts\b};
|
||||
if (substr($_, 0, 1) ne "/") {
|
||||
# We cannot use an absolute path during find,
|
||||
# but rpm wants one later.
|
||||
$_ = "/$_";
|
||||
}
|
||||
$is_devel ? push(@dev, $_) : push(@ndev, $_);
|
||||
my $abs_path = rpm_path($_);
|
||||
$is_devel ? push(@dev, $abs_path) : push(@ndev, $abs_path);
|
||||
}
|
||||
|
||||
push(@dev, &calc_dirs("/$loc", \@dev));
|
||||
push(@ndev, &calc_dirs("/$loc", \@ndev));
|
||||
push(@dev, &calc_dirs($abs_loc, \@dev));
|
||||
push(@ndev, &calc_dirs($abs_loc, \@ndev));
|
||||
return (\@dev, \@ndev);
|
||||
}
|
||||
|
||||
@ -62,11 +64,14 @@ sub calc_dirs
|
||||
my %dirs;
|
||||
|
||||
foreach my $file (@$files) {
|
||||
my $path = $file;
|
||||
my ($volume,$path,$basename) = File::Spec->splitpath($file);
|
||||
my @dirs = File::Spec->splitdir($path);
|
||||
do {
|
||||
$path =~ s{/[^/]+$}{};
|
||||
# Always create $path from catdir() to avoid ending forward slash
|
||||
$path = File::Spec->catdir(@dirs);
|
||||
$dirs{$path} = 1;
|
||||
} while ($path ne $base and $path ne "");
|
||||
pop @dirs;
|
||||
} while ($path ne $base);
|
||||
# This loop also makes sure that $base itself is included.
|
||||
}
|
||||
|
||||
@ -86,3 +91,11 @@ sub output
|
||||
print FH join("\n", @$ndev), "\n";
|
||||
close FH;
|
||||
}
|
||||
|
||||
sub rpm_path
|
||||
{
|
||||
my $path = shift @_;
|
||||
# Always prepend forward slash and let canonpath take care of
|
||||
# duplicate forward slashes.
|
||||
return File::Spec->canonpath("/$path");
|
||||
}
|
||||
|
@ -1,3 +1,29 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 29 17:39:46 CEST 2023 - ykaukab@suse.de
|
||||
|
||||
- supported.conf: fix typos in module names
|
||||
- commit cbe8816
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 29 09:53:49 CEST 2023 - jslaby@suse.cz
|
||||
|
||||
- net/wwan/t7xx: disable Werror (bsc#1209724).
|
||||
- commit fd61888
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 29 08:16:50 CEST 2023 - jslaby@suse.cz
|
||||
|
||||
- efi/libstub: smbios: Use length member instead of record struct
|
||||
size (bsc#1208750).
|
||||
Use the patches from upstream to fix the issue.
|
||||
- commit 94a1030
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 28 17:25:14 CEST 2023 - tiwai@suse.de
|
||||
|
||||
- drm/nouveau/kms: Fix backlight registration (bsc#1209296).
|
||||
- commit f84ef02
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 28 09:54:15 CEST 2023 - ykaukab@suse.de
|
||||
|
||||
@ -641,6 +667,19 @@ Thu Mar 16 12:32:11 CET 2023 - jslaby@suse.cz
|
||||
& fixdep).
|
||||
- commit 0f30e04
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 16 07:11:05 CET 2023 - shung-hsi.yu@suse.com
|
||||
|
||||
- rpm/group-source-files.pl: Fix output difference when / is in location
|
||||
While previous attempt to fix group-source-files.pl in 6d651362c38
|
||||
"rpm/group-source-files.pl: Deal with {pre,post}fixed / in location"
|
||||
breaks the infinite loop, it does not properly address the issue. Having
|
||||
prefixed and/or postfixed forward slash still result in different
|
||||
output.
|
||||
This commit changes the script to use the Perl core module File::Spec
|
||||
for proper path manipulation to give consistent output.
|
||||
- commit 4161bf9
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 14 17:05:40 CET 2023 - msuchanek@suse.de
|
||||
|
||||
|
@ -113,7 +113,7 @@ License: GPL-2.0-only
|
||||
Group: System/Kernel
|
||||
Version: 6.2.8
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.gc9a94ac
|
||||
Release: <RELEASE>.gcbe8816
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
@ -238,10 +238,10 @@ Conflicts: hyper-v < 4
|
||||
Conflicts: libc.so.6()(64bit)
|
||||
%endif
|
||||
Provides: kernel = %version-%source_rel
|
||||
Provides: kernel-%build_flavor-base-srchash-c9a94acad38706d9bddb7206e660b9bcf5efecd9
|
||||
Provides: kernel-srchash-c9a94acad38706d9bddb7206e660b9bcf5efecd9
|
||||
Provides: kernel-%build_flavor-base-srchash-cbe8816d8485dc46f97a209f94053ff0a01979ba
|
||||
Provides: kernel-srchash-cbe8816d8485dc46f97a209f94053ff0a01979ba
|
||||
# END COMMON DEPS
|
||||
Provides: %name-srchash-c9a94acad38706d9bddb7206e660b9bcf5efecd9
|
||||
Provides: %name-srchash-cbe8816d8485dc46f97a209f94053ff0a01979ba
|
||||
%obsolete_rebuilds %name
|
||||
Source0: https://www.kernel.org/pub/linux/kernel/v6.x/linux-%srcversion.tar.xz
|
||||
Source3: kernel-source.rpmlintrc
|
||||
|
@ -1,3 +1,29 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 29 17:39:46 CEST 2023 - ykaukab@suse.de
|
||||
|
||||
- supported.conf: fix typos in module names
|
||||
- commit cbe8816
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 29 09:53:49 CEST 2023 - jslaby@suse.cz
|
||||
|
||||
- net/wwan/t7xx: disable Werror (bsc#1209724).
|
||||
- commit fd61888
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 29 08:16:50 CEST 2023 - jslaby@suse.cz
|
||||
|
||||
- efi/libstub: smbios: Use length member instead of record struct
|
||||
size (bsc#1208750).
|
||||
Use the patches from upstream to fix the issue.
|
||||
- commit 94a1030
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 28 17:25:14 CEST 2023 - tiwai@suse.de
|
||||
|
||||
- drm/nouveau/kms: Fix backlight registration (bsc#1209296).
|
||||
- commit f84ef02
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 28 09:54:15 CEST 2023 - ykaukab@suse.de
|
||||
|
||||
@ -641,6 +667,19 @@ Thu Mar 16 12:32:11 CET 2023 - jslaby@suse.cz
|
||||
& fixdep).
|
||||
- commit 0f30e04
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 16 07:11:05 CET 2023 - shung-hsi.yu@suse.com
|
||||
|
||||
- rpm/group-source-files.pl: Fix output difference when / is in location
|
||||
While previous attempt to fix group-source-files.pl in 6d651362c38
|
||||
"rpm/group-source-files.pl: Deal with {pre,post}fixed / in location"
|
||||
breaks the infinite loop, it does not properly address the issue. Having
|
||||
prefixed and/or postfixed forward slash still result in different
|
||||
output.
|
||||
This commit changes the script to use the Perl core module File::Spec
|
||||
for proper path manipulation to give consistent output.
|
||||
- commit 4161bf9
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 14 17:05:40 CET 2023 - msuchanek@suse.de
|
||||
|
||||
|
@ -113,7 +113,7 @@ License: GPL-2.0-only
|
||||
Group: System/Kernel
|
||||
Version: 6.2.8
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.gc9a94ac
|
||||
Release: <RELEASE>.gcbe8816
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
@ -238,10 +238,10 @@ Conflicts: hyper-v < 4
|
||||
Conflicts: libc.so.6()(64bit)
|
||||
%endif
|
||||
Provides: kernel = %version-%source_rel
|
||||
Provides: kernel-%build_flavor-base-srchash-c9a94acad38706d9bddb7206e660b9bcf5efecd9
|
||||
Provides: kernel-srchash-c9a94acad38706d9bddb7206e660b9bcf5efecd9
|
||||
Provides: kernel-%build_flavor-base-srchash-cbe8816d8485dc46f97a209f94053ff0a01979ba
|
||||
Provides: kernel-srchash-cbe8816d8485dc46f97a209f94053ff0a01979ba
|
||||
# END COMMON DEPS
|
||||
Provides: %name-srchash-c9a94acad38706d9bddb7206e660b9bcf5efecd9
|
||||
Provides: %name-srchash-cbe8816d8485dc46f97a209f94053ff0a01979ba
|
||||
%ifarch ppc64
|
||||
Provides: kernel-kdump = 2.6.28
|
||||
Obsoletes: kernel-kdump <= 2.6.28
|
||||
|
@ -1,3 +1,29 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 29 17:39:46 CEST 2023 - ykaukab@suse.de
|
||||
|
||||
- supported.conf: fix typos in module names
|
||||
- commit cbe8816
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 29 09:53:49 CEST 2023 - jslaby@suse.cz
|
||||
|
||||
- net/wwan/t7xx: disable Werror (bsc#1209724).
|
||||
- commit fd61888
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 29 08:16:50 CEST 2023 - jslaby@suse.cz
|
||||
|
||||
- efi/libstub: smbios: Use length member instead of record struct
|
||||
size (bsc#1208750).
|
||||
Use the patches from upstream to fix the issue.
|
||||
- commit 94a1030
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 28 17:25:14 CEST 2023 - tiwai@suse.de
|
||||
|
||||
- drm/nouveau/kms: Fix backlight registration (bsc#1209296).
|
||||
- commit f84ef02
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 28 09:54:15 CEST 2023 - ykaukab@suse.de
|
||||
|
||||
@ -641,6 +667,19 @@ Thu Mar 16 12:32:11 CET 2023 - jslaby@suse.cz
|
||||
& fixdep).
|
||||
- commit 0f30e04
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 16 07:11:05 CET 2023 - shung-hsi.yu@suse.com
|
||||
|
||||
- rpm/group-source-files.pl: Fix output difference when / is in location
|
||||
While previous attempt to fix group-source-files.pl in 6d651362c38
|
||||
"rpm/group-source-files.pl: Deal with {pre,post}fixed / in location"
|
||||
breaks the infinite loop, it does not properly address the issue. Having
|
||||
prefixed and/or postfixed forward slash still result in different
|
||||
output.
|
||||
This commit changes the script to use the Perl core module File::Spec
|
||||
for proper path manipulation to give consistent output.
|
||||
- commit 4161bf9
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 14 17:05:40 CET 2023 - msuchanek@suse.de
|
||||
|
||||
|
@ -113,7 +113,7 @@ License: GPL-2.0-only
|
||||
Group: System/Kernel
|
||||
Version: 6.2.8
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.gc9a94ac
|
||||
Release: <RELEASE>.gcbe8816
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
@ -238,10 +238,10 @@ Conflicts: hyper-v < 4
|
||||
Conflicts: libc.so.6()(64bit)
|
||||
%endif
|
||||
Provides: kernel = %version-%source_rel
|
||||
Provides: kernel-%build_flavor-base-srchash-c9a94acad38706d9bddb7206e660b9bcf5efecd9
|
||||
Provides: kernel-srchash-c9a94acad38706d9bddb7206e660b9bcf5efecd9
|
||||
Provides: kernel-%build_flavor-base-srchash-cbe8816d8485dc46f97a209f94053ff0a01979ba
|
||||
Provides: kernel-srchash-cbe8816d8485dc46f97a209f94053ff0a01979ba
|
||||
# END COMMON DEPS
|
||||
Provides: %name-srchash-c9a94acad38706d9bddb7206e660b9bcf5efecd9
|
||||
Provides: %name-srchash-cbe8816d8485dc46f97a209f94053ff0a01979ba
|
||||
%ifarch %ix86
|
||||
Provides: kernel-smp = 2.6.17
|
||||
Obsoletes: kernel-smp <= 2.6.17
|
||||
|
@ -1,3 +1,29 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 29 17:39:46 CEST 2023 - ykaukab@suse.de
|
||||
|
||||
- supported.conf: fix typos in module names
|
||||
- commit cbe8816
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 29 09:53:49 CEST 2023 - jslaby@suse.cz
|
||||
|
||||
- net/wwan/t7xx: disable Werror (bsc#1209724).
|
||||
- commit fd61888
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 29 08:16:50 CEST 2023 - jslaby@suse.cz
|
||||
|
||||
- efi/libstub: smbios: Use length member instead of record struct
|
||||
size (bsc#1208750).
|
||||
Use the patches from upstream to fix the issue.
|
||||
- commit 94a1030
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 28 17:25:14 CEST 2023 - tiwai@suse.de
|
||||
|
||||
- drm/nouveau/kms: Fix backlight registration (bsc#1209296).
|
||||
- commit f84ef02
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 28 09:54:15 CEST 2023 - ykaukab@suse.de
|
||||
|
||||
@ -641,6 +667,19 @@ Thu Mar 16 12:32:11 CET 2023 - jslaby@suse.cz
|
||||
& fixdep).
|
||||
- commit 0f30e04
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 16 07:11:05 CET 2023 - shung-hsi.yu@suse.com
|
||||
|
||||
- rpm/group-source-files.pl: Fix output difference when / is in location
|
||||
While previous attempt to fix group-source-files.pl in 6d651362c38
|
||||
"rpm/group-source-files.pl: Deal with {pre,post}fixed / in location"
|
||||
breaks the infinite loop, it does not properly address the issue. Having
|
||||
prefixed and/or postfixed forward slash still result in different
|
||||
output.
|
||||
This commit changes the script to use the Perl core module File::Spec
|
||||
for proper path manipulation to give consistent output.
|
||||
- commit 4161bf9
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 14 17:05:40 CET 2023 - msuchanek@suse.de
|
||||
|
||||
|
@ -33,7 +33,7 @@ License: GPL-2.0-only
|
||||
Group: Documentation/Man
|
||||
Version: 6.2.8
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.gc9a94ac
|
||||
Release: <RELEASE>.gcbe8816
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
@ -67,7 +67,7 @@ BuildRequires: texlive-zapfding
|
||||
%endif
|
||||
URL: https://www.kernel.org/
|
||||
Provides: %name = %version-%source_rel
|
||||
Provides: %name-srchash-c9a94acad38706d9bddb7206e660b9bcf5efecd9
|
||||
Provides: %name-srchash-cbe8816d8485dc46f97a209f94053ff0a01979ba
|
||||
BuildArch: noarch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
Source0: https://www.kernel.org/pub/linux/kernel/v6.x/linux-%srcversion.tar.xz
|
||||
|
@ -1,3 +1,29 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 29 17:39:46 CEST 2023 - ykaukab@suse.de
|
||||
|
||||
- supported.conf: fix typos in module names
|
||||
- commit cbe8816
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 29 09:53:49 CEST 2023 - jslaby@suse.cz
|
||||
|
||||
- net/wwan/t7xx: disable Werror (bsc#1209724).
|
||||
- commit fd61888
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 29 08:16:50 CEST 2023 - jslaby@suse.cz
|
||||
|
||||
- efi/libstub: smbios: Use length member instead of record struct
|
||||
size (bsc#1208750).
|
||||
Use the patches from upstream to fix the issue.
|
||||
- commit 94a1030
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 28 17:25:14 CEST 2023 - tiwai@suse.de
|
||||
|
||||
- drm/nouveau/kms: Fix backlight registration (bsc#1209296).
|
||||
- commit f84ef02
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 28 09:54:15 CEST 2023 - ykaukab@suse.de
|
||||
|
||||
@ -641,6 +667,19 @@ Thu Mar 16 12:32:11 CET 2023 - jslaby@suse.cz
|
||||
& fixdep).
|
||||
- commit 0f30e04
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 16 07:11:05 CET 2023 - shung-hsi.yu@suse.com
|
||||
|
||||
- rpm/group-source-files.pl: Fix output difference when / is in location
|
||||
While previous attempt to fix group-source-files.pl in 6d651362c38
|
||||
"rpm/group-source-files.pl: Deal with {pre,post}fixed / in location"
|
||||
breaks the infinite loop, it does not properly address the issue. Having
|
||||
prefixed and/or postfixed forward slash still result in different
|
||||
output.
|
||||
This commit changes the script to use the Perl core module File::Spec
|
||||
for proper path manipulation to give consistent output.
|
||||
- commit 4161bf9
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 14 17:05:40 CET 2023 - msuchanek@suse.de
|
||||
|
||||
|
@ -113,7 +113,7 @@ License: GPL-2.0-only
|
||||
Group: System/Kernel
|
||||
Version: 6.2.8
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.gc9a94ac
|
||||
Release: <RELEASE>.gcbe8816
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
@ -238,10 +238,10 @@ Conflicts: hyper-v < 4
|
||||
Conflicts: libc.so.6()(64bit)
|
||||
%endif
|
||||
Provides: kernel = %version-%source_rel
|
||||
Provides: kernel-%build_flavor-base-srchash-c9a94acad38706d9bddb7206e660b9bcf5efecd9
|
||||
Provides: kernel-srchash-c9a94acad38706d9bddb7206e660b9bcf5efecd9
|
||||
Provides: kernel-%build_flavor-base-srchash-cbe8816d8485dc46f97a209f94053ff0a01979ba
|
||||
Provides: kernel-srchash-cbe8816d8485dc46f97a209f94053ff0a01979ba
|
||||
# END COMMON DEPS
|
||||
Provides: %name-srchash-c9a94acad38706d9bddb7206e660b9bcf5efecd9
|
||||
Provides: %name-srchash-cbe8816d8485dc46f97a209f94053ff0a01979ba
|
||||
%obsolete_rebuilds %name
|
||||
Source0: https://www.kernel.org/pub/linux/kernel/v6.x/linux-%srcversion.tar.xz
|
||||
Source3: kernel-source.rpmlintrc
|
||||
|
@ -1,3 +1,29 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 29 17:39:46 CEST 2023 - ykaukab@suse.de
|
||||
|
||||
- supported.conf: fix typos in module names
|
||||
- commit cbe8816
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 29 09:53:49 CEST 2023 - jslaby@suse.cz
|
||||
|
||||
- net/wwan/t7xx: disable Werror (bsc#1209724).
|
||||
- commit fd61888
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 29 08:16:50 CEST 2023 - jslaby@suse.cz
|
||||
|
||||
- efi/libstub: smbios: Use length member instead of record struct
|
||||
size (bsc#1208750).
|
||||
Use the patches from upstream to fix the issue.
|
||||
- commit 94a1030
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 28 17:25:14 CEST 2023 - tiwai@suse.de
|
||||
|
||||
- drm/nouveau/kms: Fix backlight registration (bsc#1209296).
|
||||
- commit f84ef02
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 28 09:54:15 CEST 2023 - ykaukab@suse.de
|
||||
|
||||
@ -641,6 +667,19 @@ Thu Mar 16 12:32:11 CET 2023 - jslaby@suse.cz
|
||||
& fixdep).
|
||||
- commit 0f30e04
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 16 07:11:05 CET 2023 - shung-hsi.yu@suse.com
|
||||
|
||||
- rpm/group-source-files.pl: Fix output difference when / is in location
|
||||
While previous attempt to fix group-source-files.pl in 6d651362c38
|
||||
"rpm/group-source-files.pl: Deal with {pre,post}fixed / in location"
|
||||
breaks the infinite loop, it does not properly address the issue. Having
|
||||
prefixed and/or postfixed forward slash still result in different
|
||||
output.
|
||||
This commit changes the script to use the Perl core module File::Spec
|
||||
for proper path manipulation to give consistent output.
|
||||
- commit 4161bf9
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 14 17:05:40 CET 2023 - msuchanek@suse.de
|
||||
|
||||
|
@ -113,7 +113,7 @@ License: GPL-2.0-only
|
||||
Group: System/Kernel
|
||||
Version: 6.2.8
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.gc9a94ac
|
||||
Release: <RELEASE>.gcbe8816
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
@ -238,10 +238,10 @@ Conflicts: hyper-v < 4
|
||||
Conflicts: libc.so.6()(64bit)
|
||||
%endif
|
||||
Provides: kernel = %version-%source_rel
|
||||
Provides: kernel-%build_flavor-base-srchash-c9a94acad38706d9bddb7206e660b9bcf5efecd9
|
||||
Provides: kernel-srchash-c9a94acad38706d9bddb7206e660b9bcf5efecd9
|
||||
Provides: kernel-%build_flavor-base-srchash-cbe8816d8485dc46f97a209f94053ff0a01979ba
|
||||
Provides: kernel-srchash-cbe8816d8485dc46f97a209f94053ff0a01979ba
|
||||
# END COMMON DEPS
|
||||
Provides: %name-srchash-c9a94acad38706d9bddb7206e660b9bcf5efecd9
|
||||
Provides: %name-srchash-cbe8816d8485dc46f97a209f94053ff0a01979ba
|
||||
%obsolete_rebuilds %name
|
||||
Source0: https://www.kernel.org/pub/linux/kernel/v6.x/linux-%srcversion.tar.xz
|
||||
Source3: kernel-source.rpmlintrc
|
||||
|
@ -1,3 +1,29 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 29 17:39:46 CEST 2023 - ykaukab@suse.de
|
||||
|
||||
- supported.conf: fix typos in module names
|
||||
- commit cbe8816
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 29 09:53:49 CEST 2023 - jslaby@suse.cz
|
||||
|
||||
- net/wwan/t7xx: disable Werror (bsc#1209724).
|
||||
- commit fd61888
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 29 08:16:50 CEST 2023 - jslaby@suse.cz
|
||||
|
||||
- efi/libstub: smbios: Use length member instead of record struct
|
||||
size (bsc#1208750).
|
||||
Use the patches from upstream to fix the issue.
|
||||
- commit 94a1030
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 28 17:25:14 CEST 2023 - tiwai@suse.de
|
||||
|
||||
- drm/nouveau/kms: Fix backlight registration (bsc#1209296).
|
||||
- commit f84ef02
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 28 09:54:15 CEST 2023 - ykaukab@suse.de
|
||||
|
||||
@ -641,6 +667,19 @@ Thu Mar 16 12:32:11 CET 2023 - jslaby@suse.cz
|
||||
& fixdep).
|
||||
- commit 0f30e04
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 16 07:11:05 CET 2023 - shung-hsi.yu@suse.com
|
||||
|
||||
- rpm/group-source-files.pl: Fix output difference when / is in location
|
||||
While previous attempt to fix group-source-files.pl in 6d651362c38
|
||||
"rpm/group-source-files.pl: Deal with {pre,post}fixed / in location"
|
||||
breaks the infinite loop, it does not properly address the issue. Having
|
||||
prefixed and/or postfixed forward slash still result in different
|
||||
output.
|
||||
This commit changes the script to use the Perl core module File::Spec
|
||||
for proper path manipulation to give consistent output.
|
||||
- commit 4161bf9
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 14 17:05:40 CET 2023 - msuchanek@suse.de
|
||||
|
||||
|
@ -45,7 +45,7 @@ BuildRequires: util-linux
|
||||
%endif
|
||||
%endif
|
||||
%endif
|
||||
BuildRequires: kernel%kernel_flavor-srchash-c9a94acad38706d9bddb7206e660b9bcf5efecd9
|
||||
BuildRequires: kernel%kernel_flavor-srchash-cbe8816d8485dc46f97a209f94053ff0a01979ba
|
||||
|
||||
%if 0%{?rhel_version}
|
||||
BuildRequires: kernel
|
||||
@ -59,7 +59,7 @@ License: GPL-2.0-only
|
||||
Group: SLES
|
||||
Version: 6.2.8
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.gc9a94ac
|
||||
Release: <RELEASE>.gcbe8816
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -1,3 +1,29 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 29 17:39:46 CEST 2023 - ykaukab@suse.de
|
||||
|
||||
- supported.conf: fix typos in module names
|
||||
- commit cbe8816
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 29 09:53:49 CEST 2023 - jslaby@suse.cz
|
||||
|
||||
- net/wwan/t7xx: disable Werror (bsc#1209724).
|
||||
- commit fd61888
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 29 08:16:50 CEST 2023 - jslaby@suse.cz
|
||||
|
||||
- efi/libstub: smbios: Use length member instead of record struct
|
||||
size (bsc#1208750).
|
||||
Use the patches from upstream to fix the issue.
|
||||
- commit 94a1030
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 28 17:25:14 CEST 2023 - tiwai@suse.de
|
||||
|
||||
- drm/nouveau/kms: Fix backlight registration (bsc#1209296).
|
||||
- commit f84ef02
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 28 09:54:15 CEST 2023 - ykaukab@suse.de
|
||||
|
||||
@ -641,6 +667,19 @@ Thu Mar 16 12:32:11 CET 2023 - jslaby@suse.cz
|
||||
& fixdep).
|
||||
- commit 0f30e04
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 16 07:11:05 CET 2023 - shung-hsi.yu@suse.com
|
||||
|
||||
- rpm/group-source-files.pl: Fix output difference when / is in location
|
||||
While previous attempt to fix group-source-files.pl in 6d651362c38
|
||||
"rpm/group-source-files.pl: Deal with {pre,post}fixed / in location"
|
||||
breaks the infinite loop, it does not properly address the issue. Having
|
||||
prefixed and/or postfixed forward slash still result in different
|
||||
output.
|
||||
This commit changes the script to use the Perl core module File::Spec
|
||||
for proper path manipulation to give consistent output.
|
||||
- commit 4161bf9
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 14 17:05:40 CET 2023 - msuchanek@suse.de
|
||||
|
||||
|
@ -38,7 +38,7 @@ License: GPL-2.0-only
|
||||
Group: SLES
|
||||
Version: 6.2.8
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.gc9a94ac
|
||||
Release: <RELEASE>.gcbe8816
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -1,3 +1,29 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 29 17:39:46 CEST 2023 - ykaukab@suse.de
|
||||
|
||||
- supported.conf: fix typos in module names
|
||||
- commit cbe8816
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 29 09:53:49 CEST 2023 - jslaby@suse.cz
|
||||
|
||||
- net/wwan/t7xx: disable Werror (bsc#1209724).
|
||||
- commit fd61888
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 29 08:16:50 CEST 2023 - jslaby@suse.cz
|
||||
|
||||
- efi/libstub: smbios: Use length member instead of record struct
|
||||
size (bsc#1208750).
|
||||
Use the patches from upstream to fix the issue.
|
||||
- commit 94a1030
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 28 17:25:14 CEST 2023 - tiwai@suse.de
|
||||
|
||||
- drm/nouveau/kms: Fix backlight registration (bsc#1209296).
|
||||
- commit f84ef02
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 28 09:54:15 CEST 2023 - ykaukab@suse.de
|
||||
|
||||
@ -641,6 +667,19 @@ Thu Mar 16 12:32:11 CET 2023 - jslaby@suse.cz
|
||||
& fixdep).
|
||||
- commit 0f30e04
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 16 07:11:05 CET 2023 - shung-hsi.yu@suse.com
|
||||
|
||||
- rpm/group-source-files.pl: Fix output difference when / is in location
|
||||
While previous attempt to fix group-source-files.pl in 6d651362c38
|
||||
"rpm/group-source-files.pl: Deal with {pre,post}fixed / in location"
|
||||
breaks the infinite loop, it does not properly address the issue. Having
|
||||
prefixed and/or postfixed forward slash still result in different
|
||||
output.
|
||||
This commit changes the script to use the Perl core module File::Spec
|
||||
for proper path manipulation to give consistent output.
|
||||
- commit 4161bf9
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 14 17:05:40 CET 2023 - msuchanek@suse.de
|
||||
|
||||
|
@ -113,7 +113,7 @@ License: GPL-2.0-only
|
||||
Group: System/Kernel
|
||||
Version: 6.2.8
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.gc9a94ac
|
||||
Release: <RELEASE>.gcbe8816
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
@ -238,10 +238,10 @@ Conflicts: hyper-v < 4
|
||||
Conflicts: libc.so.6()(64bit)
|
||||
%endif
|
||||
Provides: kernel = %version-%source_rel
|
||||
Provides: kernel-%build_flavor-base-srchash-c9a94acad38706d9bddb7206e660b9bcf5efecd9
|
||||
Provides: kernel-srchash-c9a94acad38706d9bddb7206e660b9bcf5efecd9
|
||||
Provides: kernel-%build_flavor-base-srchash-cbe8816d8485dc46f97a209f94053ff0a01979ba
|
||||
Provides: kernel-srchash-cbe8816d8485dc46f97a209f94053ff0a01979ba
|
||||
# END COMMON DEPS
|
||||
Provides: %name-srchash-c9a94acad38706d9bddb7206e660b9bcf5efecd9
|
||||
Provides: %name-srchash-cbe8816d8485dc46f97a209f94053ff0a01979ba
|
||||
%ifarch %ix86
|
||||
Provides: kernel-bigsmp = 2.6.17
|
||||
Obsoletes: kernel-bigsmp <= 2.6.17
|
||||
|
@ -1,3 +1,29 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 29 17:39:46 CEST 2023 - ykaukab@suse.de
|
||||
|
||||
- supported.conf: fix typos in module names
|
||||
- commit cbe8816
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 29 09:53:49 CEST 2023 - jslaby@suse.cz
|
||||
|
||||
- net/wwan/t7xx: disable Werror (bsc#1209724).
|
||||
- commit fd61888
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 29 08:16:50 CEST 2023 - jslaby@suse.cz
|
||||
|
||||
- efi/libstub: smbios: Use length member instead of record struct
|
||||
size (bsc#1208750).
|
||||
Use the patches from upstream to fix the issue.
|
||||
- commit 94a1030
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 28 17:25:14 CEST 2023 - tiwai@suse.de
|
||||
|
||||
- drm/nouveau/kms: Fix backlight registration (bsc#1209296).
|
||||
- commit f84ef02
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 28 09:54:15 CEST 2023 - ykaukab@suse.de
|
||||
|
||||
@ -641,6 +667,19 @@ Thu Mar 16 12:32:11 CET 2023 - jslaby@suse.cz
|
||||
& fixdep).
|
||||
- commit 0f30e04
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 16 07:11:05 CET 2023 - shung-hsi.yu@suse.com
|
||||
|
||||
- rpm/group-source-files.pl: Fix output difference when / is in location
|
||||
While previous attempt to fix group-source-files.pl in 6d651362c38
|
||||
"rpm/group-source-files.pl: Deal with {pre,post}fixed / in location"
|
||||
breaks the infinite loop, it does not properly address the issue. Having
|
||||
prefixed and/or postfixed forward slash still result in different
|
||||
output.
|
||||
This commit changes the script to use the Perl core module File::Spec
|
||||
for proper path manipulation to give consistent output.
|
||||
- commit 4161bf9
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 14 17:05:40 CET 2023 - msuchanek@suse.de
|
||||
|
||||
|
@ -33,7 +33,7 @@
|
||||
Name: kernel-source
|
||||
Version: 6.2.8
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.gc9a94ac
|
||||
Release: <RELEASE>.gcbe8816
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
@ -50,7 +50,7 @@ BuildRequires: fdupes
|
||||
BuildRequires: sed
|
||||
Requires(post): coreutils sed
|
||||
Provides: %name = %version-%source_rel
|
||||
Provides: %name-srchash-c9a94acad38706d9bddb7206e660b9bcf5efecd9
|
||||
Provides: %name-srchash-cbe8816d8485dc46f97a209f94053ff0a01979ba
|
||||
Provides: linux
|
||||
Provides: multiversion(kernel)
|
||||
Source0: https://www.kernel.org/pub/linux/kernel/v6.x/linux-%srcversion.tar.xz
|
||||
|
@ -1,3 +1,29 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 29 17:39:46 CEST 2023 - ykaukab@suse.de
|
||||
|
||||
- supported.conf: fix typos in module names
|
||||
- commit cbe8816
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 29 09:53:49 CEST 2023 - jslaby@suse.cz
|
||||
|
||||
- net/wwan/t7xx: disable Werror (bsc#1209724).
|
||||
- commit fd61888
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 29 08:16:50 CEST 2023 - jslaby@suse.cz
|
||||
|
||||
- efi/libstub: smbios: Use length member instead of record struct
|
||||
size (bsc#1208750).
|
||||
Use the patches from upstream to fix the issue.
|
||||
- commit 94a1030
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 28 17:25:14 CEST 2023 - tiwai@suse.de
|
||||
|
||||
- drm/nouveau/kms: Fix backlight registration (bsc#1209296).
|
||||
- commit f84ef02
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 28 09:54:15 CEST 2023 - ykaukab@suse.de
|
||||
|
||||
@ -641,6 +667,19 @@ Thu Mar 16 12:32:11 CET 2023 - jslaby@suse.cz
|
||||
& fixdep).
|
||||
- commit 0f30e04
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 16 07:11:05 CET 2023 - shung-hsi.yu@suse.com
|
||||
|
||||
- rpm/group-source-files.pl: Fix output difference when / is in location
|
||||
While previous attempt to fix group-source-files.pl in 6d651362c38
|
||||
"rpm/group-source-files.pl: Deal with {pre,post}fixed / in location"
|
||||
breaks the infinite loop, it does not properly address the issue. Having
|
||||
prefixed and/or postfixed forward slash still result in different
|
||||
output.
|
||||
This commit changes the script to use the Perl core module File::Spec
|
||||
for proper path manipulation to give consistent output.
|
||||
- commit 4161bf9
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 14 17:05:40 CET 2023 - msuchanek@suse.de
|
||||
|
||||
|
@ -27,7 +27,7 @@ Group: Development/Sources
|
||||
Version: 6.2.8
|
||||
%if %using_buildservice
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.gc9a94ac
|
||||
Release: <RELEASE>.gcbe8816
|
||||
%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-c9a94acad38706d9bddb7206e660b9bcf5efecd9
|
||||
Provides: %name-srchash-cbe8816d8485dc46f97a209f94053ff0a01979ba
|
||||
Provides: multiversion(kernel)
|
||||
Source: README.KSYMS
|
||||
Requires: kernel-devel%variant = %version-%source_rel
|
||||
|
@ -1,3 +1,29 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 29 17:39:46 CEST 2023 - ykaukab@suse.de
|
||||
|
||||
- supported.conf: fix typos in module names
|
||||
- commit cbe8816
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 29 09:53:49 CEST 2023 - jslaby@suse.cz
|
||||
|
||||
- net/wwan/t7xx: disable Werror (bsc#1209724).
|
||||
- commit fd61888
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 29 08:16:50 CEST 2023 - jslaby@suse.cz
|
||||
|
||||
- efi/libstub: smbios: Use length member instead of record struct
|
||||
size (bsc#1208750).
|
||||
Use the patches from upstream to fix the issue.
|
||||
- commit 94a1030
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 28 17:25:14 CEST 2023 - tiwai@suse.de
|
||||
|
||||
- drm/nouveau/kms: Fix backlight registration (bsc#1209296).
|
||||
- commit f84ef02
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 28 09:54:15 CEST 2023 - ykaukab@suse.de
|
||||
|
||||
@ -641,6 +667,19 @@ Thu Mar 16 12:32:11 CET 2023 - jslaby@suse.cz
|
||||
& fixdep).
|
||||
- commit 0f30e04
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 16 07:11:05 CET 2023 - shung-hsi.yu@suse.com
|
||||
|
||||
- rpm/group-source-files.pl: Fix output difference when / is in location
|
||||
While previous attempt to fix group-source-files.pl in 6d651362c38
|
||||
"rpm/group-source-files.pl: Deal with {pre,post}fixed / in location"
|
||||
breaks the infinite loop, it does not properly address the issue. Having
|
||||
prefixed and/or postfixed forward slash still result in different
|
||||
output.
|
||||
This commit changes the script to use the Perl core module File::Spec
|
||||
for proper path manipulation to give consistent output.
|
||||
- commit 4161bf9
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 14 17:05:40 CET 2023 - msuchanek@suse.de
|
||||
|
||||
|
@ -113,7 +113,7 @@ License: GPL-2.0-only
|
||||
Group: System/Kernel
|
||||
Version: 6.2.8
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.gc9a94ac
|
||||
Release: <RELEASE>.gcbe8816
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
@ -238,10 +238,10 @@ Conflicts: hyper-v < 4
|
||||
Conflicts: libc.so.6()(64bit)
|
||||
%endif
|
||||
Provides: kernel = %version-%source_rel
|
||||
Provides: kernel-%build_flavor-base-srchash-c9a94acad38706d9bddb7206e660b9bcf5efecd9
|
||||
Provides: kernel-srchash-c9a94acad38706d9bddb7206e660b9bcf5efecd9
|
||||
Provides: kernel-%build_flavor-base-srchash-cbe8816d8485dc46f97a209f94053ff0a01979ba
|
||||
Provides: kernel-srchash-cbe8816d8485dc46f97a209f94053ff0a01979ba
|
||||
# END COMMON DEPS
|
||||
Provides: %name-srchash-c9a94acad38706d9bddb7206e660b9bcf5efecd9
|
||||
Provides: %name-srchash-cbe8816d8485dc46f97a209f94053ff0a01979ba
|
||||
%obsolete_rebuilds %name
|
||||
Source0: https://www.kernel.org/pub/linux/kernel/v6.x/linux-%srcversion.tar.xz
|
||||
Source3: kernel-source.rpmlintrc
|
||||
|
@ -1,3 +1,29 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 29 17:39:46 CEST 2023 - ykaukab@suse.de
|
||||
|
||||
- supported.conf: fix typos in module names
|
||||
- commit cbe8816
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 29 09:53:49 CEST 2023 - jslaby@suse.cz
|
||||
|
||||
- net/wwan/t7xx: disable Werror (bsc#1209724).
|
||||
- commit fd61888
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 29 08:16:50 CEST 2023 - jslaby@suse.cz
|
||||
|
||||
- efi/libstub: smbios: Use length member instead of record struct
|
||||
size (bsc#1208750).
|
||||
Use the patches from upstream to fix the issue.
|
||||
- commit 94a1030
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 28 17:25:14 CEST 2023 - tiwai@suse.de
|
||||
|
||||
- drm/nouveau/kms: Fix backlight registration (bsc#1209296).
|
||||
- commit f84ef02
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 28 09:54:15 CEST 2023 - ykaukab@suse.de
|
||||
|
||||
@ -641,6 +667,19 @@ Thu Mar 16 12:32:11 CET 2023 - jslaby@suse.cz
|
||||
& fixdep).
|
||||
- commit 0f30e04
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 16 07:11:05 CET 2023 - shung-hsi.yu@suse.com
|
||||
|
||||
- rpm/group-source-files.pl: Fix output difference when / is in location
|
||||
While previous attempt to fix group-source-files.pl in 6d651362c38
|
||||
"rpm/group-source-files.pl: Deal with {pre,post}fixed / in location"
|
||||
breaks the infinite loop, it does not properly address the issue. Having
|
||||
prefixed and/or postfixed forward slash still result in different
|
||||
output.
|
||||
This commit changes the script to use the Perl core module File::Spec
|
||||
for proper path manipulation to give consistent output.
|
||||
- commit 4161bf9
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 14 17:05:40 CET 2023 - msuchanek@suse.de
|
||||
|
||||
|
@ -113,7 +113,7 @@ License: GPL-2.0-only
|
||||
Group: System/Kernel
|
||||
Version: 6.2.8
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.gc9a94ac
|
||||
Release: <RELEASE>.gcbe8816
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
@ -238,10 +238,10 @@ Conflicts: hyper-v < 4
|
||||
Conflicts: libc.so.6()(64bit)
|
||||
%endif
|
||||
Provides: kernel = %version-%source_rel
|
||||
Provides: kernel-%build_flavor-base-srchash-c9a94acad38706d9bddb7206e660b9bcf5efecd9
|
||||
Provides: kernel-srchash-c9a94acad38706d9bddb7206e660b9bcf5efecd9
|
||||
Provides: kernel-%build_flavor-base-srchash-cbe8816d8485dc46f97a209f94053ff0a01979ba
|
||||
Provides: kernel-srchash-cbe8816d8485dc46f97a209f94053ff0a01979ba
|
||||
# END COMMON DEPS
|
||||
Provides: %name-srchash-c9a94acad38706d9bddb7206e660b9bcf5efecd9
|
||||
Provides: %name-srchash-cbe8816d8485dc46f97a209f94053ff0a01979ba
|
||||
%obsolete_rebuilds %name
|
||||
Source0: https://www.kernel.org/pub/linux/kernel/v6.x/linux-%srcversion.tar.xz
|
||||
Source3: kernel-source.rpmlintrc
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4db2bba4c4b821bc135851f029918138e11b2f2c5e05a6bc289a17b65897953b
|
||||
size 3504
|
||||
oid sha256:d7e581d85c8a25b6f59ab769ddf08e030a669c709b533ae7390dc76895d9fff1
|
||||
size 4236
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6184bc4d2d2e1726477e1e221ea0d11aa93dedb994d890da06b1480345c24cbd
|
||||
size 34647
|
||||
oid sha256:e65803ca06456013b4454131db428459b887a0c2f3ef53375804a0bb2b8a2d58
|
||||
size 35907
|
||||
|
@ -1637,6 +1637,7 @@
|
||||
patches.rpmify/Revert-kconfig-only-write-CONFIG_FOO-is-not-set-for-.patch
|
||||
patches.rpmify/BTF-Don-t-break-ABI-when-debuginfo-is-disabled.patch
|
||||
patches.rpmify/s390-reintroduce-expoline-dependence-to-scripts.patch
|
||||
patches.rpmify/net-wwan-t7xx-disable-Werror.patch
|
||||
|
||||
########################################################
|
||||
# The sorted section should contain all patches that are
|
||||
@ -1654,8 +1655,9 @@
|
||||
########################################################
|
||||
# sorted patches
|
||||
########################################################
|
||||
|
||||
patches.suse/objtool-Check-that-module-init-exit-function-is-an-i.patch
|
||||
patches.suse/efi-libstub-smbios-Use-length-member-instead-of-reco.patch
|
||||
patches.suse/arm64-efi-Use-SMBIOS-processor-version-to-key-off-Am.patch
|
||||
########################################################
|
||||
# end of sorted patches
|
||||
########################################################
|
||||
@ -1672,7 +1674,6 @@
|
||||
# to get into mainline any time soon (or ever) belong
|
||||
# to area specific sections below.
|
||||
########################################################
|
||||
patches.suse/arm64-efi-Use-SMBIOS-processor-ID-to-key-off-Altra-q.patch
|
||||
|
||||
########################################################
|
||||
# kbuild/module infrastructure fixes
|
||||
@ -1772,6 +1773,7 @@
|
||||
patches.suse/drivers-firmware-skip-simpledrm-if-nvidia-drm.modese.patch
|
||||
patches.suse/Add-parameter-to-disable-simple-framebuffer-devices.patch
|
||||
patches.suse/0001-bsc-1204315-Disable-sysfb-before-creating-simple-fra.patch
|
||||
patches.suse/drm-nouveau-kms-Fix-backlight-registration.patch
|
||||
|
||||
########################################################
|
||||
# Storage
|
||||
|
@ -1,3 +1,3 @@
|
||||
2023-03-28 07:54:15 +0000
|
||||
GIT Revision: c9a94acad38706d9bddb7206e660b9bcf5efecd9
|
||||
2023-03-29 15:39:46 +0000
|
||||
GIT Revision: cbe8816d8485dc46f97a209f94053ff0a01979ba
|
||||
GIT Branch: stable
|
||||
|
@ -802,7 +802,7 @@
|
||||
drivers/gpu/drm/scheduler/gpu-sched
|
||||
- drivers/gpu/drm/solomon/ssd130x-i2c
|
||||
- drivers/gpu/drm/solomon/ssd130x
|
||||
- drivers/gpu/drm/solomon/ssd130x-sp
|
||||
- drivers/gpu/drm/solomon/ssd130x-spi
|
||||
- drivers/gpu/drm/sun4i/sun4i-backend
|
||||
- drivers/gpu/drm/sun4i/sun4i-drm
|
||||
- drivers/gpu/drm/sun4i/sun4i-drm-hdmi
|
||||
@ -3057,7 +3057,7 @@
|
||||
- drivers/staging/ks7010/ks7010
|
||||
- drivers/staging/media/allegro-dvt/allegro
|
||||
- drivers/staging/media/bcm2048/radio-bcm2048
|
||||
- drivers/staging/media/deprecated/saa7146/ttpci/budget-c
|
||||
- drivers/staging/media/deprecated/saa7146/ttpci/budget-ci
|
||||
- drivers/staging/media/deprecated/saa7146/ttpci/budget-core
|
||||
- drivers/staging/media/deprecated/saa7146/ttpci/budget
|
||||
- drivers/staging/media/hantro/hantro-vpu
|
||||
|
Loading…
Reference in New Issue
Block a user