commit d491fc16047d356d4f54da6b9a5969d2b26a909a

OBS-URL: https://build.opensuse.org/package/show/Kernel:stable/kernel-source?expand=0&rev=2041
This commit is contained in:
Kernel Bugs 2023-11-03 07:08:27 +00:00 committed by Git OBS Bridge
parent 57c5cf4a0a
commit 53d5c1ae0c
39 changed files with 375 additions and 69 deletions

View File

@ -7,6 +7,7 @@
declare -a IGNORED_CONFIGS_RE=(
'AS_HAS_[A-Z0-9_]*'
'AS_VERSION'
'AS_WRUSS' # x86_32
'BUILTIN_RETURN_ADDRESS_STRIPS_PAC'
'CC_CAN_[A-Z_]*'
'CC_HAS_[A-Z_]*'
@ -18,13 +19,13 @@ declare -a IGNORED_CONFIGS_RE=(
'G*CC[0-9]*_NO_[A-Z_]*'
'HAVE_[A-Z]*_COMPILER'
'LD_VERSION'
'OBJTOOL'
'PAHOLE_HAS_[A-Z0-9_]*'
'PAHOLE_VERSION'
'RISCV_ISA_[A-Z_]*'
'TOOLCHAIN_HAS_[A-Z_]*'
'TOOLCHAIN_NEEDS_[A-Z_]*'
'TOOLS_SUPPORT_[A-Z_]*'
'OBJTOOL'
)
declare -a SED_ARGS=()

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:1ab7e43c73c50b8ba650cc9dbefc026b51ffec131a6d234da900675206539972
size 288708
oid sha256:0dd1d209deea9516c4ae6b089b0c0ff792b04ba33beaad2619ca8c2032c6a0fe
size 289010

View File

@ -1,3 +1,21 @@
-------------------------------------------------------------------
Wed Nov 1 07:13:07 CET 2023 - jslaby@suse.cz
- Delete patches.rpmify/x86-Let-AS_WRUSS-depend-on-X86_64.patch.
- Update config files.
This effectively reverts 9ab2e0780c8a2fb9a84db5bad59fbe3ab526a6c3. The
patch was not accepted upstream:
https://lore.kernel.org/all/20231031140504.GCZUEJkMPXSrEDh3MA@fat_crate.local/
Instead, we merged the packaging branch which fixes this in
rpm/check-for-config-changes instead.
- rpm/check-for-config-changes: add AS_WRUSS to IGNORED_CONFIGS_RE
Add AS_WRUSS as an IGNORED_CONFIGS_RE entry in check-for-config-changes
to fix build on x86_32.
There was a fix submitted to upstream but it was not accepted:
https://lore.kernel.org/all/20231031140504.GCZUEJkMPXSrEDh3MA@fat_crate.local/
So carry this in IGNORED_CONFIGS_RE instead.
- commit ce5bc31
-------------------------------------------------------------------
Tue Oct 31 22:55:40 CET 2023 - petr@tesarici.cz

View File

@ -27,7 +27,7 @@
Name: dtb-aarch64
Version: 6.6.0
%if 0%{?is_kotd}
Release: <RELEASE>.g742e4a2
Release: <RELEASE>.gd491fc1
%else
Release: 0
%endif

View File

@ -1,3 +1,21 @@
-------------------------------------------------------------------
Wed Nov 1 07:13:07 CET 2023 - jslaby@suse.cz
- Delete patches.rpmify/x86-Let-AS_WRUSS-depend-on-X86_64.patch.
- Update config files.
This effectively reverts 9ab2e0780c8a2fb9a84db5bad59fbe3ab526a6c3. The
patch was not accepted upstream:
https://lore.kernel.org/all/20231031140504.GCZUEJkMPXSrEDh3MA@fat_crate.local/
Instead, we merged the packaging branch which fixes this in
rpm/check-for-config-changes instead.
- rpm/check-for-config-changes: add AS_WRUSS to IGNORED_CONFIGS_RE
Add AS_WRUSS as an IGNORED_CONFIGS_RE entry in check-for-config-changes
to fix build on x86_32.
There was a fix submitted to upstream but it was not accepted:
https://lore.kernel.org/all/20231031140504.GCZUEJkMPXSrEDh3MA@fat_crate.local/
So carry this in IGNORED_CONFIGS_RE instead.
- commit ce5bc31
-------------------------------------------------------------------
Tue Oct 31 22:55:40 CET 2023 - petr@tesarici.cz

View File

@ -27,7 +27,7 @@
Name: dtb-armv6l
Version: 6.6.0
%if 0%{?is_kotd}
Release: <RELEASE>.g742e4a2
Release: <RELEASE>.gd491fc1
%else
Release: 0
%endif

View File

@ -1,3 +1,21 @@
-------------------------------------------------------------------
Wed Nov 1 07:13:07 CET 2023 - jslaby@suse.cz
- Delete patches.rpmify/x86-Let-AS_WRUSS-depend-on-X86_64.patch.
- Update config files.
This effectively reverts 9ab2e0780c8a2fb9a84db5bad59fbe3ab526a6c3. The
patch was not accepted upstream:
https://lore.kernel.org/all/20231031140504.GCZUEJkMPXSrEDh3MA@fat_crate.local/
Instead, we merged the packaging branch which fixes this in
rpm/check-for-config-changes instead.
- rpm/check-for-config-changes: add AS_WRUSS to IGNORED_CONFIGS_RE
Add AS_WRUSS as an IGNORED_CONFIGS_RE entry in check-for-config-changes
to fix build on x86_32.
There was a fix submitted to upstream but it was not accepted:
https://lore.kernel.org/all/20231031140504.GCZUEJkMPXSrEDh3MA@fat_crate.local/
So carry this in IGNORED_CONFIGS_RE instead.
- commit ce5bc31
-------------------------------------------------------------------
Tue Oct 31 22:55:40 CET 2023 - petr@tesarici.cz

View File

@ -27,7 +27,7 @@
Name: dtb-armv7l
Version: 6.6.0
%if 0%{?is_kotd}
Release: <RELEASE>.g742e4a2
Release: <RELEASE>.gd491fc1
%else
Release: 0
%endif

View File

@ -1,3 +1,21 @@
-------------------------------------------------------------------
Wed Nov 1 07:13:07 CET 2023 - jslaby@suse.cz
- Delete patches.rpmify/x86-Let-AS_WRUSS-depend-on-X86_64.patch.
- Update config files.
This effectively reverts 9ab2e0780c8a2fb9a84db5bad59fbe3ab526a6c3. The
patch was not accepted upstream:
https://lore.kernel.org/all/20231031140504.GCZUEJkMPXSrEDh3MA@fat_crate.local/
Instead, we merged the packaging branch which fixes this in
rpm/check-for-config-changes instead.
- rpm/check-for-config-changes: add AS_WRUSS to IGNORED_CONFIGS_RE
Add AS_WRUSS as an IGNORED_CONFIGS_RE entry in check-for-config-changes
to fix build on x86_32.
There was a fix submitted to upstream but it was not accepted:
https://lore.kernel.org/all/20231031140504.GCZUEJkMPXSrEDh3MA@fat_crate.local/
So carry this in IGNORED_CONFIGS_RE instead.
- commit ce5bc31
-------------------------------------------------------------------
Tue Oct 31 22:55:40 CET 2023 - petr@tesarici.cz

View File

@ -27,7 +27,7 @@
Name: dtb-riscv64
Version: 6.6.0
%if 0%{?is_kotd}
Release: <RELEASE>.g742e4a2
Release: <RELEASE>.gd491fc1
%else
Release: 0
%endif

View File

@ -1,3 +1,21 @@
-------------------------------------------------------------------
Wed Nov 1 07:13:07 CET 2023 - jslaby@suse.cz
- Delete patches.rpmify/x86-Let-AS_WRUSS-depend-on-X86_64.patch.
- Update config files.
This effectively reverts 9ab2e0780c8a2fb9a84db5bad59fbe3ab526a6c3. The
patch was not accepted upstream:
https://lore.kernel.org/all/20231031140504.GCZUEJkMPXSrEDh3MA@fat_crate.local/
Instead, we merged the packaging branch which fixes this in
rpm/check-for-config-changes instead.
- rpm/check-for-config-changes: add AS_WRUSS to IGNORED_CONFIGS_RE
Add AS_WRUSS as an IGNORED_CONFIGS_RE entry in check-for-config-changes
to fix build on x86_32.
There was a fix submitted to upstream but it was not accepted:
https://lore.kernel.org/all/20231031140504.GCZUEJkMPXSrEDh3MA@fat_crate.local/
So carry this in IGNORED_CONFIGS_RE instead.
- commit ce5bc31
-------------------------------------------------------------------
Tue Oct 31 22:55:40 CET 2023 - petr@tesarici.cz

View File

@ -114,7 +114,7 @@ License: GPL-2.0-only
Group: System/Kernel
Version: 6.6.0
%if 0%{?is_kotd}
Release: <RELEASE>.g742e4a2
Release: <RELEASE>.gd491fc1
%else
Release: 0
%endif
@ -385,10 +385,10 @@ Obsoletes: microcode_ctl < 1.18
Conflicts: libc.so.6()(64bit)
%endif
Provides: kernel = %version-%source_rel
Provides: kernel-%build_flavor-base-srchash-742e4a2154992ae2351372acae1ec94379d59207
Provides: kernel-srchash-742e4a2154992ae2351372acae1ec94379d59207
Provides: kernel-%build_flavor-base-srchash-d491fc16047d356d4f54da6b9a5969d2b26a909a
Provides: kernel-srchash-d491fc16047d356d4f54da6b9a5969d2b26a909a
# END COMMON DEPS
Provides: %name-srchash-742e4a2154992ae2351372acae1ec94379d59207
Provides: %name-srchash-d491fc16047d356d4f54da6b9a5969d2b26a909a
%obsolete_rebuilds %name
%define kmp_target_cpu %_target_cpu
@ -1305,8 +1305,8 @@ Obsoletes: microcode_ctl < 1.18
Conflicts: libc.so.6()(64bit)
%endif
Provides: kernel = %version-%source_rel
Provides: kernel-%build_flavor-base-srchash-742e4a2154992ae2351372acae1ec94379d59207
Provides: kernel-srchash-742e4a2154992ae2351372acae1ec94379d59207
Provides: kernel-%build_flavor-base-srchash-d491fc16047d356d4f54da6b9a5969d2b26a909a
Provides: kernel-srchash-d491fc16047d356d4f54da6b9a5969d2b26a909a
%obsolete_rebuilds %name-base
%ifarch %ix86

View File

@ -1,3 +1,21 @@
-------------------------------------------------------------------
Wed Nov 1 07:13:07 CET 2023 - jslaby@suse.cz
- Delete patches.rpmify/x86-Let-AS_WRUSS-depend-on-X86_64.patch.
- Update config files.
This effectively reverts 9ab2e0780c8a2fb9a84db5bad59fbe3ab526a6c3. The
patch was not accepted upstream:
https://lore.kernel.org/all/20231031140504.GCZUEJkMPXSrEDh3MA@fat_crate.local/
Instead, we merged the packaging branch which fixes this in
rpm/check-for-config-changes instead.
- rpm/check-for-config-changes: add AS_WRUSS to IGNORED_CONFIGS_RE
Add AS_WRUSS as an IGNORED_CONFIGS_RE entry in check-for-config-changes
to fix build on x86_32.
There was a fix submitted to upstream but it was not accepted:
https://lore.kernel.org/all/20231031140504.GCZUEJkMPXSrEDh3MA@fat_crate.local/
So carry this in IGNORED_CONFIGS_RE instead.
- commit ce5bc31
-------------------------------------------------------------------
Tue Oct 31 22:55:40 CET 2023 - petr@tesarici.cz

View File

@ -114,7 +114,7 @@ License: GPL-2.0-only
Group: System/Kernel
Version: 6.6.0
%if 0%{?is_kotd}
Release: <RELEASE>.g742e4a2
Release: <RELEASE>.gd491fc1
%else
Release: 0
%endif
@ -385,10 +385,10 @@ Obsoletes: microcode_ctl < 1.18
Conflicts: libc.so.6()(64bit)
%endif
Provides: kernel = %version-%source_rel
Provides: kernel-%build_flavor-base-srchash-742e4a2154992ae2351372acae1ec94379d59207
Provides: kernel-srchash-742e4a2154992ae2351372acae1ec94379d59207
Provides: kernel-%build_flavor-base-srchash-d491fc16047d356d4f54da6b9a5969d2b26a909a
Provides: kernel-srchash-d491fc16047d356d4f54da6b9a5969d2b26a909a
# END COMMON DEPS
Provides: %name-srchash-742e4a2154992ae2351372acae1ec94379d59207
Provides: %name-srchash-d491fc16047d356d4f54da6b9a5969d2b26a909a
%obsolete_rebuilds %name
%define kmp_target_cpu %_target_cpu
@ -1303,8 +1303,8 @@ Obsoletes: microcode_ctl < 1.18
Conflicts: libc.so.6()(64bit)
%endif
Provides: kernel = %version-%source_rel
Provides: kernel-%build_flavor-base-srchash-742e4a2154992ae2351372acae1ec94379d59207
Provides: kernel-srchash-742e4a2154992ae2351372acae1ec94379d59207
Provides: kernel-%build_flavor-base-srchash-d491fc16047d356d4f54da6b9a5969d2b26a909a
Provides: kernel-srchash-d491fc16047d356d4f54da6b9a5969d2b26a909a
%obsolete_rebuilds %name-base
%ifarch %ix86

View File

@ -1,3 +1,21 @@
-------------------------------------------------------------------
Wed Nov 1 07:13:07 CET 2023 - jslaby@suse.cz
- Delete patches.rpmify/x86-Let-AS_WRUSS-depend-on-X86_64.patch.
- Update config files.
This effectively reverts 9ab2e0780c8a2fb9a84db5bad59fbe3ab526a6c3. The
patch was not accepted upstream:
https://lore.kernel.org/all/20231031140504.GCZUEJkMPXSrEDh3MA@fat_crate.local/
Instead, we merged the packaging branch which fixes this in
rpm/check-for-config-changes instead.
- rpm/check-for-config-changes: add AS_WRUSS to IGNORED_CONFIGS_RE
Add AS_WRUSS as an IGNORED_CONFIGS_RE entry in check-for-config-changes
to fix build on x86_32.
There was a fix submitted to upstream but it was not accepted:
https://lore.kernel.org/all/20231031140504.GCZUEJkMPXSrEDh3MA@fat_crate.local/
So carry this in IGNORED_CONFIGS_RE instead.
- commit ce5bc31
-------------------------------------------------------------------
Tue Oct 31 22:55:40 CET 2023 - petr@tesarici.cz

View File

@ -114,7 +114,7 @@ License: GPL-2.0-only
Group: System/Kernel
Version: 6.6.0
%if 0%{?is_kotd}
Release: <RELEASE>.g742e4a2
Release: <RELEASE>.gd491fc1
%else
Release: 0
%endif
@ -385,10 +385,10 @@ Obsoletes: microcode_ctl < 1.18
Conflicts: libc.so.6()(64bit)
%endif
Provides: kernel = %version-%source_rel
Provides: kernel-%build_flavor-base-srchash-742e4a2154992ae2351372acae1ec94379d59207
Provides: kernel-srchash-742e4a2154992ae2351372acae1ec94379d59207
Provides: kernel-%build_flavor-base-srchash-d491fc16047d356d4f54da6b9a5969d2b26a909a
Provides: kernel-srchash-d491fc16047d356d4f54da6b9a5969d2b26a909a
# END COMMON DEPS
Provides: %name-srchash-742e4a2154992ae2351372acae1ec94379d59207
Provides: %name-srchash-d491fc16047d356d4f54da6b9a5969d2b26a909a
%ifarch %ix86
Provides: kernel-trace = 3.13
Obsoletes: kernel-trace <= 3.13
@ -1342,8 +1342,8 @@ Obsoletes: microcode_ctl < 1.18
Conflicts: libc.so.6()(64bit)
%endif
Provides: kernel = %version-%source_rel
Provides: kernel-%build_flavor-base-srchash-742e4a2154992ae2351372acae1ec94379d59207
Provides: kernel-srchash-742e4a2154992ae2351372acae1ec94379d59207
Provides: kernel-%build_flavor-base-srchash-d491fc16047d356d4f54da6b9a5969d2b26a909a
Provides: kernel-srchash-d491fc16047d356d4f54da6b9a5969d2b26a909a
%ifarch %ix86
Provides: kernel-trace-base = 3.13

View File

@ -1,3 +1,21 @@
-------------------------------------------------------------------
Wed Nov 1 07:13:07 CET 2023 - jslaby@suse.cz
- Delete patches.rpmify/x86-Let-AS_WRUSS-depend-on-X86_64.patch.
- Update config files.
This effectively reverts 9ab2e0780c8a2fb9a84db5bad59fbe3ab526a6c3. The
patch was not accepted upstream:
https://lore.kernel.org/all/20231031140504.GCZUEJkMPXSrEDh3MA@fat_crate.local/
Instead, we merged the packaging branch which fixes this in
rpm/check-for-config-changes instead.
- rpm/check-for-config-changes: add AS_WRUSS to IGNORED_CONFIGS_RE
Add AS_WRUSS as an IGNORED_CONFIGS_RE entry in check-for-config-changes
to fix build on x86_32.
There was a fix submitted to upstream but it was not accepted:
https://lore.kernel.org/all/20231031140504.GCZUEJkMPXSrEDh3MA@fat_crate.local/
So carry this in IGNORED_CONFIGS_RE instead.
- commit ce5bc31
-------------------------------------------------------------------
Tue Oct 31 22:55:40 CET 2023 - petr@tesarici.cz

View File

@ -32,7 +32,7 @@ License: GPL-2.0-only
Group: Documentation/Man
Version: 6.6.0
%if 0%{?is_kotd}
Release: <RELEASE>.g742e4a2
Release: <RELEASE>.gd491fc1
%else
Release: 0
%endif
@ -83,7 +83,7 @@ BuildRequires: texlive-zapfding
%endif
URL: https://www.kernel.org/
Provides: %name = %version-%source_rel
Provides: %name-srchash-742e4a2154992ae2351372acae1ec94379d59207
Provides: %name-srchash-d491fc16047d356d4f54da6b9a5969d2b26a909a
BuildArch: noarch
Source0: https://www.kernel.org/pub/linux/kernel/v6.x/linux-%srcversion.tar.xz
Source3: kernel-source.rpmlintrc

View File

@ -1,3 +1,21 @@
-------------------------------------------------------------------
Wed Nov 1 07:13:07 CET 2023 - jslaby@suse.cz
- Delete patches.rpmify/x86-Let-AS_WRUSS-depend-on-X86_64.patch.
- Update config files.
This effectively reverts 9ab2e0780c8a2fb9a84db5bad59fbe3ab526a6c3. The
patch was not accepted upstream:
https://lore.kernel.org/all/20231031140504.GCZUEJkMPXSrEDh3MA@fat_crate.local/
Instead, we merged the packaging branch which fixes this in
rpm/check-for-config-changes instead.
- rpm/check-for-config-changes: add AS_WRUSS to IGNORED_CONFIGS_RE
Add AS_WRUSS as an IGNORED_CONFIGS_RE entry in check-for-config-changes
to fix build on x86_32.
There was a fix submitted to upstream but it was not accepted:
https://lore.kernel.org/all/20231031140504.GCZUEJkMPXSrEDh3MA@fat_crate.local/
So carry this in IGNORED_CONFIGS_RE instead.
- commit ce5bc31
-------------------------------------------------------------------
Tue Oct 31 22:55:40 CET 2023 - petr@tesarici.cz

View File

@ -114,7 +114,7 @@ License: GPL-2.0-only
Group: System/Kernel
Version: 6.6.0
%if 0%{?is_kotd}
Release: <RELEASE>.g742e4a2
Release: <RELEASE>.gd491fc1
%else
Release: 0
%endif
@ -385,10 +385,10 @@ Obsoletes: microcode_ctl < 1.18
Conflicts: libc.so.6()(64bit)
%endif
Provides: kernel = %version-%source_rel
Provides: kernel-%build_flavor-base-srchash-742e4a2154992ae2351372acae1ec94379d59207
Provides: kernel-srchash-742e4a2154992ae2351372acae1ec94379d59207
Provides: kernel-%build_flavor-base-srchash-d491fc16047d356d4f54da6b9a5969d2b26a909a
Provides: kernel-srchash-d491fc16047d356d4f54da6b9a5969d2b26a909a
# END COMMON DEPS
Provides: %name-srchash-742e4a2154992ae2351372acae1ec94379d59207
Provides: %name-srchash-d491fc16047d356d4f54da6b9a5969d2b26a909a
%obsolete_rebuilds %name
%define kmp_target_cpu %_target_cpu
@ -1309,8 +1309,8 @@ Obsoletes: microcode_ctl < 1.18
Conflicts: libc.so.6()(64bit)
%endif
Provides: kernel = %version-%source_rel
Provides: kernel-%build_flavor-base-srchash-742e4a2154992ae2351372acae1ec94379d59207
Provides: kernel-srchash-742e4a2154992ae2351372acae1ec94379d59207
Provides: kernel-%build_flavor-base-srchash-d491fc16047d356d4f54da6b9a5969d2b26a909a
Provides: kernel-srchash-d491fc16047d356d4f54da6b9a5969d2b26a909a
%obsolete_rebuilds %name-base
%ifarch %ix86

View File

@ -1,3 +1,21 @@
-------------------------------------------------------------------
Wed Nov 1 07:13:07 CET 2023 - jslaby@suse.cz
- Delete patches.rpmify/x86-Let-AS_WRUSS-depend-on-X86_64.patch.
- Update config files.
This effectively reverts 9ab2e0780c8a2fb9a84db5bad59fbe3ab526a6c3. The
patch was not accepted upstream:
https://lore.kernel.org/all/20231031140504.GCZUEJkMPXSrEDh3MA@fat_crate.local/
Instead, we merged the packaging branch which fixes this in
rpm/check-for-config-changes instead.
- rpm/check-for-config-changes: add AS_WRUSS to IGNORED_CONFIGS_RE
Add AS_WRUSS as an IGNORED_CONFIGS_RE entry in check-for-config-changes
to fix build on x86_32.
There was a fix submitted to upstream but it was not accepted:
https://lore.kernel.org/all/20231031140504.GCZUEJkMPXSrEDh3MA@fat_crate.local/
So carry this in IGNORED_CONFIGS_RE instead.
- commit ce5bc31
-------------------------------------------------------------------
Tue Oct 31 22:55:40 CET 2023 - petr@tesarici.cz

View File

@ -114,7 +114,7 @@ License: GPL-2.0-only
Group: System/Kernel
Version: 6.6.0
%if 0%{?is_kotd}
Release: <RELEASE>.g742e4a2
Release: <RELEASE>.gd491fc1
%else
Release: 0
%endif
@ -385,10 +385,10 @@ Obsoletes: microcode_ctl < 1.18
Conflicts: libc.so.6()(64bit)
%endif
Provides: kernel = %version-%source_rel
Provides: kernel-%build_flavor-base-srchash-742e4a2154992ae2351372acae1ec94379d59207
Provides: kernel-srchash-742e4a2154992ae2351372acae1ec94379d59207
Provides: kernel-%build_flavor-base-srchash-d491fc16047d356d4f54da6b9a5969d2b26a909a
Provides: kernel-srchash-d491fc16047d356d4f54da6b9a5969d2b26a909a
# END COMMON DEPS
Provides: %name-srchash-742e4a2154992ae2351372acae1ec94379d59207
Provides: %name-srchash-d491fc16047d356d4f54da6b9a5969d2b26a909a
%obsolete_rebuilds %name
%define kmp_target_cpu %_target_cpu
@ -1303,8 +1303,8 @@ Obsoletes: microcode_ctl < 1.18
Conflicts: libc.so.6()(64bit)
%endif
Provides: kernel = %version-%source_rel
Provides: kernel-%build_flavor-base-srchash-742e4a2154992ae2351372acae1ec94379d59207
Provides: kernel-srchash-742e4a2154992ae2351372acae1ec94379d59207
Provides: kernel-%build_flavor-base-srchash-d491fc16047d356d4f54da6b9a5969d2b26a909a
Provides: kernel-srchash-d491fc16047d356d4f54da6b9a5969d2b26a909a
%obsolete_rebuilds %name-base
%ifarch %ix86

View File

@ -1,3 +1,21 @@
-------------------------------------------------------------------
Wed Nov 1 07:13:07 CET 2023 - jslaby@suse.cz
- Delete patches.rpmify/x86-Let-AS_WRUSS-depend-on-X86_64.patch.
- Update config files.
This effectively reverts 9ab2e0780c8a2fb9a84db5bad59fbe3ab526a6c3. The
patch was not accepted upstream:
https://lore.kernel.org/all/20231031140504.GCZUEJkMPXSrEDh3MA@fat_crate.local/
Instead, we merged the packaging branch which fixes this in
rpm/check-for-config-changes instead.
- rpm/check-for-config-changes: add AS_WRUSS to IGNORED_CONFIGS_RE
Add AS_WRUSS as an IGNORED_CONFIGS_RE entry in check-for-config-changes
to fix build on x86_32.
There was a fix submitted to upstream but it was not accepted:
https://lore.kernel.org/all/20231031140504.GCZUEJkMPXSrEDh3MA@fat_crate.local/
So carry this in IGNORED_CONFIGS_RE instead.
- commit ce5bc31
-------------------------------------------------------------------
Tue Oct 31 22:55:40 CET 2023 - petr@tesarici.cz

View File

@ -44,7 +44,7 @@ BuildRequires: util-linux
%endif
%endif
%endif
BuildRequires: kernel%kernel_flavor-srchash-742e4a2154992ae2351372acae1ec94379d59207
BuildRequires: kernel%kernel_flavor-srchash-d491fc16047d356d4f54da6b9a5969d2b26a909a
%if 0%{?rhel_version}
BuildRequires: kernel
@ -58,7 +58,7 @@ License: GPL-2.0-only
Group: SLES
Version: 6.6.0
%if 0%{?is_kotd}
Release: <RELEASE>.g742e4a2
Release: <RELEASE>.gd491fc1
%else
Release: 0
%endif

View File

@ -1,3 +1,21 @@
-------------------------------------------------------------------
Wed Nov 1 07:13:07 CET 2023 - jslaby@suse.cz
- Delete patches.rpmify/x86-Let-AS_WRUSS-depend-on-X86_64.patch.
- Update config files.
This effectively reverts 9ab2e0780c8a2fb9a84db5bad59fbe3ab526a6c3. The
patch was not accepted upstream:
https://lore.kernel.org/all/20231031140504.GCZUEJkMPXSrEDh3MA@fat_crate.local/
Instead, we merged the packaging branch which fixes this in
rpm/check-for-config-changes instead.
- rpm/check-for-config-changes: add AS_WRUSS to IGNORED_CONFIGS_RE
Add AS_WRUSS as an IGNORED_CONFIGS_RE entry in check-for-config-changes
to fix build on x86_32.
There was a fix submitted to upstream but it was not accepted:
https://lore.kernel.org/all/20231031140504.GCZUEJkMPXSrEDh3MA@fat_crate.local/
So carry this in IGNORED_CONFIGS_RE instead.
- commit ce5bc31
-------------------------------------------------------------------
Tue Oct 31 22:55:40 CET 2023 - petr@tesarici.cz

View File

@ -34,7 +34,7 @@ License: GPL-2.0-only
Group: SLES
Version: 6.6.0
%if 0%{?is_kotd}
Release: <RELEASE>.g742e4a2
Release: <RELEASE>.gd491fc1
%else
Release: 0
%endif

View File

@ -1,3 +1,21 @@
-------------------------------------------------------------------
Wed Nov 1 07:13:07 CET 2023 - jslaby@suse.cz
- Delete patches.rpmify/x86-Let-AS_WRUSS-depend-on-X86_64.patch.
- Update config files.
This effectively reverts 9ab2e0780c8a2fb9a84db5bad59fbe3ab526a6c3. The
patch was not accepted upstream:
https://lore.kernel.org/all/20231031140504.GCZUEJkMPXSrEDh3MA@fat_crate.local/
Instead, we merged the packaging branch which fixes this in
rpm/check-for-config-changes instead.
- rpm/check-for-config-changes: add AS_WRUSS to IGNORED_CONFIGS_RE
Add AS_WRUSS as an IGNORED_CONFIGS_RE entry in check-for-config-changes
to fix build on x86_32.
There was a fix submitted to upstream but it was not accepted:
https://lore.kernel.org/all/20231031140504.GCZUEJkMPXSrEDh3MA@fat_crate.local/
So carry this in IGNORED_CONFIGS_RE instead.
- commit ce5bc31
-------------------------------------------------------------------
Tue Oct 31 22:55:40 CET 2023 - petr@tesarici.cz

View File

@ -114,7 +114,7 @@ License: GPL-2.0-only
Group: System/Kernel
Version: 6.6.0
%if 0%{?is_kotd}
Release: <RELEASE>.g742e4a2
Release: <RELEASE>.gd491fc1
%else
Release: 0
%endif
@ -385,10 +385,10 @@ Obsoletes: microcode_ctl < 1.18
Conflicts: libc.so.6()(64bit)
%endif
Provides: kernel = %version-%source_rel
Provides: kernel-%build_flavor-base-srchash-742e4a2154992ae2351372acae1ec94379d59207
Provides: kernel-srchash-742e4a2154992ae2351372acae1ec94379d59207
Provides: kernel-%build_flavor-base-srchash-d491fc16047d356d4f54da6b9a5969d2b26a909a
Provides: kernel-srchash-d491fc16047d356d4f54da6b9a5969d2b26a909a
# END COMMON DEPS
Provides: %name-srchash-742e4a2154992ae2351372acae1ec94379d59207
Provides: %name-srchash-d491fc16047d356d4f54da6b9a5969d2b26a909a
%ifarch %ix86
Provides: kernel-desktop = 4.3
Obsoletes: kernel-desktop <= 4.3
@ -1325,8 +1325,8 @@ Obsoletes: microcode_ctl < 1.18
Conflicts: libc.so.6()(64bit)
%endif
Provides: kernel = %version-%source_rel
Provides: kernel-%build_flavor-base-srchash-742e4a2154992ae2351372acae1ec94379d59207
Provides: kernel-srchash-742e4a2154992ae2351372acae1ec94379d59207
Provides: kernel-%build_flavor-base-srchash-d491fc16047d356d4f54da6b9a5969d2b26a909a
Provides: kernel-srchash-d491fc16047d356d4f54da6b9a5969d2b26a909a
%ifarch %ix86
Provides: kernel-desktop-base = 4.3

View File

@ -1,3 +1,21 @@
-------------------------------------------------------------------
Wed Nov 1 07:13:07 CET 2023 - jslaby@suse.cz
- Delete patches.rpmify/x86-Let-AS_WRUSS-depend-on-X86_64.patch.
- Update config files.
This effectively reverts 9ab2e0780c8a2fb9a84db5bad59fbe3ab526a6c3. The
patch was not accepted upstream:
https://lore.kernel.org/all/20231031140504.GCZUEJkMPXSrEDh3MA@fat_crate.local/
Instead, we merged the packaging branch which fixes this in
rpm/check-for-config-changes instead.
- rpm/check-for-config-changes: add AS_WRUSS to IGNORED_CONFIGS_RE
Add AS_WRUSS as an IGNORED_CONFIGS_RE entry in check-for-config-changes
to fix build on x86_32.
There was a fix submitted to upstream but it was not accepted:
https://lore.kernel.org/all/20231031140504.GCZUEJkMPXSrEDh3MA@fat_crate.local/
So carry this in IGNORED_CONFIGS_RE instead.
- commit ce5bc31
-------------------------------------------------------------------
Tue Oct 31 22:55:40 CET 2023 - petr@tesarici.cz

View File

@ -32,7 +32,7 @@
Name: kernel-source
Version: 6.6.0
%if 0%{?is_kotd}
Release: <RELEASE>.g742e4a2
Release: <RELEASE>.gd491fc1
%else
Release: 0
%endif
@ -49,7 +49,7 @@ BuildRequires: fdupes
BuildRequires: sed
Requires(post): coreutils sed
Provides: %name = %version-%source_rel
Provides: %name-srchash-742e4a2154992ae2351372acae1ec94379d59207
Provides: %name-srchash-d491fc16047d356d4f54da6b9a5969d2b26a909a
Provides: linux
Provides: multiversion(kernel)
Source0: https://www.kernel.org/pub/linux/kernel/v6.x/linux-%srcversion.tar.xz

View File

@ -1,3 +1,21 @@
-------------------------------------------------------------------
Wed Nov 1 07:13:07 CET 2023 - jslaby@suse.cz
- Delete patches.rpmify/x86-Let-AS_WRUSS-depend-on-X86_64.patch.
- Update config files.
This effectively reverts 9ab2e0780c8a2fb9a84db5bad59fbe3ab526a6c3. The
patch was not accepted upstream:
https://lore.kernel.org/all/20231031140504.GCZUEJkMPXSrEDh3MA@fat_crate.local/
Instead, we merged the packaging branch which fixes this in
rpm/check-for-config-changes instead.
- rpm/check-for-config-changes: add AS_WRUSS to IGNORED_CONFIGS_RE
Add AS_WRUSS as an IGNORED_CONFIGS_RE entry in check-for-config-changes
to fix build on x86_32.
There was a fix submitted to upstream but it was not accepted:
https://lore.kernel.org/all/20231031140504.GCZUEJkMPXSrEDh3MA@fat_crate.local/
So carry this in IGNORED_CONFIGS_RE instead.
- commit ce5bc31
-------------------------------------------------------------------
Tue Oct 31 22:55:40 CET 2023 - petr@tesarici.cz

View File

@ -27,7 +27,7 @@ Group: Development/Sources
Version: 6.6.0
%if %using_buildservice
%if 0%{?is_kotd}
Release: <RELEASE>.g742e4a2
Release: <RELEASE>.gd491fc1
%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-742e4a2154992ae2351372acae1ec94379d59207
Provides: %name-srchash-d491fc16047d356d4f54da6b9a5969d2b26a909a
Provides: multiversion(kernel)
Source: README.KSYMS
Requires: kernel-devel%variant = %version-%source_rel

View File

@ -1,3 +1,21 @@
-------------------------------------------------------------------
Wed Nov 1 07:13:07 CET 2023 - jslaby@suse.cz
- Delete patches.rpmify/x86-Let-AS_WRUSS-depend-on-X86_64.patch.
- Update config files.
This effectively reverts 9ab2e0780c8a2fb9a84db5bad59fbe3ab526a6c3. The
patch was not accepted upstream:
https://lore.kernel.org/all/20231031140504.GCZUEJkMPXSrEDh3MA@fat_crate.local/
Instead, we merged the packaging branch which fixes this in
rpm/check-for-config-changes instead.
- rpm/check-for-config-changes: add AS_WRUSS to IGNORED_CONFIGS_RE
Add AS_WRUSS as an IGNORED_CONFIGS_RE entry in check-for-config-changes
to fix build on x86_32.
There was a fix submitted to upstream but it was not accepted:
https://lore.kernel.org/all/20231031140504.GCZUEJkMPXSrEDh3MA@fat_crate.local/
So carry this in IGNORED_CONFIGS_RE instead.
- commit ce5bc31
-------------------------------------------------------------------
Tue Oct 31 22:55:40 CET 2023 - petr@tesarici.cz

View File

@ -114,7 +114,7 @@ License: GPL-2.0-only
Group: System/Kernel
Version: 6.6.0
%if 0%{?is_kotd}
Release: <RELEASE>.g742e4a2
Release: <RELEASE>.gd491fc1
%else
Release: 0
%endif
@ -385,10 +385,10 @@ Obsoletes: microcode_ctl < 1.18
Conflicts: libc.so.6()(64bit)
%endif
Provides: kernel = %version-%source_rel
Provides: kernel-%build_flavor-base-srchash-742e4a2154992ae2351372acae1ec94379d59207
Provides: kernel-srchash-742e4a2154992ae2351372acae1ec94379d59207
Provides: kernel-%build_flavor-base-srchash-d491fc16047d356d4f54da6b9a5969d2b26a909a
Provides: kernel-srchash-d491fc16047d356d4f54da6b9a5969d2b26a909a
# END COMMON DEPS
Provides: %name-srchash-742e4a2154992ae2351372acae1ec94379d59207
Provides: %name-srchash-d491fc16047d356d4f54da6b9a5969d2b26a909a
%obsolete_rebuilds %name
%define kmp_target_cpu %_target_cpu
@ -1302,8 +1302,8 @@ Obsoletes: microcode_ctl < 1.18
Conflicts: libc.so.6()(64bit)
%endif
Provides: kernel = %version-%source_rel
Provides: kernel-%build_flavor-base-srchash-742e4a2154992ae2351372acae1ec94379d59207
Provides: kernel-srchash-742e4a2154992ae2351372acae1ec94379d59207
Provides: kernel-%build_flavor-base-srchash-d491fc16047d356d4f54da6b9a5969d2b26a909a
Provides: kernel-srchash-d491fc16047d356d4f54da6b9a5969d2b26a909a
%obsolete_rebuilds %name-base
%ifarch %ix86

View File

@ -1,3 +1,21 @@
-------------------------------------------------------------------
Wed Nov 1 07:13:07 CET 2023 - jslaby@suse.cz
- Delete patches.rpmify/x86-Let-AS_WRUSS-depend-on-X86_64.patch.
- Update config files.
This effectively reverts 9ab2e0780c8a2fb9a84db5bad59fbe3ab526a6c3. The
patch was not accepted upstream:
https://lore.kernel.org/all/20231031140504.GCZUEJkMPXSrEDh3MA@fat_crate.local/
Instead, we merged the packaging branch which fixes this in
rpm/check-for-config-changes instead.
- rpm/check-for-config-changes: add AS_WRUSS to IGNORED_CONFIGS_RE
Add AS_WRUSS as an IGNORED_CONFIGS_RE entry in check-for-config-changes
to fix build on x86_32.
There was a fix submitted to upstream but it was not accepted:
https://lore.kernel.org/all/20231031140504.GCZUEJkMPXSrEDh3MA@fat_crate.local/
So carry this in IGNORED_CONFIGS_RE instead.
- commit ce5bc31
-------------------------------------------------------------------
Tue Oct 31 22:55:40 CET 2023 - petr@tesarici.cz

View File

@ -114,7 +114,7 @@ License: GPL-2.0-only
Group: System/Kernel
Version: 6.6.0
%if 0%{?is_kotd}
Release: <RELEASE>.g742e4a2
Release: <RELEASE>.gd491fc1
%else
Release: 0
%endif
@ -385,10 +385,10 @@ Obsoletes: microcode_ctl < 1.18
Conflicts: libc.so.6()(64bit)
%endif
Provides: kernel = %version-%source_rel
Provides: kernel-%build_flavor-base-srchash-742e4a2154992ae2351372acae1ec94379d59207
Provides: kernel-srchash-742e4a2154992ae2351372acae1ec94379d59207
Provides: kernel-%build_flavor-base-srchash-d491fc16047d356d4f54da6b9a5969d2b26a909a
Provides: kernel-srchash-d491fc16047d356d4f54da6b9a5969d2b26a909a
# END COMMON DEPS
Provides: %name-srchash-742e4a2154992ae2351372acae1ec94379d59207
Provides: %name-srchash-d491fc16047d356d4f54da6b9a5969d2b26a909a
%obsolete_rebuilds %name
%define kmp_target_cpu %_target_cpu
@ -1305,8 +1305,8 @@ Obsoletes: microcode_ctl < 1.18
Conflicts: libc.so.6()(64bit)
%endif
Provides: kernel = %version-%source_rel
Provides: kernel-%build_flavor-base-srchash-742e4a2154992ae2351372acae1ec94379d59207
Provides: kernel-srchash-742e4a2154992ae2351372acae1ec94379d59207
Provides: kernel-%build_flavor-base-srchash-d491fc16047d356d4f54da6b9a5969d2b26a909a
Provides: kernel-srchash-d491fc16047d356d4f54da6b9a5969d2b26a909a
%obsolete_rebuilds %name-base
%ifarch %ix86

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c1dab6f14ba0c47c174a0d59700cf3bf28efb350f287721cea2a1321444cc9f4
size 5170
oid sha256:4f6828429de98e9024976f71e29a0765536f7dc6e5ec672cb7c0743a462d80ed
size 4348

View File

@ -38,7 +38,6 @@
patches.rpmify/BTF-Don-t-break-ABI-when-debuginfo-is-disabled.patch
patches.rpmify/usrmerge-Adjust-module-path-in-the-kernel-sources.patch
patches.rpmify/kbuild-dummy-tools-pretend-we-understand-fpatchable-.patch
patches.rpmify/x86-Let-AS_WRUSS-depend-on-X86_64.patch
########################################################
# The sorted section should contain all patches that are

View File

@ -1,3 +1,3 @@
2023-11-01 06:07:23 +0000
GIT Revision: 742e4a2154992ae2351372acae1ec94379d59207
2023-11-02 08:30:38 +0000
GIT Revision: d491fc16047d356d4f54da6b9a5969d2b26a909a
GIT Branch: stable