kernel-6.5.0-0.rc2.20230721gitf7e3a1bafdea.20
* Fri Jul 21 2023 Fedora Kernel Team <kernel-team@fedoraproject.org> [6.5.0-0.rc2.f7e3a1bafdea.20.el127] - redhat/configs: disable pre-UVC cameras for RHEL on aarch64 (Dean Nelson) - redhat/configs: enable CONFIG_MEDIA_SUPPORT for RHEL on aarch64 (Dean Nelson) - Linux v6.5.0-0.rc2.f7e3a1bafdea Resolves: Signed-off-by: Patrick Talbert <ptalbert@redhat.com>
This commit is contained in:
parent
b20cde7f13
commit
cedd441ac1
11 changed files with 87 additions and 51 deletions
40
kernel.spec
40
kernel.spec
|
|
@ -174,13 +174,13 @@ Summary: The Linux kernel
|
|||
%define specrpmversion 6.5.0
|
||||
%define specversion 6.5.0
|
||||
%define patchversion 6.5
|
||||
%define pkgrelease 0.rc2.20230719gitccff6d117d8d.18
|
||||
%define pkgrelease 0.rc2.20230721gitf7e3a1bafdea.20
|
||||
%define kversion 6
|
||||
%define tarfile_release 6.5-rc2-46-gccff6d117d8d
|
||||
%define tarfile_release 6.5-rc2-221-gf7e3a1bafdea
|
||||
# This is needed to do merge window version magic
|
||||
%define patchlevel 5
|
||||
# This allows pkg_release to have configurable %%{?dist} tag
|
||||
%define specrelease 0.rc2.20230719gitccff6d117d8d.18%{?buildid}%{?dist}
|
||||
%define specrelease 0.rc2.20230721gitf7e3a1bafdea.20%{?buildid}%{?dist}
|
||||
# This defines the kabi tarball version
|
||||
%define kabiversion 6.5.0
|
||||
|
||||
|
|
@ -2413,6 +2413,8 @@ BuildKernel() {
|
|||
{
|
||||
# remove files that will be auto generated by depmod at rpm -i time
|
||||
pushd $RPM_BUILD_ROOT/lib/modules/$KernelVer/
|
||||
# in case below list needs to be extended, remember to add a
|
||||
# matching ghost entry in the files section as well
|
||||
rm -f modules.{alias,alias.bin,builtin.alias.bin,builtin.bin} \
|
||||
modules.{dep,dep.bin,devname,softdep,symbols,symbols.bin}
|
||||
popd
|
||||
|
|
@ -3283,17 +3285,11 @@ fi\
|
|||
|
||||
#
|
||||
# This macro defines a %%post script for a kernel*-modules-core package.
|
||||
# It also defines a %%postun script that does the same thing.
|
||||
# %%kernel_modules_core_post [<subpackage>]
|
||||
#
|
||||
# FIXME: /bin/kernel-install can't handle UKIs (yet), so cleanup depmod files in %postun for now.
|
||||
#
|
||||
%define kernel_modules_core_post() \
|
||||
%{expand:%%posttrans %{?1:%{1}-}modules-core}\
|
||||
/sbin/depmod -a %{KVERREL}%{?1:+%{1}}\
|
||||
%{nil}\
|
||||
%{expand:%%postun %{?1:%{1}-}modules-core}\
|
||||
rm -f /lib/modules/%{KVERREL}%{?1:+%{1}}/modules.*\
|
||||
%{nil}
|
||||
|
||||
# This macro defines a %%posttrans script for a kernel package.
|
||||
|
|
@ -3616,6 +3612,8 @@ fi\
|
|||
%endif\
|
||||
%attr(0600, root, root) /lib/modules/%{KVERREL}%{?3:+%{3}}/System.map\
|
||||
%ghost %attr(0600, root, root) /boot/System.map-%{KVERREL}%{?3:+%{3}}\
|
||||
%dir /lib/modules\
|
||||
%dir /lib/modules/%{KVERREL}%{?3:+%{3}}\
|
||||
/lib/modules/%{KVERREL}%{?3:+%{3}}/symvers.%compext\
|
||||
/lib/modules/%{KVERREL}%{?3:+%{3}}/config\
|
||||
/lib/modules/%{KVERREL}%{?3:+%{3}}/modules.builtin*\
|
||||
|
|
@ -3623,8 +3621,6 @@ fi\
|
|||
%ghost %attr(0600, root, root) /boot/initramfs-%{KVERREL}%{?3:+%{3}}.img\
|
||||
%ghost %attr(0644, root, root) /boot/config-%{KVERREL}%{?3:+%{3}}\
|
||||
%{expand:%%files -f kernel-%{?3:%{3}-}modules-core.list %{?3:%{3}-}modules-core}\
|
||||
%dir /lib/modules\
|
||||
%dir /lib/modules/%{KVERREL}%{?3:+%{3}}\
|
||||
%dir /lib/modules/%{KVERREL}%{?3:+%{3}}/kernel\
|
||||
/lib/modules/%{KVERREL}%{?3:+%{3}}/build\
|
||||
/lib/modules/%{KVERREL}%{?3:+%{3}}/source\
|
||||
|
|
@ -3640,6 +3636,16 @@ fi\
|
|||
/lib/modules/%{KVERREL}%{?3:+%{3}}/modules.modesetting\
|
||||
/lib/modules/%{KVERREL}%{?3:+%{3}}/modules.networking\
|
||||
/lib/modules/%{KVERREL}%{?3:+%{3}}/modules.order\
|
||||
%ghost %attr(0644, root, root) /lib/modules/%{KVERREL}%{?3:+%{3}}/modules.alias\
|
||||
%ghost %attr(0644, root, root) /lib/modules/%{KVERREL}%{?3:+%{3}}/modules.alias.bin\
|
||||
%ghost %attr(0644, root, root) /lib/modules/%{KVERREL}%{?3:+%{3}}/modules.builtin.alias.bin\
|
||||
%ghost %attr(0644, root, root) /lib/modules/%{KVERREL}%{?3:+%{3}}/modules.builtin.bin\
|
||||
%ghost %attr(0644, root, root) /lib/modules/%{KVERREL}%{?3:+%{3}}/modules.dep\
|
||||
%ghost %attr(0644, root, root) /lib/modules/%{KVERREL}%{?3:+%{3}}/modules.dep.bin\
|
||||
%ghost %attr(0644, root, root) /lib/modules/%{KVERREL}%{?3:+%{3}}/modules.devname\
|
||||
%ghost %attr(0644, root, root) /lib/modules/%{KVERREL}%{?3:+%{3}}/modules.softdep\
|
||||
%ghost %attr(0644, root, root) /lib/modules/%{KVERREL}%{?3:+%{3}}/modules.symbols\
|
||||
%ghost %attr(0644, root, root) /lib/modules/%{KVERREL}%{?3:+%{3}}/modules.symbols.bin\
|
||||
%{expand:%%files -f kernel-%{?3:%{3}-}modules.list %{?3:%{3}-}modules}\
|
||||
%{expand:%%files %{?3:%{3}-}devel}\
|
||||
%defverify(not mtime)\
|
||||
|
|
@ -3732,6 +3738,18 @@ fi\
|
|||
#
|
||||
#
|
||||
%changelog
|
||||
* Fri Jul 21 2023 Fedora Kernel Team <kernel-team@fedoraproject.org> [6.5.0-0.rc2.f7e3a1bafdea.20.el127]
|
||||
- redhat/configs: disable pre-UVC cameras for RHEL on aarch64 (Dean Nelson)
|
||||
- redhat/configs: enable CONFIG_MEDIA_SUPPORT for RHEL on aarch64 (Dean Nelson)
|
||||
- Linux v6.5.0-0.rc2.f7e3a1bafdea
|
||||
|
||||
* Thu Jul 20 2023 Fedora Kernel Team <kernel-team@fedoraproject.org> [6.5.0-0.rc2.bfa3037d8280.19.el127]
|
||||
- move ownership of /lib/modules/<ver>/ to kernel-core (Thorsten Leemhuis)
|
||||
- Let kernel-modules-core own the files depmod generates. (Thorsten Leemhuis)
|
||||
- redhat: configs: Enable CONFIG_TYPEC_STUSB160X for rhel on aarch64 (Desnes Nunes)
|
||||
- Add filters for ptp_dfl_tod on Fedora (Justin M. Forbes)
|
||||
- Linux v6.5.0-0.rc2.bfa3037d8280
|
||||
|
||||
* Wed Jul 19 2023 Fedora Kernel Team <kernel-team@fedoraproject.org> [6.5.0-0.rc2.ccff6d117d8d.18.el127]
|
||||
- Fedora 6.5 configs part 1 (Justin M. Forbes)
|
||||
- fedora: enable CONFIG_ZYNQMP_IPI_MBOX as a builtin in pending-fedora (Patrick Talbert)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue