Browse Source

kernel-6.12.32-1

Tomohiro "Tomo-p" KATO 2 weeks ago
parent
commit
d20331807d
1 changed files with 4 additions and 10 deletions
  1. 4 10
      k/kernel/kernel-vl.spec

+ 4 - 10
k/kernel/kernel-vl.spec

@@ -44,7 +44,7 @@
 #
 %define majorver 6
 %define sublevel 12
-%define patchlevel 30
+%define patchlevel 32
 %define kversion %{majorver}.%{sublevel}
 %define rpmversion %{majorver}.%{sublevel}.%{patchlevel}
 %define release 1%{?_dist_release}%{?with_systemd:.systemd}
@@ -1078,7 +1078,6 @@ fi
 
 %if %{with_headers}
 %files headers
-%defattr(-,root,root)
 %{_includedir}/*
 %exclude %{_includedir}/cpufreq.h
 %exclude %{_includedir}/cpuidle.h
@@ -1087,13 +1086,11 @@ fi
 
 %if %{with_firmware}
 %files firmware
-%defattr(-,root,root)
 /lib/firmware/*
 %endif
 
 %if %{buildup}
 %files 
-%defattr(-,root,root)
 /%{image_install_path}/*-%{KVERREL}
 %if "%{image_install_path}" != "boot"
 /boot/System.map-%{KVERREL}
@@ -1106,13 +1103,11 @@ fi
 /lib/modules/%{KVERREL}/source
 
 %files devel
-%defattr(-,root,root)
 %verify(not mtime) /usr/src/kernels/%{KVERREL}-%{_target_cpu}
 %endif
 
 %if %{buildpae}
 %files pae
-%defattr(-,root,root)
 /%{image_install_path}/*-%{KVERREL}pae
 %if "%{image_install_path}" != "boot"
 /boot/System.map-%{KVERREL}pae
@@ -1125,7 +1120,6 @@ fi
 /lib/modules/%{KVERREL}pae/source
 
 %files pae-devel
-%defattr(-,root,root)
 %verify(not mtime) /usr/src/kernels/%{KVERREL}-pae-%{_target_cpu}
 /usr/src/kernels/%{KVERREL}pae-%{_target_cpu}
 %endif
@@ -1133,7 +1127,6 @@ fi
 # only some architecture builds need kernel-source
 %if %{buildsource}
 %files source
-%defattr(-,root,root)
 %dir %{_prefix}/src/linux-%{kversion}
 %{_prefix}/src/linux-%{kversion}/*
 %{_prefix}/src/linux-%{kversion}/.rustfmt.toml
@@ -1146,7 +1139,6 @@ fi
 # only some architecture builds need kernel-doc
 %if %{builddoc}
 %files doc
-%defattr(-,root,root)
 %{_datadir}/doc/kernel-doc-%{kversion}/Documentation/*
 %dir %{_datadir}/doc/kernel-doc-%{kversion}/Documentation
 %dir %{_datadir}/doc/kernel-doc-%{kversion}
@@ -1155,7 +1147,6 @@ fi
 
 %if %{with_tools}
 %files -n kernel-tools -f cpupower.lang
-%defattr(-,root,root)
 
 %{_bindir}/cpupower
 %{_bindir}/centrino-decode
@@ -1196,6 +1187,9 @@ fi
 
 
 %changelog
+* Thu Jun  5 2025 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 6.12.32-1
+- updated to 6.12.32.
+
 * Sat May 24 2025 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 6.12.30-1
 - updated to 6.12.30.