]> git.pld-linux.org Git - packages/kernel.git/blobdiff - kernel.spec
5.4.243
[packages/kernel.git] / kernel.spec
index 3be28caf9002fe1489e8f00a2ebb368577825cf0..9ef6678b2bb2fce19b87ca153be9d47504446633 100644 (file)
@@ -69,7 +69,7 @@
 
 %define                rel             1
 %define                basever         5.4
-%define                postver         .193
+%define                postver         .243
 
 # define this to '-%{basever}' for longterm branch
 %define                versuffix       -%{basever}
@@ -123,7 +123,7 @@ Source0:    https://www.kernel.org/pub/linux/kernel/v5.x/linux-%{basever}.tar.xz
 # Source0-md5: ce9b2d974d27408a61c53a30d3f98fb9
 %if "%{postver}" != ".0"
 Patch0:                https://www.kernel.org/pub/linux/kernel/v5.x/patch-%{version}.xz
-# Patch0-md5:  e5119b1c3ffa5ae896175b4a25cefac5
+# Patch0-md5:  ac52e3d48c3b198d8c8af81745c2df94
 %endif
 Source1:       kernel.sysconfig
 
@@ -151,6 +151,7 @@ Source55:   kernel-imq.config
 
 Source58:      kernel-inittmpfs.config
 
+Patch1:                gcc13.patch
 # http://dev.gentoo.org/~spock/projects/fbcondecor/archive/fbcondecor-0.9.4-2.6.25-rc6.patch
 Patch3:                kernel-fbcondecor.patch
 Patch6:                linux-wistron-nx.patch
@@ -246,7 +247,7 @@ BuildRequires:      libstdc++-devel
 BuildRequires: openssl-devel
 BuildRequires: perl-base
 BuildRequires: rpm-build >= 4.5-24
-BuildRequires: rpmbuild(macros) >= 1.743
+BuildRequires: rpmbuild(macros) >= 2.019
 %ifarch ppc
 BuildRequires: uboot-mkimage
 %endif
@@ -543,7 +544,7 @@ Group:              Development/Building
 Requires:      %{name}-headers = %{epoch}:%{version}-%{release}
 Requires:      elfutils-devel
 Requires:      make
-Conflicts:     rpmbuild(macros) < 1.704
+Conflicts:     rpmbuild(macros) < 2.019
 AutoReqProv:   no
 
 %description module-build
@@ -622,6 +623,8 @@ cd linux-%{basever}
 
 %if %{without vanilla}
 
+%patch1 -p1
+
 %if %{with fbcondecor}
 %patch3 -p1
 %endif
This page took 0.044209 seconds and 4 git commands to generate.