commit 983c97fc449c5d502171d6f91d370c5be33feac0
OBS-URL: https://build.opensuse.org/package/show/Kernel:stable/kernel-source?expand=0&rev=1738
This commit is contained in:
parent
418aae4b17
commit
65563a77e0
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2747db0c65983f77cb7207907baad4030bf8ddc9217ac18a3b7b97168ab3d8e6
|
||||
size 311173
|
||||
oid sha256:05226a19d9529805e49cd71c792158bd279b42a2dd44141cfc2a71732bc244b2
|
||||
size 311488
|
||||
|
@ -1,3 +1,32 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 21 11:04:31 CEST 2022 - jslaby@suse.cz
|
||||
|
||||
- netfs: Fix gcc-12 warning by embedding vfs inode in
|
||||
netfs_i_context (gcc 12 warnings).
|
||||
- netfs: gcc-12: temporarily disable '-Wattribute-warning'
|
||||
for now (gcc 12 warnings).
|
||||
- gcc-12: disable '-Warray-bounds' universally for now (gcc
|
||||
12 warnings).
|
||||
- Update config files.
|
||||
CC_NO_ARRAY_BOUNDS=y is manually selected, see commit b2fb712ddc6e.
|
||||
- gcc-12: disable '-Wdangling-pointer' warning for now (gcc
|
||||
12 warnings).
|
||||
- wifi: rtlwifi: remove always-true condition pointed out by
|
||||
GCC 12 (gcc 12 warnings).
|
||||
- net: wwan: iosm: remove pointless null check (gcc 12 warnings).
|
||||
- eth: sun: cassini: remove dead code (gcc 12 warnings).
|
||||
- netfs: Eliminate Clang randstruct warning (gcc 12 warnings).
|
||||
- x86/boot: Wrap literal addresses in absolute_pointer() (gcc
|
||||
12 warnings).
|
||||
- commit 983c97f
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 21 11:04:04 CEST 2022 - jslaby@suse.cz
|
||||
|
||||
- series.conf: remove empty line in sorted section
|
||||
It causes troubles to scripts.
|
||||
- commit b01fcd9
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jun 16 14:29:27 CEST 2022 - jslaby@suse.cz
|
||||
|
||||
|
@ -31,7 +31,7 @@
|
||||
Name: dtb-aarch64
|
||||
Version: 5.18.5
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g0ac72f9
|
||||
Release: <RELEASE>.g983c97f
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -1,3 +1,32 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 21 11:04:31 CEST 2022 - jslaby@suse.cz
|
||||
|
||||
- netfs: Fix gcc-12 warning by embedding vfs inode in
|
||||
netfs_i_context (gcc 12 warnings).
|
||||
- netfs: gcc-12: temporarily disable '-Wattribute-warning'
|
||||
for now (gcc 12 warnings).
|
||||
- gcc-12: disable '-Warray-bounds' universally for now (gcc
|
||||
12 warnings).
|
||||
- Update config files.
|
||||
CC_NO_ARRAY_BOUNDS=y is manually selected, see commit b2fb712ddc6e.
|
||||
- gcc-12: disable '-Wdangling-pointer' warning for now (gcc
|
||||
12 warnings).
|
||||
- wifi: rtlwifi: remove always-true condition pointed out by
|
||||
GCC 12 (gcc 12 warnings).
|
||||
- net: wwan: iosm: remove pointless null check (gcc 12 warnings).
|
||||
- eth: sun: cassini: remove dead code (gcc 12 warnings).
|
||||
- netfs: Eliminate Clang randstruct warning (gcc 12 warnings).
|
||||
- x86/boot: Wrap literal addresses in absolute_pointer() (gcc
|
||||
12 warnings).
|
||||
- commit 983c97f
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 21 11:04:04 CEST 2022 - jslaby@suse.cz
|
||||
|
||||
- series.conf: remove empty line in sorted section
|
||||
It causes troubles to scripts.
|
||||
- commit b01fcd9
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jun 16 14:29:27 CEST 2022 - jslaby@suse.cz
|
||||
|
||||
|
@ -31,7 +31,7 @@
|
||||
Name: dtb-armv6l
|
||||
Version: 5.18.5
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g0ac72f9
|
||||
Release: <RELEASE>.g983c97f
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -1,3 +1,32 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 21 11:04:31 CEST 2022 - jslaby@suse.cz
|
||||
|
||||
- netfs: Fix gcc-12 warning by embedding vfs inode in
|
||||
netfs_i_context (gcc 12 warnings).
|
||||
- netfs: gcc-12: temporarily disable '-Wattribute-warning'
|
||||
for now (gcc 12 warnings).
|
||||
- gcc-12: disable '-Warray-bounds' universally for now (gcc
|
||||
12 warnings).
|
||||
- Update config files.
|
||||
CC_NO_ARRAY_BOUNDS=y is manually selected, see commit b2fb712ddc6e.
|
||||
- gcc-12: disable '-Wdangling-pointer' warning for now (gcc
|
||||
12 warnings).
|
||||
- wifi: rtlwifi: remove always-true condition pointed out by
|
||||
GCC 12 (gcc 12 warnings).
|
||||
- net: wwan: iosm: remove pointless null check (gcc 12 warnings).
|
||||
- eth: sun: cassini: remove dead code (gcc 12 warnings).
|
||||
- netfs: Eliminate Clang randstruct warning (gcc 12 warnings).
|
||||
- x86/boot: Wrap literal addresses in absolute_pointer() (gcc
|
||||
12 warnings).
|
||||
- commit 983c97f
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 21 11:04:04 CEST 2022 - jslaby@suse.cz
|
||||
|
||||
- series.conf: remove empty line in sorted section
|
||||
It causes troubles to scripts.
|
||||
- commit b01fcd9
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jun 16 14:29:27 CEST 2022 - jslaby@suse.cz
|
||||
|
||||
|
@ -31,7 +31,7 @@
|
||||
Name: dtb-armv7l
|
||||
Version: 5.18.5
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g0ac72f9
|
||||
Release: <RELEASE>.g983c97f
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -1,3 +1,32 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 21 11:04:31 CEST 2022 - jslaby@suse.cz
|
||||
|
||||
- netfs: Fix gcc-12 warning by embedding vfs inode in
|
||||
netfs_i_context (gcc 12 warnings).
|
||||
- netfs: gcc-12: temporarily disable '-Wattribute-warning'
|
||||
for now (gcc 12 warnings).
|
||||
- gcc-12: disable '-Warray-bounds' universally for now (gcc
|
||||
12 warnings).
|
||||
- Update config files.
|
||||
CC_NO_ARRAY_BOUNDS=y is manually selected, see commit b2fb712ddc6e.
|
||||
- gcc-12: disable '-Wdangling-pointer' warning for now (gcc
|
||||
12 warnings).
|
||||
- wifi: rtlwifi: remove always-true condition pointed out by
|
||||
GCC 12 (gcc 12 warnings).
|
||||
- net: wwan: iosm: remove pointless null check (gcc 12 warnings).
|
||||
- eth: sun: cassini: remove dead code (gcc 12 warnings).
|
||||
- netfs: Eliminate Clang randstruct warning (gcc 12 warnings).
|
||||
- x86/boot: Wrap literal addresses in absolute_pointer() (gcc
|
||||
12 warnings).
|
||||
- commit 983c97f
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 21 11:04:04 CEST 2022 - jslaby@suse.cz
|
||||
|
||||
- series.conf: remove empty line in sorted section
|
||||
It causes troubles to scripts.
|
||||
- commit b01fcd9
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jun 16 14:29:27 CEST 2022 - jslaby@suse.cz
|
||||
|
||||
|
@ -31,7 +31,7 @@
|
||||
Name: dtb-riscv64
|
||||
Version: 5.18.5
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g0ac72f9
|
||||
Release: <RELEASE>.g983c97f
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -1,3 +1,32 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 21 11:04:31 CEST 2022 - jslaby@suse.cz
|
||||
|
||||
- netfs: Fix gcc-12 warning by embedding vfs inode in
|
||||
netfs_i_context (gcc 12 warnings).
|
||||
- netfs: gcc-12: temporarily disable '-Wattribute-warning'
|
||||
for now (gcc 12 warnings).
|
||||
- gcc-12: disable '-Warray-bounds' universally for now (gcc
|
||||
12 warnings).
|
||||
- Update config files.
|
||||
CC_NO_ARRAY_BOUNDS=y is manually selected, see commit b2fb712ddc6e.
|
||||
- gcc-12: disable '-Wdangling-pointer' warning for now (gcc
|
||||
12 warnings).
|
||||
- wifi: rtlwifi: remove always-true condition pointed out by
|
||||
GCC 12 (gcc 12 warnings).
|
||||
- net: wwan: iosm: remove pointless null check (gcc 12 warnings).
|
||||
- eth: sun: cassini: remove dead code (gcc 12 warnings).
|
||||
- netfs: Eliminate Clang randstruct warning (gcc 12 warnings).
|
||||
- x86/boot: Wrap literal addresses in absolute_pointer() (gcc
|
||||
12 warnings).
|
||||
- commit 983c97f
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 21 11:04:04 CEST 2022 - jslaby@suse.cz
|
||||
|
||||
- series.conf: remove empty line in sorted section
|
||||
It causes troubles to scripts.
|
||||
- commit b01fcd9
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jun 16 14:29:27 CEST 2022 - jslaby@suse.cz
|
||||
|
||||
|
@ -109,7 +109,7 @@ License: GPL-2.0-only
|
||||
Group: System/Kernel
|
||||
Version: 5.18.5
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g0ac72f9
|
||||
Release: <RELEASE>.g983c97f
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
@ -234,10 +234,10 @@ Conflicts: hyper-v < 4
|
||||
Conflicts: libc.so.6()(64bit)
|
||||
%endif
|
||||
Provides: kernel = %version-%source_rel
|
||||
Provides: kernel-%build_flavor-base-srchash-0ac72f9bf174b073b3cd82142f6bd1c6cf4cf10b
|
||||
Provides: kernel-srchash-0ac72f9bf174b073b3cd82142f6bd1c6cf4cf10b
|
||||
Provides: kernel-%build_flavor-base-srchash-983c97fc449c5d502171d6f91d370c5be33feac0
|
||||
Provides: kernel-srchash-983c97fc449c5d502171d6f91d370c5be33feac0
|
||||
# END COMMON DEPS
|
||||
Provides: %name-srchash-0ac72f9bf174b073b3cd82142f6bd1c6cf4cf10b
|
||||
Provides: %name-srchash-983c97fc449c5d502171d6f91d370c5be33feac0
|
||||
%obsolete_rebuilds %name
|
||||
Source0: https://www.kernel.org/pub/linux/kernel/v5.x/linux-%srcversion.tar.xz
|
||||
Source3: kernel-source.rpmlintrc
|
||||
|
@ -1,3 +1,32 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 21 11:04:31 CEST 2022 - jslaby@suse.cz
|
||||
|
||||
- netfs: Fix gcc-12 warning by embedding vfs inode in
|
||||
netfs_i_context (gcc 12 warnings).
|
||||
- netfs: gcc-12: temporarily disable '-Wattribute-warning'
|
||||
for now (gcc 12 warnings).
|
||||
- gcc-12: disable '-Warray-bounds' universally for now (gcc
|
||||
12 warnings).
|
||||
- Update config files.
|
||||
CC_NO_ARRAY_BOUNDS=y is manually selected, see commit b2fb712ddc6e.
|
||||
- gcc-12: disable '-Wdangling-pointer' warning for now (gcc
|
||||
12 warnings).
|
||||
- wifi: rtlwifi: remove always-true condition pointed out by
|
||||
GCC 12 (gcc 12 warnings).
|
||||
- net: wwan: iosm: remove pointless null check (gcc 12 warnings).
|
||||
- eth: sun: cassini: remove dead code (gcc 12 warnings).
|
||||
- netfs: Eliminate Clang randstruct warning (gcc 12 warnings).
|
||||
- x86/boot: Wrap literal addresses in absolute_pointer() (gcc
|
||||
12 warnings).
|
||||
- commit 983c97f
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 21 11:04:04 CEST 2022 - jslaby@suse.cz
|
||||
|
||||
- series.conf: remove empty line in sorted section
|
||||
It causes troubles to scripts.
|
||||
- commit b01fcd9
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jun 16 14:29:27 CEST 2022 - jslaby@suse.cz
|
||||
|
||||
|
@ -109,7 +109,7 @@ License: GPL-2.0-only
|
||||
Group: System/Kernel
|
||||
Version: 5.18.5
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g0ac72f9
|
||||
Release: <RELEASE>.g983c97f
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
@ -234,10 +234,10 @@ Conflicts: hyper-v < 4
|
||||
Conflicts: libc.so.6()(64bit)
|
||||
%endif
|
||||
Provides: kernel = %version-%source_rel
|
||||
Provides: kernel-%build_flavor-base-srchash-0ac72f9bf174b073b3cd82142f6bd1c6cf4cf10b
|
||||
Provides: kernel-srchash-0ac72f9bf174b073b3cd82142f6bd1c6cf4cf10b
|
||||
Provides: kernel-%build_flavor-base-srchash-983c97fc449c5d502171d6f91d370c5be33feac0
|
||||
Provides: kernel-srchash-983c97fc449c5d502171d6f91d370c5be33feac0
|
||||
# END COMMON DEPS
|
||||
Provides: %name-srchash-0ac72f9bf174b073b3cd82142f6bd1c6cf4cf10b
|
||||
Provides: %name-srchash-983c97fc449c5d502171d6f91d370c5be33feac0
|
||||
%ifarch ppc64
|
||||
Provides: kernel-kdump = 2.6.28
|
||||
Obsoletes: kernel-kdump <= 2.6.28
|
||||
|
@ -1,3 +1,32 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 21 11:04:31 CEST 2022 - jslaby@suse.cz
|
||||
|
||||
- netfs: Fix gcc-12 warning by embedding vfs inode in
|
||||
netfs_i_context (gcc 12 warnings).
|
||||
- netfs: gcc-12: temporarily disable '-Wattribute-warning'
|
||||
for now (gcc 12 warnings).
|
||||
- gcc-12: disable '-Warray-bounds' universally for now (gcc
|
||||
12 warnings).
|
||||
- Update config files.
|
||||
CC_NO_ARRAY_BOUNDS=y is manually selected, see commit b2fb712ddc6e.
|
||||
- gcc-12: disable '-Wdangling-pointer' warning for now (gcc
|
||||
12 warnings).
|
||||
- wifi: rtlwifi: remove always-true condition pointed out by
|
||||
GCC 12 (gcc 12 warnings).
|
||||
- net: wwan: iosm: remove pointless null check (gcc 12 warnings).
|
||||
- eth: sun: cassini: remove dead code (gcc 12 warnings).
|
||||
- netfs: Eliminate Clang randstruct warning (gcc 12 warnings).
|
||||
- x86/boot: Wrap literal addresses in absolute_pointer() (gcc
|
||||
12 warnings).
|
||||
- commit 983c97f
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 21 11:04:04 CEST 2022 - jslaby@suse.cz
|
||||
|
||||
- series.conf: remove empty line in sorted section
|
||||
It causes troubles to scripts.
|
||||
- commit b01fcd9
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jun 16 14:29:27 CEST 2022 - jslaby@suse.cz
|
||||
|
||||
|
@ -109,7 +109,7 @@ License: GPL-2.0-only
|
||||
Group: System/Kernel
|
||||
Version: 5.18.5
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g0ac72f9
|
||||
Release: <RELEASE>.g983c97f
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
@ -234,10 +234,10 @@ Conflicts: hyper-v < 4
|
||||
Conflicts: libc.so.6()(64bit)
|
||||
%endif
|
||||
Provides: kernel = %version-%source_rel
|
||||
Provides: kernel-%build_flavor-base-srchash-0ac72f9bf174b073b3cd82142f6bd1c6cf4cf10b
|
||||
Provides: kernel-srchash-0ac72f9bf174b073b3cd82142f6bd1c6cf4cf10b
|
||||
Provides: kernel-%build_flavor-base-srchash-983c97fc449c5d502171d6f91d370c5be33feac0
|
||||
Provides: kernel-srchash-983c97fc449c5d502171d6f91d370c5be33feac0
|
||||
# END COMMON DEPS
|
||||
Provides: %name-srchash-0ac72f9bf174b073b3cd82142f6bd1c6cf4cf10b
|
||||
Provides: %name-srchash-983c97fc449c5d502171d6f91d370c5be33feac0
|
||||
%ifarch %ix86
|
||||
Provides: kernel-smp = 2.6.17
|
||||
Obsoletes: kernel-smp <= 2.6.17
|
||||
|
@ -1,3 +1,32 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 21 11:04:31 CEST 2022 - jslaby@suse.cz
|
||||
|
||||
- netfs: Fix gcc-12 warning by embedding vfs inode in
|
||||
netfs_i_context (gcc 12 warnings).
|
||||
- netfs: gcc-12: temporarily disable '-Wattribute-warning'
|
||||
for now (gcc 12 warnings).
|
||||
- gcc-12: disable '-Warray-bounds' universally for now (gcc
|
||||
12 warnings).
|
||||
- Update config files.
|
||||
CC_NO_ARRAY_BOUNDS=y is manually selected, see commit b2fb712ddc6e.
|
||||
- gcc-12: disable '-Wdangling-pointer' warning for now (gcc
|
||||
12 warnings).
|
||||
- wifi: rtlwifi: remove always-true condition pointed out by
|
||||
GCC 12 (gcc 12 warnings).
|
||||
- net: wwan: iosm: remove pointless null check (gcc 12 warnings).
|
||||
- eth: sun: cassini: remove dead code (gcc 12 warnings).
|
||||
- netfs: Eliminate Clang randstruct warning (gcc 12 warnings).
|
||||
- x86/boot: Wrap literal addresses in absolute_pointer() (gcc
|
||||
12 warnings).
|
||||
- commit 983c97f
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 21 11:04:04 CEST 2022 - jslaby@suse.cz
|
||||
|
||||
- series.conf: remove empty line in sorted section
|
||||
It causes troubles to scripts.
|
||||
- commit b01fcd9
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jun 16 14:29:27 CEST 2022 - jslaby@suse.cz
|
||||
|
||||
|
@ -33,7 +33,7 @@ License: GPL-2.0-only
|
||||
Group: Documentation/Man
|
||||
Version: 5.18.5
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g0ac72f9
|
||||
Release: <RELEASE>.g983c97f
|
||||
%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-0ac72f9bf174b073b3cd82142f6bd1c6cf4cf10b
|
||||
Provides: %name-srchash-983c97fc449c5d502171d6f91d370c5be33feac0
|
||||
BuildArch: noarch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
Source0: https://www.kernel.org/pub/linux/kernel/v5.x/linux-%srcversion.tar.xz
|
||||
|
@ -1,3 +1,32 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 21 11:04:31 CEST 2022 - jslaby@suse.cz
|
||||
|
||||
- netfs: Fix gcc-12 warning by embedding vfs inode in
|
||||
netfs_i_context (gcc 12 warnings).
|
||||
- netfs: gcc-12: temporarily disable '-Wattribute-warning'
|
||||
for now (gcc 12 warnings).
|
||||
- gcc-12: disable '-Warray-bounds' universally for now (gcc
|
||||
12 warnings).
|
||||
- Update config files.
|
||||
CC_NO_ARRAY_BOUNDS=y is manually selected, see commit b2fb712ddc6e.
|
||||
- gcc-12: disable '-Wdangling-pointer' warning for now (gcc
|
||||
12 warnings).
|
||||
- wifi: rtlwifi: remove always-true condition pointed out by
|
||||
GCC 12 (gcc 12 warnings).
|
||||
- net: wwan: iosm: remove pointless null check (gcc 12 warnings).
|
||||
- eth: sun: cassini: remove dead code (gcc 12 warnings).
|
||||
- netfs: Eliminate Clang randstruct warning (gcc 12 warnings).
|
||||
- x86/boot: Wrap literal addresses in absolute_pointer() (gcc
|
||||
12 warnings).
|
||||
- commit 983c97f
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 21 11:04:04 CEST 2022 - jslaby@suse.cz
|
||||
|
||||
- series.conf: remove empty line in sorted section
|
||||
It causes troubles to scripts.
|
||||
- commit b01fcd9
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jun 16 14:29:27 CEST 2022 - jslaby@suse.cz
|
||||
|
||||
|
@ -109,7 +109,7 @@ License: GPL-2.0-only
|
||||
Group: System/Kernel
|
||||
Version: 5.18.5
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g0ac72f9
|
||||
Release: <RELEASE>.g983c97f
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
@ -234,10 +234,10 @@ Conflicts: hyper-v < 4
|
||||
Conflicts: libc.so.6()(64bit)
|
||||
%endif
|
||||
Provides: kernel = %version-%source_rel
|
||||
Provides: kernel-%build_flavor-base-srchash-0ac72f9bf174b073b3cd82142f6bd1c6cf4cf10b
|
||||
Provides: kernel-srchash-0ac72f9bf174b073b3cd82142f6bd1c6cf4cf10b
|
||||
Provides: kernel-%build_flavor-base-srchash-983c97fc449c5d502171d6f91d370c5be33feac0
|
||||
Provides: kernel-srchash-983c97fc449c5d502171d6f91d370c5be33feac0
|
||||
# END COMMON DEPS
|
||||
Provides: %name-srchash-0ac72f9bf174b073b3cd82142f6bd1c6cf4cf10b
|
||||
Provides: %name-srchash-983c97fc449c5d502171d6f91d370c5be33feac0
|
||||
%obsolete_rebuilds %name
|
||||
Source0: https://www.kernel.org/pub/linux/kernel/v5.x/linux-%srcversion.tar.xz
|
||||
Source3: kernel-source.rpmlintrc
|
||||
|
@ -1,3 +1,32 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 21 11:04:31 CEST 2022 - jslaby@suse.cz
|
||||
|
||||
- netfs: Fix gcc-12 warning by embedding vfs inode in
|
||||
netfs_i_context (gcc 12 warnings).
|
||||
- netfs: gcc-12: temporarily disable '-Wattribute-warning'
|
||||
for now (gcc 12 warnings).
|
||||
- gcc-12: disable '-Warray-bounds' universally for now (gcc
|
||||
12 warnings).
|
||||
- Update config files.
|
||||
CC_NO_ARRAY_BOUNDS=y is manually selected, see commit b2fb712ddc6e.
|
||||
- gcc-12: disable '-Wdangling-pointer' warning for now (gcc
|
||||
12 warnings).
|
||||
- wifi: rtlwifi: remove always-true condition pointed out by
|
||||
GCC 12 (gcc 12 warnings).
|
||||
- net: wwan: iosm: remove pointless null check (gcc 12 warnings).
|
||||
- eth: sun: cassini: remove dead code (gcc 12 warnings).
|
||||
- netfs: Eliminate Clang randstruct warning (gcc 12 warnings).
|
||||
- x86/boot: Wrap literal addresses in absolute_pointer() (gcc
|
||||
12 warnings).
|
||||
- commit 983c97f
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 21 11:04:04 CEST 2022 - jslaby@suse.cz
|
||||
|
||||
- series.conf: remove empty line in sorted section
|
||||
It causes troubles to scripts.
|
||||
- commit b01fcd9
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jun 16 14:29:27 CEST 2022 - jslaby@suse.cz
|
||||
|
||||
|
@ -109,7 +109,7 @@ License: GPL-2.0-only
|
||||
Group: System/Kernel
|
||||
Version: 5.18.5
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g0ac72f9
|
||||
Release: <RELEASE>.g983c97f
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
@ -234,10 +234,10 @@ Conflicts: hyper-v < 4
|
||||
Conflicts: libc.so.6()(64bit)
|
||||
%endif
|
||||
Provides: kernel = %version-%source_rel
|
||||
Provides: kernel-%build_flavor-base-srchash-0ac72f9bf174b073b3cd82142f6bd1c6cf4cf10b
|
||||
Provides: kernel-srchash-0ac72f9bf174b073b3cd82142f6bd1c6cf4cf10b
|
||||
Provides: kernel-%build_flavor-base-srchash-983c97fc449c5d502171d6f91d370c5be33feac0
|
||||
Provides: kernel-srchash-983c97fc449c5d502171d6f91d370c5be33feac0
|
||||
# END COMMON DEPS
|
||||
Provides: %name-srchash-0ac72f9bf174b073b3cd82142f6bd1c6cf4cf10b
|
||||
Provides: %name-srchash-983c97fc449c5d502171d6f91d370c5be33feac0
|
||||
%obsolete_rebuilds %name
|
||||
Source0: https://www.kernel.org/pub/linux/kernel/v5.x/linux-%srcversion.tar.xz
|
||||
Source3: kernel-source.rpmlintrc
|
||||
|
@ -1,3 +1,32 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 21 11:04:31 CEST 2022 - jslaby@suse.cz
|
||||
|
||||
- netfs: Fix gcc-12 warning by embedding vfs inode in
|
||||
netfs_i_context (gcc 12 warnings).
|
||||
- netfs: gcc-12: temporarily disable '-Wattribute-warning'
|
||||
for now (gcc 12 warnings).
|
||||
- gcc-12: disable '-Warray-bounds' universally for now (gcc
|
||||
12 warnings).
|
||||
- Update config files.
|
||||
CC_NO_ARRAY_BOUNDS=y is manually selected, see commit b2fb712ddc6e.
|
||||
- gcc-12: disable '-Wdangling-pointer' warning for now (gcc
|
||||
12 warnings).
|
||||
- wifi: rtlwifi: remove always-true condition pointed out by
|
||||
GCC 12 (gcc 12 warnings).
|
||||
- net: wwan: iosm: remove pointless null check (gcc 12 warnings).
|
||||
- eth: sun: cassini: remove dead code (gcc 12 warnings).
|
||||
- netfs: Eliminate Clang randstruct warning (gcc 12 warnings).
|
||||
- x86/boot: Wrap literal addresses in absolute_pointer() (gcc
|
||||
12 warnings).
|
||||
- commit 983c97f
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 21 11:04:04 CEST 2022 - jslaby@suse.cz
|
||||
|
||||
- series.conf: remove empty line in sorted section
|
||||
It causes troubles to scripts.
|
||||
- commit b01fcd9
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jun 16 14:29:27 CEST 2022 - jslaby@suse.cz
|
||||
|
||||
|
@ -45,7 +45,7 @@ BuildRequires: util-linux
|
||||
%endif
|
||||
%endif
|
||||
%endif
|
||||
BuildRequires: kernel%kernel_flavor-srchash-0ac72f9bf174b073b3cd82142f6bd1c6cf4cf10b
|
||||
BuildRequires: kernel%kernel_flavor-srchash-983c97fc449c5d502171d6f91d370c5be33feac0
|
||||
|
||||
%if 0%{?rhel_version}
|
||||
BuildRequires: kernel
|
||||
@ -66,7 +66,7 @@ License: GPL-2.0-only
|
||||
Group: SLES
|
||||
Version: 5.18.5
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g0ac72f9
|
||||
Release: <RELEASE>.g983c97f
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -1,3 +1,32 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 21 11:04:31 CEST 2022 - jslaby@suse.cz
|
||||
|
||||
- netfs: Fix gcc-12 warning by embedding vfs inode in
|
||||
netfs_i_context (gcc 12 warnings).
|
||||
- netfs: gcc-12: temporarily disable '-Wattribute-warning'
|
||||
for now (gcc 12 warnings).
|
||||
- gcc-12: disable '-Warray-bounds' universally for now (gcc
|
||||
12 warnings).
|
||||
- Update config files.
|
||||
CC_NO_ARRAY_BOUNDS=y is manually selected, see commit b2fb712ddc6e.
|
||||
- gcc-12: disable '-Wdangling-pointer' warning for now (gcc
|
||||
12 warnings).
|
||||
- wifi: rtlwifi: remove always-true condition pointed out by
|
||||
GCC 12 (gcc 12 warnings).
|
||||
- net: wwan: iosm: remove pointless null check (gcc 12 warnings).
|
||||
- eth: sun: cassini: remove dead code (gcc 12 warnings).
|
||||
- netfs: Eliminate Clang randstruct warning (gcc 12 warnings).
|
||||
- x86/boot: Wrap literal addresses in absolute_pointer() (gcc
|
||||
12 warnings).
|
||||
- commit 983c97f
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 21 11:04:04 CEST 2022 - jslaby@suse.cz
|
||||
|
||||
- series.conf: remove empty line in sorted section
|
||||
It causes troubles to scripts.
|
||||
- commit b01fcd9
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jun 16 14:29:27 CEST 2022 - jslaby@suse.cz
|
||||
|
||||
|
@ -38,7 +38,7 @@ License: GPL-2.0-only
|
||||
Group: SLES
|
||||
Version: 5.18.5
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g0ac72f9
|
||||
Release: <RELEASE>.g983c97f
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -1,3 +1,32 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 21 11:04:31 CEST 2022 - jslaby@suse.cz
|
||||
|
||||
- netfs: Fix gcc-12 warning by embedding vfs inode in
|
||||
netfs_i_context (gcc 12 warnings).
|
||||
- netfs: gcc-12: temporarily disable '-Wattribute-warning'
|
||||
for now (gcc 12 warnings).
|
||||
- gcc-12: disable '-Warray-bounds' universally for now (gcc
|
||||
12 warnings).
|
||||
- Update config files.
|
||||
CC_NO_ARRAY_BOUNDS=y is manually selected, see commit b2fb712ddc6e.
|
||||
- gcc-12: disable '-Wdangling-pointer' warning for now (gcc
|
||||
12 warnings).
|
||||
- wifi: rtlwifi: remove always-true condition pointed out by
|
||||
GCC 12 (gcc 12 warnings).
|
||||
- net: wwan: iosm: remove pointless null check (gcc 12 warnings).
|
||||
- eth: sun: cassini: remove dead code (gcc 12 warnings).
|
||||
- netfs: Eliminate Clang randstruct warning (gcc 12 warnings).
|
||||
- x86/boot: Wrap literal addresses in absolute_pointer() (gcc
|
||||
12 warnings).
|
||||
- commit 983c97f
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 21 11:04:04 CEST 2022 - jslaby@suse.cz
|
||||
|
||||
- series.conf: remove empty line in sorted section
|
||||
It causes troubles to scripts.
|
||||
- commit b01fcd9
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jun 16 14:29:27 CEST 2022 - jslaby@suse.cz
|
||||
|
||||
|
@ -109,7 +109,7 @@ License: GPL-2.0-only
|
||||
Group: System/Kernel
|
||||
Version: 5.18.5
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g0ac72f9
|
||||
Release: <RELEASE>.g983c97f
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
@ -234,10 +234,10 @@ Conflicts: hyper-v < 4
|
||||
Conflicts: libc.so.6()(64bit)
|
||||
%endif
|
||||
Provides: kernel = %version-%source_rel
|
||||
Provides: kernel-%build_flavor-base-srchash-0ac72f9bf174b073b3cd82142f6bd1c6cf4cf10b
|
||||
Provides: kernel-srchash-0ac72f9bf174b073b3cd82142f6bd1c6cf4cf10b
|
||||
Provides: kernel-%build_flavor-base-srchash-983c97fc449c5d502171d6f91d370c5be33feac0
|
||||
Provides: kernel-srchash-983c97fc449c5d502171d6f91d370c5be33feac0
|
||||
# END COMMON DEPS
|
||||
Provides: %name-srchash-0ac72f9bf174b073b3cd82142f6bd1c6cf4cf10b
|
||||
Provides: %name-srchash-983c97fc449c5d502171d6f91d370c5be33feac0
|
||||
%ifarch %ix86
|
||||
Provides: kernel-bigsmp = 2.6.17
|
||||
Obsoletes: kernel-bigsmp <= 2.6.17
|
||||
|
@ -1,3 +1,32 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 21 11:04:31 CEST 2022 - jslaby@suse.cz
|
||||
|
||||
- netfs: Fix gcc-12 warning by embedding vfs inode in
|
||||
netfs_i_context (gcc 12 warnings).
|
||||
- netfs: gcc-12: temporarily disable '-Wattribute-warning'
|
||||
for now (gcc 12 warnings).
|
||||
- gcc-12: disable '-Warray-bounds' universally for now (gcc
|
||||
12 warnings).
|
||||
- Update config files.
|
||||
CC_NO_ARRAY_BOUNDS=y is manually selected, see commit b2fb712ddc6e.
|
||||
- gcc-12: disable '-Wdangling-pointer' warning for now (gcc
|
||||
12 warnings).
|
||||
- wifi: rtlwifi: remove always-true condition pointed out by
|
||||
GCC 12 (gcc 12 warnings).
|
||||
- net: wwan: iosm: remove pointless null check (gcc 12 warnings).
|
||||
- eth: sun: cassini: remove dead code (gcc 12 warnings).
|
||||
- netfs: Eliminate Clang randstruct warning (gcc 12 warnings).
|
||||
- x86/boot: Wrap literal addresses in absolute_pointer() (gcc
|
||||
12 warnings).
|
||||
- commit 983c97f
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 21 11:04:04 CEST 2022 - jslaby@suse.cz
|
||||
|
||||
- series.conf: remove empty line in sorted section
|
||||
It causes troubles to scripts.
|
||||
- commit b01fcd9
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jun 16 14:29:27 CEST 2022 - jslaby@suse.cz
|
||||
|
||||
|
@ -33,7 +33,7 @@
|
||||
Name: kernel-source
|
||||
Version: 5.18.5
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g0ac72f9
|
||||
Release: <RELEASE>.g983c97f
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
@ -50,7 +50,7 @@ BuildRequires: fdupes
|
||||
BuildRequires: sed
|
||||
Requires(post): coreutils sed
|
||||
Provides: %name = %version-%source_rel
|
||||
Provides: %name-srchash-0ac72f9bf174b073b3cd82142f6bd1c6cf4cf10b
|
||||
Provides: %name-srchash-983c97fc449c5d502171d6f91d370c5be33feac0
|
||||
Provides: linux
|
||||
Provides: multiversion(kernel)
|
||||
Source0: https://www.kernel.org/pub/linux/kernel/v5.x/linux-%srcversion.tar.xz
|
||||
|
@ -1,3 +1,32 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 21 11:04:31 CEST 2022 - jslaby@suse.cz
|
||||
|
||||
- netfs: Fix gcc-12 warning by embedding vfs inode in
|
||||
netfs_i_context (gcc 12 warnings).
|
||||
- netfs: gcc-12: temporarily disable '-Wattribute-warning'
|
||||
for now (gcc 12 warnings).
|
||||
- gcc-12: disable '-Warray-bounds' universally for now (gcc
|
||||
12 warnings).
|
||||
- Update config files.
|
||||
CC_NO_ARRAY_BOUNDS=y is manually selected, see commit b2fb712ddc6e.
|
||||
- gcc-12: disable '-Wdangling-pointer' warning for now (gcc
|
||||
12 warnings).
|
||||
- wifi: rtlwifi: remove always-true condition pointed out by
|
||||
GCC 12 (gcc 12 warnings).
|
||||
- net: wwan: iosm: remove pointless null check (gcc 12 warnings).
|
||||
- eth: sun: cassini: remove dead code (gcc 12 warnings).
|
||||
- netfs: Eliminate Clang randstruct warning (gcc 12 warnings).
|
||||
- x86/boot: Wrap literal addresses in absolute_pointer() (gcc
|
||||
12 warnings).
|
||||
- commit 983c97f
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 21 11:04:04 CEST 2022 - jslaby@suse.cz
|
||||
|
||||
- series.conf: remove empty line in sorted section
|
||||
It causes troubles to scripts.
|
||||
- commit b01fcd9
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jun 16 14:29:27 CEST 2022 - jslaby@suse.cz
|
||||
|
||||
|
@ -27,7 +27,7 @@ Group: Development/Sources
|
||||
Version: 5.18.5
|
||||
%if %using_buildservice
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g0ac72f9
|
||||
Release: <RELEASE>.g983c97f
|
||||
%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-0ac72f9bf174b073b3cd82142f6bd1c6cf4cf10b
|
||||
Provides: %name-srchash-983c97fc449c5d502171d6f91d370c5be33feac0
|
||||
Provides: multiversion(kernel)
|
||||
Source: README.KSYMS
|
||||
Requires: kernel-devel%variant = %version-%source_rel
|
||||
|
@ -1,3 +1,32 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 21 11:04:31 CEST 2022 - jslaby@suse.cz
|
||||
|
||||
- netfs: Fix gcc-12 warning by embedding vfs inode in
|
||||
netfs_i_context (gcc 12 warnings).
|
||||
- netfs: gcc-12: temporarily disable '-Wattribute-warning'
|
||||
for now (gcc 12 warnings).
|
||||
- gcc-12: disable '-Warray-bounds' universally for now (gcc
|
||||
12 warnings).
|
||||
- Update config files.
|
||||
CC_NO_ARRAY_BOUNDS=y is manually selected, see commit b2fb712ddc6e.
|
||||
- gcc-12: disable '-Wdangling-pointer' warning for now (gcc
|
||||
12 warnings).
|
||||
- wifi: rtlwifi: remove always-true condition pointed out by
|
||||
GCC 12 (gcc 12 warnings).
|
||||
- net: wwan: iosm: remove pointless null check (gcc 12 warnings).
|
||||
- eth: sun: cassini: remove dead code (gcc 12 warnings).
|
||||
- netfs: Eliminate Clang randstruct warning (gcc 12 warnings).
|
||||
- x86/boot: Wrap literal addresses in absolute_pointer() (gcc
|
||||
12 warnings).
|
||||
- commit 983c97f
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 21 11:04:04 CEST 2022 - jslaby@suse.cz
|
||||
|
||||
- series.conf: remove empty line in sorted section
|
||||
It causes troubles to scripts.
|
||||
- commit b01fcd9
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jun 16 14:29:27 CEST 2022 - jslaby@suse.cz
|
||||
|
||||
|
@ -109,7 +109,7 @@ License: GPL-2.0-only
|
||||
Group: System/Kernel
|
||||
Version: 5.18.5
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g0ac72f9
|
||||
Release: <RELEASE>.g983c97f
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
@ -234,10 +234,10 @@ Conflicts: hyper-v < 4
|
||||
Conflicts: libc.so.6()(64bit)
|
||||
%endif
|
||||
Provides: kernel = %version-%source_rel
|
||||
Provides: kernel-%build_flavor-base-srchash-0ac72f9bf174b073b3cd82142f6bd1c6cf4cf10b
|
||||
Provides: kernel-srchash-0ac72f9bf174b073b3cd82142f6bd1c6cf4cf10b
|
||||
Provides: kernel-%build_flavor-base-srchash-983c97fc449c5d502171d6f91d370c5be33feac0
|
||||
Provides: kernel-srchash-983c97fc449c5d502171d6f91d370c5be33feac0
|
||||
# END COMMON DEPS
|
||||
Provides: %name-srchash-0ac72f9bf174b073b3cd82142f6bd1c6cf4cf10b
|
||||
Provides: %name-srchash-983c97fc449c5d502171d6f91d370c5be33feac0
|
||||
%obsolete_rebuilds %name
|
||||
Source0: https://www.kernel.org/pub/linux/kernel/v5.x/linux-%srcversion.tar.xz
|
||||
Source3: kernel-source.rpmlintrc
|
||||
|
@ -1,3 +1,32 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 21 11:04:31 CEST 2022 - jslaby@suse.cz
|
||||
|
||||
- netfs: Fix gcc-12 warning by embedding vfs inode in
|
||||
netfs_i_context (gcc 12 warnings).
|
||||
- netfs: gcc-12: temporarily disable '-Wattribute-warning'
|
||||
for now (gcc 12 warnings).
|
||||
- gcc-12: disable '-Warray-bounds' universally for now (gcc
|
||||
12 warnings).
|
||||
- Update config files.
|
||||
CC_NO_ARRAY_BOUNDS=y is manually selected, see commit b2fb712ddc6e.
|
||||
- gcc-12: disable '-Wdangling-pointer' warning for now (gcc
|
||||
12 warnings).
|
||||
- wifi: rtlwifi: remove always-true condition pointed out by
|
||||
GCC 12 (gcc 12 warnings).
|
||||
- net: wwan: iosm: remove pointless null check (gcc 12 warnings).
|
||||
- eth: sun: cassini: remove dead code (gcc 12 warnings).
|
||||
- netfs: Eliminate Clang randstruct warning (gcc 12 warnings).
|
||||
- x86/boot: Wrap literal addresses in absolute_pointer() (gcc
|
||||
12 warnings).
|
||||
- commit 983c97f
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 21 11:04:04 CEST 2022 - jslaby@suse.cz
|
||||
|
||||
- series.conf: remove empty line in sorted section
|
||||
It causes troubles to scripts.
|
||||
- commit b01fcd9
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jun 16 14:29:27 CEST 2022 - jslaby@suse.cz
|
||||
|
||||
|
@ -109,7 +109,7 @@ License: GPL-2.0-only
|
||||
Group: System/Kernel
|
||||
Version: 5.18.5
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g0ac72f9
|
||||
Release: <RELEASE>.g983c97f
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
@ -234,10 +234,10 @@ Conflicts: hyper-v < 4
|
||||
Conflicts: libc.so.6()(64bit)
|
||||
%endif
|
||||
Provides: kernel = %version-%source_rel
|
||||
Provides: kernel-%build_flavor-base-srchash-0ac72f9bf174b073b3cd82142f6bd1c6cf4cf10b
|
||||
Provides: kernel-srchash-0ac72f9bf174b073b3cd82142f6bd1c6cf4cf10b
|
||||
Provides: kernel-%build_flavor-base-srchash-983c97fc449c5d502171d6f91d370c5be33feac0
|
||||
Provides: kernel-srchash-983c97fc449c5d502171d6f91d370c5be33feac0
|
||||
# END COMMON DEPS
|
||||
Provides: %name-srchash-0ac72f9bf174b073b3cd82142f6bd1c6cf4cf10b
|
||||
Provides: %name-srchash-983c97fc449c5d502171d6f91d370c5be33feac0
|
||||
%obsolete_rebuilds %name
|
||||
Source0: https://www.kernel.org/pub/linux/kernel/v5.x/linux-%srcversion.tar.xz
|
||||
Source3: kernel-source.rpmlintrc
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:dde021ed47c82323cf3cfaf681b34cf1947cc1ef41a6d5af046333ac3a9bfdb4
|
||||
size 33899
|
||||
oid sha256:d4ab031773e0d5fab7bf5296b03fcf05fc25e4cf2648237bce9c784750caf6a9
|
||||
size 55809
|
||||
|
10
series.conf
10
series.conf
@ -1407,8 +1407,16 @@
|
||||
########################################################
|
||||
# sorted patches
|
||||
########################################################
|
||||
|
||||
patches.suse/x86-boot-Wrap-literal-addresses-in-absolute_pointer.patch
|
||||
patches.suse/netfs-Eliminate-Clang-randstruct-warning.patch
|
||||
patches.suse/eth-sun-cassini-remove-dead-code.patch
|
||||
patches.suse/net-wwan-iosm-remove-pointless-null-check.patch
|
||||
patches.suse/wifi-rtlwifi-remove-always-true-condition-pointed-ou.patch
|
||||
patches.suse/simplefb-Enable-boot-time-VESA-graphic-mode-selectio.patch
|
||||
patches.suse/gcc-12-disable-Wdangling-pointer-warning-for-now.patch
|
||||
patches.suse/gcc-12-disable-Warray-bounds-universally-for-now.patch
|
||||
patches.suse/netfs-gcc-12-temporarily-disable-Wattribute-warning-.patch
|
||||
patches.suse/netfs-Fix-gcc-12-warning-by-embedding-vfs-inode-in-n.patch
|
||||
|
||||
########################################################
|
||||
# end of sorted patches
|
||||
|
@ -1,3 +1,3 @@
|
||||
2022-06-16 12:29:30 +0000
|
||||
GIT Revision: 0ac72f9bf174b073b3cd82142f6bd1c6cf4cf10b
|
||||
2022-06-21 10:36:01 +0000
|
||||
GIT Revision: 983c97fc449c5d502171d6f91d370c5be33feac0
|
||||
GIT Branch: stable
|
||||
|
Loading…
Reference in New Issue
Block a user