commit 0955fc7006c076198062e63e5848e69920dff929

OBS-URL: https://build.opensuse.org/package/show/Kernel:stable/kernel-source?expand=0&rev=2009
This commit is contained in:
Kernel Bugs 2023-09-01 08:15:59 +00:00 committed by Git OBS Bridge
parent 93833a5e11
commit 4ca11c960e
38 changed files with 561 additions and 159 deletions

View File

@ -1,3 +1,23 @@
-------------------------------------------------------------------
Wed Aug 30 10:43:48 CEST 2023 - jslaby@suse.cz
- rpm/mkspec-dtb: dtbs have moved to vendor sub-directories in 6.5
By commit 724ba6751532 ("ARM: dts: Move .dts files to vendor
sub-directories").
So switch to them.
- rpm/mkspec-dtb: support for nested subdirs
Commit 724ba6751532 ("ARM: dts: Move .dts files to vendor
sub-directories") moved the dts to nested subdirs, add a support for
that. That is, generate a %dir entry in %files for them.
- commit 06c1acc
-------------------------------------------------------------------
Wed Aug 30 08:22:54 CEST 2023 - jslaby@suse.cz
- ipv6: remove hard coded limitation on ipv6_pinfo (ipv6-breakage
20230829174957.0ae84f41@kernel.org).
- commit 7f2ff2a
-------------------------------------------------------------------
Tue Aug 29 12:51:46 CEST 2023 - jslaby@suse.cz

View File

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

View File

@ -1,3 +1,23 @@
-------------------------------------------------------------------
Wed Aug 30 10:43:48 CEST 2023 - jslaby@suse.cz
- rpm/mkspec-dtb: dtbs have moved to vendor sub-directories in 6.5
By commit 724ba6751532 ("ARM: dts: Move .dts files to vendor
sub-directories").
So switch to them.
- rpm/mkspec-dtb: support for nested subdirs
Commit 724ba6751532 ("ARM: dts: Move .dts files to vendor
sub-directories") moved the dts to nested subdirs, add a support for
that. That is, generate a %dir entry in %files for them.
- commit 06c1acc
-------------------------------------------------------------------
Wed Aug 30 08:22:54 CEST 2023 - jslaby@suse.cz
- ipv6: remove hard coded limitation on ipv6_pinfo (ipv6-breakage
20230829174957.0ae84f41@kernel.org).
- commit 7f2ff2a
-------------------------------------------------------------------
Tue Aug 29 12:51:46 CEST 2023 - jslaby@suse.cz

View File

@ -27,7 +27,7 @@
Name: dtb-armv6l
Version: 6.5.0
%if 0%{?is_kotd}
Release: <RELEASE>.gf17167b
Release: <RELEASE>.g0955fc7
%else
Release: 0
%endif
@ -211,7 +211,7 @@ export DTC_FLAGS="-R 4 -p 0x1000"
DTC_FLAGS="$DTC_FLAGS -@"
cd $source/arch/arm/boot/dts
for dts in bcm2835*.dts ; do
for dts in broadcom/bcm2835*.dts ; do
target=${dts%*.dts}
mkdir -p $PPDIR/$(dirname $target)
cpp -x assembler-with-cpp -undef -D__DTS__ -nostdinc -I. -I$SRCDIR/include/ -I$SRCDIR/scripts/dtc/include-prefixes/ -P $target.dts -o $PPDIR/$target.dts
@ -223,7 +223,7 @@ done
%install
cd pp
for dts in bcm2835*.dts ; do
for dts in broadcom/bcm2835*.dts ; do
target=${dts%*.dts}
install -m 755 -d %{buildroot}%{dtbdir}/$(dirname $target)
# install -m 644 COPYING %{buildroot}%{dtbdir}/$(dirname $target)
@ -253,6 +253,7 @@ cd /boot
%defattr(-,root,root)
%ghost /boot/dtb
%dir %{dtbdir}
%{dtbdir}/bcm2835*.dtb
%dir %{dtbdir}/broadcom
%{dtbdir}/broadcom/bcm2835*.dtb
%changelog

View File

@ -1,3 +1,23 @@
-------------------------------------------------------------------
Wed Aug 30 10:43:48 CEST 2023 - jslaby@suse.cz
- rpm/mkspec-dtb: dtbs have moved to vendor sub-directories in 6.5
By commit 724ba6751532 ("ARM: dts: Move .dts files to vendor
sub-directories").
So switch to them.
- rpm/mkspec-dtb: support for nested subdirs
Commit 724ba6751532 ("ARM: dts: Move .dts files to vendor
sub-directories") moved the dts to nested subdirs, add a support for
that. That is, generate a %dir entry in %files for them.
- commit 06c1acc
-------------------------------------------------------------------
Wed Aug 30 08:22:54 CEST 2023 - jslaby@suse.cz
- ipv6: remove hard coded limitation on ipv6_pinfo (ipv6-breakage
20230829174957.0ae84f41@kernel.org).
- commit 7f2ff2a
-------------------------------------------------------------------
Tue Aug 29 12:51:46 CEST 2023 - jslaby@suse.cz

View File

@ -27,7 +27,7 @@
Name: dtb-armv7l
Version: 6.5.0
%if 0%{?is_kotd}
Release: <RELEASE>.gf17167b
Release: <RELEASE>.g0955fc7
%else
Release: 0
%endif
@ -591,7 +591,7 @@ export DTC_FLAGS="-R 4 -p 0x1000"
DTC_FLAGS="$DTC_FLAGS -@"
cd $source/arch/arm/boot/dts
for dts in am335x-*.dts am3517*.dts am57xx-*.dts armada-370-*.dts armada-375-*.dts armada-385-*.dts armada-388-*.dts armada-398-*.dts armada-xp-*.dts bcm2836*.dts dove-*.dts exynos4*.dts exynos5*.dts imx5*.dts imx6*.dts imx7*.dts keystone-*.dts meson6-*.dts meson8-*.dts meson8b-*.dts mt76*.dts omap3*.dts omap4*.dts omap5*.dts qcom-*.dts rk3*.dts socfpga_*.dts ste-*.dts sun4i-*.dts sun5i-*.dts sun6i-*.dts sun7i-*.dts sun8i-*.dts sun9i-*.dts tegra20-*.dts tegra30-*.dts tegra114-*.dts tegra124-*.dts vexpress-*.dts vf500-*.dts vf610-*.dts xenvm-*.dts zynq-*.dts ; do
for dts in ti/omap/am335x-*.dts ti/omap/am3517*.dts ti/omap/am57xx-*.dts marvell/armada-370-*.dts marvell/armada-375-*.dts marvell/armada-385-*.dts marvell/armada-388-*.dts marvell/armada-398-*.dts marvell/armada-xp-*.dts broadcom/bcm2836*.dts marvell/dove-*.dts samsung/exynos4*.dts samsung/exynos5*.dts nxp/imx/imx5*.dts nxp/imx/imx6*.dts nxp/imx/imx7*.dts ti/keystone/keystone-*.dts amlogic/meson6-*.dts amlogic/meson8-*.dts amlogic/meson8b-*.dts mediatek/mt76*.dts ti/omap/omap3*.dts ti/omap/omap4*.dts ti/omap/omap5*.dts qcom/qcom-*.dts rockchip/rk3*.dts intel/socfpga/socfpga_*.dts st/ste-*.dts allwinner/sun4i-*.dts allwinner/sun5i-*.dts allwinner/sun6i-*.dts allwinner/sun7i-*.dts allwinner/sun8i-*.dts allwinner/sun9i-*.dts nvidia/tegra20-*.dts nvidia/tegra30-*.dts nvidia/tegra114-*.dts nvidia/tegra124-*.dts arm/vexpress-*.dts nxp/vf/vf500-*.dts nxp/vf/vf610-*.dts xen/xenvm-*.dts xilinx/zynq-*.dts ; do
target=${dts%*.dts}
mkdir -p $PPDIR/$(dirname $target)
cpp -x assembler-with-cpp -undef -D__DTS__ -nostdinc -I. -I$SRCDIR/include/ -I$SRCDIR/scripts/dtc/include-prefixes/ -P $target.dts -o $PPDIR/$target.dts
@ -603,7 +603,7 @@ done
%install
cd pp
for dts in am335x-*.dts am3517*.dts am57xx-*.dts armada-370-*.dts armada-375-*.dts armada-385-*.dts armada-388-*.dts armada-398-*.dts armada-xp-*.dts bcm2836*.dts dove-*.dts exynos4*.dts exynos5*.dts imx5*.dts imx6*.dts imx7*.dts keystone-*.dts meson6-*.dts meson8-*.dts meson8b-*.dts mt76*.dts omap3*.dts omap4*.dts omap5*.dts qcom-*.dts rk3*.dts socfpga_*.dts ste-*.dts sun4i-*.dts sun5i-*.dts sun6i-*.dts sun7i-*.dts sun8i-*.dts sun9i-*.dts tegra20-*.dts tegra30-*.dts tegra114-*.dts tegra124-*.dts vexpress-*.dts vf500-*.dts vf610-*.dts xenvm-*.dts zynq-*.dts ; do
for dts in ti/omap/am335x-*.dts ti/omap/am3517*.dts ti/omap/am57xx-*.dts marvell/armada-370-*.dts marvell/armada-375-*.dts marvell/armada-385-*.dts marvell/armada-388-*.dts marvell/armada-398-*.dts marvell/armada-xp-*.dts broadcom/bcm2836*.dts marvell/dove-*.dts samsung/exynos4*.dts samsung/exynos5*.dts nxp/imx/imx5*.dts nxp/imx/imx6*.dts nxp/imx/imx7*.dts ti/keystone/keystone-*.dts amlogic/meson6-*.dts amlogic/meson8-*.dts amlogic/meson8b-*.dts mediatek/mt76*.dts ti/omap/omap3*.dts ti/omap/omap4*.dts ti/omap/omap5*.dts qcom/qcom-*.dts rockchip/rk3*.dts intel/socfpga/socfpga_*.dts st/ste-*.dts allwinner/sun4i-*.dts allwinner/sun5i-*.dts allwinner/sun6i-*.dts allwinner/sun7i-*.dts allwinner/sun8i-*.dts allwinner/sun9i-*.dts nvidia/tegra20-*.dts nvidia/tegra30-*.dts nvidia/tegra114-*.dts nvidia/tegra124-*.dts arm/vexpress-*.dts nxp/vf/vf500-*.dts nxp/vf/vf610-*.dts xen/xenvm-*.dts xilinx/zynq-*.dts ; do
target=${dts%*.dts}
install -m 755 -d %{buildroot}%{dtbdir}/$(dirname $target)
# install -m 644 COPYING %{buildroot}%{dtbdir}/$(dirname $target)
@ -927,7 +927,9 @@ cd /boot
%defattr(-,root,root)
%ghost /boot/dtb
%dir %{dtbdir}
%{dtbdir}/am335x-*.dtb
%dir %{dtbdir}/ti
%dir %{dtbdir}/ti/omap
%{dtbdir}/ti/omap/am335x-*.dtb
%ifarch aarch64 riscv64
%files -n dtb-am3517 -f dtb-am3517.list
@ -937,7 +939,9 @@ cd /boot
%defattr(-,root,root)
%ghost /boot/dtb
%dir %{dtbdir}
%{dtbdir}/am3517*.dtb
%dir %{dtbdir}/ti
%dir %{dtbdir}/ti/omap
%{dtbdir}/ti/omap/am3517*.dtb
%ifarch aarch64 riscv64
%files -n dtb-am57xx -f dtb-am57xx.list
@ -947,7 +951,9 @@ cd /boot
%defattr(-,root,root)
%ghost /boot/dtb
%dir %{dtbdir}
%{dtbdir}/am57xx-*.dtb
%dir %{dtbdir}/ti
%dir %{dtbdir}/ti/omap
%{dtbdir}/ti/omap/am57xx-*.dtb
%ifarch aarch64 riscv64
%files -n dtb-armada-370 -f dtb-armada-370.list
@ -957,7 +963,8 @@ cd /boot
%defattr(-,root,root)
%ghost /boot/dtb
%dir %{dtbdir}
%{dtbdir}/armada-370-*.dtb
%dir %{dtbdir}/marvell
%{dtbdir}/marvell/armada-370-*.dtb
%ifarch aarch64 riscv64
%files -n dtb-armada-375 -f dtb-armada-375.list
@ -967,7 +974,8 @@ cd /boot
%defattr(-,root,root)
%ghost /boot/dtb
%dir %{dtbdir}
%{dtbdir}/armada-375-*.dtb
%dir %{dtbdir}/marvell
%{dtbdir}/marvell/armada-375-*.dtb
%ifarch aarch64 riscv64
%files -n dtb-armada-385 -f dtb-armada-385.list
@ -977,7 +985,8 @@ cd /boot
%defattr(-,root,root)
%ghost /boot/dtb
%dir %{dtbdir}
%{dtbdir}/armada-385-*.dtb
%dir %{dtbdir}/marvell
%{dtbdir}/marvell/armada-385-*.dtb
%ifarch aarch64 riscv64
%files -n dtb-armada-388 -f dtb-armada-388.list
@ -987,7 +996,8 @@ cd /boot
%defattr(-,root,root)
%ghost /boot/dtb
%dir %{dtbdir}
%{dtbdir}/armada-388-*.dtb
%dir %{dtbdir}/marvell
%{dtbdir}/marvell/armada-388-*.dtb
%ifarch aarch64 riscv64
%files -n dtb-armada-398 -f dtb-armada-398.list
@ -997,7 +1007,8 @@ cd /boot
%defattr(-,root,root)
%ghost /boot/dtb
%dir %{dtbdir}
%{dtbdir}/armada-398-*.dtb
%dir %{dtbdir}/marvell
%{dtbdir}/marvell/armada-398-*.dtb
%ifarch aarch64 riscv64
%files -n dtb-armada-xp -f dtb-armada-xp.list
@ -1007,7 +1018,8 @@ cd /boot
%defattr(-,root,root)
%ghost /boot/dtb
%dir %{dtbdir}
%{dtbdir}/armada-xp-*.dtb
%dir %{dtbdir}/marvell
%{dtbdir}/marvell/armada-xp-*.dtb
%ifarch aarch64 riscv64
%files -n dtb-bcm2836 -f dtb-bcm2836.list
@ -1017,7 +1029,8 @@ cd /boot
%defattr(-,root,root)
%ghost /boot/dtb
%dir %{dtbdir}
%{dtbdir}/bcm2836*.dtb
%dir %{dtbdir}/broadcom
%{dtbdir}/broadcom/bcm2836*.dtb
%ifarch aarch64 riscv64
%files -n dtb-dove -f dtb-dove.list
@ -1027,7 +1040,8 @@ cd /boot
%defattr(-,root,root)
%ghost /boot/dtb
%dir %{dtbdir}
%{dtbdir}/dove-*.dtb
%dir %{dtbdir}/marvell
%{dtbdir}/marvell/dove-*.dtb
%ifarch aarch64 riscv64
%files -n dtb-exynos4 -f dtb-exynos4.list
@ -1037,7 +1051,8 @@ cd /boot
%defattr(-,root,root)
%ghost /boot/dtb
%dir %{dtbdir}
%{dtbdir}/exynos4*.dtb
%dir %{dtbdir}/samsung
%{dtbdir}/samsung/exynos4*.dtb
%ifarch aarch64 riscv64
%files -n dtb-exynos5 -f dtb-exynos5.list
@ -1047,7 +1062,8 @@ cd /boot
%defattr(-,root,root)
%ghost /boot/dtb
%dir %{dtbdir}
%{dtbdir}/exynos5*.dtb
%dir %{dtbdir}/samsung
%{dtbdir}/samsung/exynos5*.dtb
%ifarch aarch64 riscv64
%files -n dtb-imx5 -f dtb-imx5.list
@ -1057,7 +1073,9 @@ cd /boot
%defattr(-,root,root)
%ghost /boot/dtb
%dir %{dtbdir}
%{dtbdir}/imx5*.dtb
%dir %{dtbdir}/nxp
%dir %{dtbdir}/nxp/imx
%{dtbdir}/nxp/imx/imx5*.dtb
%ifarch aarch64 riscv64
%files -n dtb-imx6 -f dtb-imx6.list
@ -1067,7 +1085,9 @@ cd /boot
%defattr(-,root,root)
%ghost /boot/dtb
%dir %{dtbdir}
%{dtbdir}/imx6*.dtb
%dir %{dtbdir}/nxp
%dir %{dtbdir}/nxp/imx
%{dtbdir}/nxp/imx/imx6*.dtb
%ifarch aarch64 riscv64
%files -n dtb-imx7 -f dtb-imx7.list
@ -1077,7 +1097,9 @@ cd /boot
%defattr(-,root,root)
%ghost /boot/dtb
%dir %{dtbdir}
%{dtbdir}/imx7*.dtb
%dir %{dtbdir}/nxp
%dir %{dtbdir}/nxp/imx
%{dtbdir}/nxp/imx/imx7*.dtb
%ifarch aarch64 riscv64
%files -n dtb-keystone -f dtb-keystone.list
@ -1087,7 +1109,9 @@ cd /boot
%defattr(-,root,root)
%ghost /boot/dtb
%dir %{dtbdir}
%{dtbdir}/keystone-*.dtb
%dir %{dtbdir}/ti
%dir %{dtbdir}/ti/keystone
%{dtbdir}/ti/keystone/keystone-*.dtb
%ifarch aarch64 riscv64
%files -n dtb-meson6 -f dtb-meson6.list
@ -1097,7 +1121,8 @@ cd /boot
%defattr(-,root,root)
%ghost /boot/dtb
%dir %{dtbdir}
%{dtbdir}/meson6-*.dtb
%dir %{dtbdir}/amlogic
%{dtbdir}/amlogic/meson6-*.dtb
%ifarch aarch64 riscv64
%files -n dtb-meson8 -f dtb-meson8.list
@ -1107,7 +1132,8 @@ cd /boot
%defattr(-,root,root)
%ghost /boot/dtb
%dir %{dtbdir}
%{dtbdir}/meson8-*.dtb
%dir %{dtbdir}/amlogic
%{dtbdir}/amlogic/meson8-*.dtb
%ifarch aarch64 riscv64
%files -n dtb-meson8b -f dtb-meson8b.list
@ -1117,7 +1143,8 @@ cd /boot
%defattr(-,root,root)
%ghost /boot/dtb
%dir %{dtbdir}
%{dtbdir}/meson8b-*.dtb
%dir %{dtbdir}/amlogic
%{dtbdir}/amlogic/meson8b-*.dtb
%ifarch aarch64 riscv64
%files -n dtb-mt76 -f dtb-mt76.list
@ -1127,7 +1154,8 @@ cd /boot
%defattr(-,root,root)
%ghost /boot/dtb
%dir %{dtbdir}
%{dtbdir}/mt76*.dtb
%dir %{dtbdir}/mediatek
%{dtbdir}/mediatek/mt76*.dtb
%ifarch aarch64 riscv64
%files -n dtb-omap3 -f dtb-omap3.list
@ -1137,7 +1165,9 @@ cd /boot
%defattr(-,root,root)
%ghost /boot/dtb
%dir %{dtbdir}
%{dtbdir}/omap3*.dtb
%dir %{dtbdir}/ti
%dir %{dtbdir}/ti/omap
%{dtbdir}/ti/omap/omap3*.dtb
%ifarch aarch64 riscv64
%files -n dtb-omap4 -f dtb-omap4.list
@ -1147,7 +1177,9 @@ cd /boot
%defattr(-,root,root)
%ghost /boot/dtb
%dir %{dtbdir}
%{dtbdir}/omap4*.dtb
%dir %{dtbdir}/ti
%dir %{dtbdir}/ti/omap
%{dtbdir}/ti/omap/omap4*.dtb
%ifarch aarch64 riscv64
%files -n dtb-omap5 -f dtb-omap5.list
@ -1157,7 +1189,9 @@ cd /boot
%defattr(-,root,root)
%ghost /boot/dtb
%dir %{dtbdir}
%{dtbdir}/omap5*.dtb
%dir %{dtbdir}/ti
%dir %{dtbdir}/ti/omap
%{dtbdir}/ti/omap/omap5*.dtb
%ifarch aarch64 riscv64
%files -n dtb-qcom -f dtb-qcom.list
@ -1167,7 +1201,8 @@ cd /boot
%defattr(-,root,root)
%ghost /boot/dtb
%dir %{dtbdir}
%{dtbdir}/qcom-*.dtb
%dir %{dtbdir}/qcom
%{dtbdir}/qcom/qcom-*.dtb
%ifarch aarch64 riscv64
%files -n dtb-rk3 -f dtb-rk3.list
@ -1177,7 +1212,8 @@ cd /boot
%defattr(-,root,root)
%ghost /boot/dtb
%dir %{dtbdir}
%{dtbdir}/rk3*.dtb
%dir %{dtbdir}/rockchip
%{dtbdir}/rockchip/rk3*.dtb
%ifarch aarch64 riscv64
%files -n dtb-socfpga -f dtb-socfpga.list
@ -1187,7 +1223,9 @@ cd /boot
%defattr(-,root,root)
%ghost /boot/dtb
%dir %{dtbdir}
%{dtbdir}/socfpga_*.dtb
%dir %{dtbdir}/intel
%dir %{dtbdir}/intel/socfpga
%{dtbdir}/intel/socfpga/socfpga_*.dtb
%ifarch aarch64 riscv64
%files -n dtb-ste -f dtb-ste.list
@ -1197,7 +1235,8 @@ cd /boot
%defattr(-,root,root)
%ghost /boot/dtb
%dir %{dtbdir}
%{dtbdir}/ste-*.dtb
%dir %{dtbdir}/st
%{dtbdir}/st/ste-*.dtb
%ifarch aarch64 riscv64
%files -n dtb-sun4i -f dtb-sun4i.list
@ -1207,7 +1246,8 @@ cd /boot
%defattr(-,root,root)
%ghost /boot/dtb
%dir %{dtbdir}
%{dtbdir}/sun4i-*.dtb
%dir %{dtbdir}/allwinner
%{dtbdir}/allwinner/sun4i-*.dtb
%ifarch aarch64 riscv64
%files -n dtb-sun5i -f dtb-sun5i.list
@ -1217,7 +1257,8 @@ cd /boot
%defattr(-,root,root)
%ghost /boot/dtb
%dir %{dtbdir}
%{dtbdir}/sun5i-*.dtb
%dir %{dtbdir}/allwinner
%{dtbdir}/allwinner/sun5i-*.dtb
%ifarch aarch64 riscv64
%files -n dtb-sun6i -f dtb-sun6i.list
@ -1227,7 +1268,8 @@ cd /boot
%defattr(-,root,root)
%ghost /boot/dtb
%dir %{dtbdir}
%{dtbdir}/sun6i-*.dtb
%dir %{dtbdir}/allwinner
%{dtbdir}/allwinner/sun6i-*.dtb
%ifarch aarch64 riscv64
%files -n dtb-sun7i -f dtb-sun7i.list
@ -1237,7 +1279,8 @@ cd /boot
%defattr(-,root,root)
%ghost /boot/dtb
%dir %{dtbdir}
%{dtbdir}/sun7i-*.dtb
%dir %{dtbdir}/allwinner
%{dtbdir}/allwinner/sun7i-*.dtb
%ifarch aarch64 riscv64
%files -n dtb-sun8i -f dtb-sun8i.list
@ -1247,7 +1290,8 @@ cd /boot
%defattr(-,root,root)
%ghost /boot/dtb
%dir %{dtbdir}
%{dtbdir}/sun8i-*.dtb
%dir %{dtbdir}/allwinner
%{dtbdir}/allwinner/sun8i-*.dtb
%ifarch aarch64 riscv64
%files -n dtb-sun9i -f dtb-sun9i.list
@ -1257,7 +1301,8 @@ cd /boot
%defattr(-,root,root)
%ghost /boot/dtb
%dir %{dtbdir}
%{dtbdir}/sun9i-*.dtb
%dir %{dtbdir}/allwinner
%{dtbdir}/allwinner/sun9i-*.dtb
%ifarch aarch64 riscv64
%files -n dtb-tegra2 -f dtb-tegra2.list
@ -1267,7 +1312,8 @@ cd /boot
%defattr(-,root,root)
%ghost /boot/dtb
%dir %{dtbdir}
%{dtbdir}/tegra20-*.dtb
%dir %{dtbdir}/nvidia
%{dtbdir}/nvidia/tegra20-*.dtb
%ifarch aarch64 riscv64
%files -n dtb-tegra3 -f dtb-tegra3.list
@ -1277,7 +1323,8 @@ cd /boot
%defattr(-,root,root)
%ghost /boot/dtb
%dir %{dtbdir}
%{dtbdir}/tegra30-*.dtb
%dir %{dtbdir}/nvidia
%{dtbdir}/nvidia/tegra30-*.dtb
%ifarch aarch64 riscv64
%files -n dtb-tegra114 -f dtb-tegra114.list
@ -1287,7 +1334,8 @@ cd /boot
%defattr(-,root,root)
%ghost /boot/dtb
%dir %{dtbdir}
%{dtbdir}/tegra114-*.dtb
%dir %{dtbdir}/nvidia
%{dtbdir}/nvidia/tegra114-*.dtb
%ifarch aarch64 riscv64
%files -n dtb-tegra124 -f dtb-tegra124.list
@ -1297,7 +1345,8 @@ cd /boot
%defattr(-,root,root)
%ghost /boot/dtb
%dir %{dtbdir}
%{dtbdir}/tegra124-*.dtb
%dir %{dtbdir}/nvidia
%{dtbdir}/nvidia/tegra124-*.dtb
%ifarch aarch64 riscv64
%files -n dtb-vexpress -f dtb-vexpress.list
@ -1307,7 +1356,8 @@ cd /boot
%defattr(-,root,root)
%ghost /boot/dtb
%dir %{dtbdir}
%{dtbdir}/vexpress-*.dtb
%dir %{dtbdir}/arm
%{dtbdir}/arm/vexpress-*.dtb
%ifarch aarch64 riscv64
%files -n dtb-vf500 -f dtb-vf500.list
@ -1317,7 +1367,9 @@ cd /boot
%defattr(-,root,root)
%ghost /boot/dtb
%dir %{dtbdir}
%{dtbdir}/vf500-*.dtb
%dir %{dtbdir}/nxp
%dir %{dtbdir}/nxp/vf
%{dtbdir}/nxp/vf/vf500-*.dtb
%ifarch aarch64 riscv64
%files -n dtb-vf6 -f dtb-vf6.list
@ -1327,7 +1379,9 @@ cd /boot
%defattr(-,root,root)
%ghost /boot/dtb
%dir %{dtbdir}
%{dtbdir}/vf610-*.dtb
%dir %{dtbdir}/nxp
%dir %{dtbdir}/nxp/vf
%{dtbdir}/nxp/vf/vf610-*.dtb
%ifarch aarch64 riscv64
%files -n dtb-xenvm -f dtb-xenvm.list
@ -1337,7 +1391,8 @@ cd /boot
%defattr(-,root,root)
%ghost /boot/dtb
%dir %{dtbdir}
%{dtbdir}/xenvm-*.dtb
%dir %{dtbdir}/xen
%{dtbdir}/xen/xenvm-*.dtb
%ifarch aarch64 riscv64
%files -n dtb-zynq -f dtb-zynq.list
@ -1347,6 +1402,7 @@ cd /boot
%defattr(-,root,root)
%ghost /boot/dtb
%dir %{dtbdir}
%{dtbdir}/zynq-*.dtb
%dir %{dtbdir}/xilinx
%{dtbdir}/xilinx/zynq-*.dtb
%changelog

View File

@ -1,3 +1,23 @@
-------------------------------------------------------------------
Wed Aug 30 10:43:48 CEST 2023 - jslaby@suse.cz
- rpm/mkspec-dtb: dtbs have moved to vendor sub-directories in 6.5
By commit 724ba6751532 ("ARM: dts: Move .dts files to vendor
sub-directories").
So switch to them.
- rpm/mkspec-dtb: support for nested subdirs
Commit 724ba6751532 ("ARM: dts: Move .dts files to vendor
sub-directories") moved the dts to nested subdirs, add a support for
that. That is, generate a %dir entry in %files for them.
- commit 06c1acc
-------------------------------------------------------------------
Wed Aug 30 08:22:54 CEST 2023 - jslaby@suse.cz
- ipv6: remove hard coded limitation on ipv6_pinfo (ipv6-breakage
20230829174957.0ae84f41@kernel.org).
- commit 7f2ff2a
-------------------------------------------------------------------
Tue Aug 29 12:51:46 CEST 2023 - jslaby@suse.cz

View File

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

View File

@ -1,3 +1,23 @@
-------------------------------------------------------------------
Wed Aug 30 10:43:48 CEST 2023 - jslaby@suse.cz
- rpm/mkspec-dtb: dtbs have moved to vendor sub-directories in 6.5
By commit 724ba6751532 ("ARM: dts: Move .dts files to vendor
sub-directories").
So switch to them.
- rpm/mkspec-dtb: support for nested subdirs
Commit 724ba6751532 ("ARM: dts: Move .dts files to vendor
sub-directories") moved the dts to nested subdirs, add a support for
that. That is, generate a %dir entry in %files for them.
- commit 06c1acc
-------------------------------------------------------------------
Wed Aug 30 08:22:54 CEST 2023 - jslaby@suse.cz
- ipv6: remove hard coded limitation on ipv6_pinfo (ipv6-breakage
20230829174957.0ae84f41@kernel.org).
- commit 7f2ff2a
-------------------------------------------------------------------
Tue Aug 29 12:51:46 CEST 2023 - jslaby@suse.cz

View File

@ -114,7 +114,7 @@ License: GPL-2.0-only
Group: System/Kernel
Version: 6.5.0
%if 0%{?is_kotd}
Release: <RELEASE>.gf17167b
Release: <RELEASE>.g0955fc7
%else
Release: 0
%endif
@ -237,10 +237,10 @@ Obsoletes: microcode_ctl < 1.18
Conflicts: libc.so.6()(64bit)
%endif
Provides: kernel = %version-%source_rel
Provides: kernel-%build_flavor-base-srchash-f17167bea988d2cecaff739b2376dfcab40449eb
Provides: kernel-srchash-f17167bea988d2cecaff739b2376dfcab40449eb
Provides: kernel-%build_flavor-base-srchash-0955fc7006c076198062e63e5848e69920dff929
Provides: kernel-srchash-0955fc7006c076198062e63e5848e69920dff929
# END COMMON DEPS
Provides: %name-srchash-f17167bea988d2cecaff739b2376dfcab40449eb
Provides: %name-srchash-0955fc7006c076198062e63e5848e69920dff929
%obsolete_rebuilds %name
Source0: https://www.kernel.org/pub/linux/kernel/v6.x/linux-%srcversion.tar.xz
Source3: kernel-source.rpmlintrc
@ -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-f17167bea988d2cecaff739b2376dfcab40449eb
Provides: kernel-srchash-f17167bea988d2cecaff739b2376dfcab40449eb
Provides: kernel-%build_flavor-base-srchash-0955fc7006c076198062e63e5848e69920dff929
Provides: kernel-srchash-0955fc7006c076198062e63e5848e69920dff929
%obsolete_rebuilds %name-base
%ifarch %ix86

View File

@ -1,3 +1,23 @@
-------------------------------------------------------------------
Wed Aug 30 10:43:48 CEST 2023 - jslaby@suse.cz
- rpm/mkspec-dtb: dtbs have moved to vendor sub-directories in 6.5
By commit 724ba6751532 ("ARM: dts: Move .dts files to vendor
sub-directories").
So switch to them.
- rpm/mkspec-dtb: support for nested subdirs
Commit 724ba6751532 ("ARM: dts: Move .dts files to vendor
sub-directories") moved the dts to nested subdirs, add a support for
that. That is, generate a %dir entry in %files for them.
- commit 06c1acc
-------------------------------------------------------------------
Wed Aug 30 08:22:54 CEST 2023 - jslaby@suse.cz
- ipv6: remove hard coded limitation on ipv6_pinfo (ipv6-breakage
20230829174957.0ae84f41@kernel.org).
- commit 7f2ff2a
-------------------------------------------------------------------
Tue Aug 29 12:51:46 CEST 2023 - jslaby@suse.cz

View File

@ -114,7 +114,7 @@ License: GPL-2.0-only
Group: System/Kernel
Version: 6.5.0
%if 0%{?is_kotd}
Release: <RELEASE>.gf17167b
Release: <RELEASE>.g0955fc7
%else
Release: 0
%endif
@ -237,10 +237,10 @@ Obsoletes: microcode_ctl < 1.18
Conflicts: libc.so.6()(64bit)
%endif
Provides: kernel = %version-%source_rel
Provides: kernel-%build_flavor-base-srchash-f17167bea988d2cecaff739b2376dfcab40449eb
Provides: kernel-srchash-f17167bea988d2cecaff739b2376dfcab40449eb
Provides: kernel-%build_flavor-base-srchash-0955fc7006c076198062e63e5848e69920dff929
Provides: kernel-srchash-0955fc7006c076198062e63e5848e69920dff929
# END COMMON DEPS
Provides: %name-srchash-f17167bea988d2cecaff739b2376dfcab40449eb
Provides: %name-srchash-0955fc7006c076198062e63e5848e69920dff929
%obsolete_rebuilds %name
Source0: https://www.kernel.org/pub/linux/kernel/v6.x/linux-%srcversion.tar.xz
Source3: kernel-source.rpmlintrc
@ -1300,8 +1300,8 @@ Obsoletes: microcode_ctl < 1.18
Conflicts: libc.so.6()(64bit)
%endif
Provides: kernel = %version-%source_rel
Provides: kernel-%build_flavor-base-srchash-f17167bea988d2cecaff739b2376dfcab40449eb
Provides: kernel-srchash-f17167bea988d2cecaff739b2376dfcab40449eb
Provides: kernel-%build_flavor-base-srchash-0955fc7006c076198062e63e5848e69920dff929
Provides: kernel-srchash-0955fc7006c076198062e63e5848e69920dff929
%obsolete_rebuilds %name-base
%ifarch %ix86

View File

@ -1,3 +1,23 @@
-------------------------------------------------------------------
Wed Aug 30 10:43:48 CEST 2023 - jslaby@suse.cz
- rpm/mkspec-dtb: dtbs have moved to vendor sub-directories in 6.5
By commit 724ba6751532 ("ARM: dts: Move .dts files to vendor
sub-directories").
So switch to them.
- rpm/mkspec-dtb: support for nested subdirs
Commit 724ba6751532 ("ARM: dts: Move .dts files to vendor
sub-directories") moved the dts to nested subdirs, add a support for
that. That is, generate a %dir entry in %files for them.
- commit 06c1acc
-------------------------------------------------------------------
Wed Aug 30 08:22:54 CEST 2023 - jslaby@suse.cz
- ipv6: remove hard coded limitation on ipv6_pinfo (ipv6-breakage
20230829174957.0ae84f41@kernel.org).
- commit 7f2ff2a
-------------------------------------------------------------------
Tue Aug 29 12:51:46 CEST 2023 - jslaby@suse.cz

View File

@ -114,7 +114,7 @@ License: GPL-2.0-only
Group: System/Kernel
Version: 6.5.0
%if 0%{?is_kotd}
Release: <RELEASE>.gf17167b
Release: <RELEASE>.g0955fc7
%else
Release: 0
%endif
@ -237,10 +237,10 @@ Obsoletes: microcode_ctl < 1.18
Conflicts: libc.so.6()(64bit)
%endif
Provides: kernel = %version-%source_rel
Provides: kernel-%build_flavor-base-srchash-f17167bea988d2cecaff739b2376dfcab40449eb
Provides: kernel-srchash-f17167bea988d2cecaff739b2376dfcab40449eb
Provides: kernel-%build_flavor-base-srchash-0955fc7006c076198062e63e5848e69920dff929
Provides: kernel-srchash-0955fc7006c076198062e63e5848e69920dff929
# END COMMON DEPS
Provides: %name-srchash-f17167bea988d2cecaff739b2376dfcab40449eb
Provides: %name-srchash-0955fc7006c076198062e63e5848e69920dff929
%ifarch %ix86
Provides: kernel-trace = 3.13
Obsoletes: kernel-trace <= 3.13
@ -1339,8 +1339,8 @@ Obsoletes: microcode_ctl < 1.18
Conflicts: libc.so.6()(64bit)
%endif
Provides: kernel = %version-%source_rel
Provides: kernel-%build_flavor-base-srchash-f17167bea988d2cecaff739b2376dfcab40449eb
Provides: kernel-srchash-f17167bea988d2cecaff739b2376dfcab40449eb
Provides: kernel-%build_flavor-base-srchash-0955fc7006c076198062e63e5848e69920dff929
Provides: kernel-srchash-0955fc7006c076198062e63e5848e69920dff929
%ifarch %ix86
Provides: kernel-trace-base = 3.13

View File

@ -1,3 +1,23 @@
-------------------------------------------------------------------
Wed Aug 30 10:43:48 CEST 2023 - jslaby@suse.cz
- rpm/mkspec-dtb: dtbs have moved to vendor sub-directories in 6.5
By commit 724ba6751532 ("ARM: dts: Move .dts files to vendor
sub-directories").
So switch to them.
- rpm/mkspec-dtb: support for nested subdirs
Commit 724ba6751532 ("ARM: dts: Move .dts files to vendor
sub-directories") moved the dts to nested subdirs, add a support for
that. That is, generate a %dir entry in %files for them.
- commit 06c1acc
-------------------------------------------------------------------
Wed Aug 30 08:22:54 CEST 2023 - jslaby@suse.cz
- ipv6: remove hard coded limitation on ipv6_pinfo (ipv6-breakage
20230829174957.0ae84f41@kernel.org).
- commit 7f2ff2a
-------------------------------------------------------------------
Tue Aug 29 12:51:46 CEST 2023 - jslaby@suse.cz

View File

@ -32,7 +32,7 @@ License: GPL-2.0-only
Group: Documentation/Man
Version: 6.5.0
%if 0%{?is_kotd}
Release: <RELEASE>.gf17167b
Release: <RELEASE>.g0955fc7
%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-f17167bea988d2cecaff739b2376dfcab40449eb
Provides: %name-srchash-0955fc7006c076198062e63e5848e69920dff929
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,23 @@
-------------------------------------------------------------------
Wed Aug 30 10:43:48 CEST 2023 - jslaby@suse.cz
- rpm/mkspec-dtb: dtbs have moved to vendor sub-directories in 6.5
By commit 724ba6751532 ("ARM: dts: Move .dts files to vendor
sub-directories").
So switch to them.
- rpm/mkspec-dtb: support for nested subdirs
Commit 724ba6751532 ("ARM: dts: Move .dts files to vendor
sub-directories") moved the dts to nested subdirs, add a support for
that. That is, generate a %dir entry in %files for them.
- commit 06c1acc
-------------------------------------------------------------------
Wed Aug 30 08:22:54 CEST 2023 - jslaby@suse.cz
- ipv6: remove hard coded limitation on ipv6_pinfo (ipv6-breakage
20230829174957.0ae84f41@kernel.org).
- commit 7f2ff2a
-------------------------------------------------------------------
Tue Aug 29 12:51:46 CEST 2023 - jslaby@suse.cz

View File

@ -114,7 +114,7 @@ License: GPL-2.0-only
Group: System/Kernel
Version: 6.5.0
%if 0%{?is_kotd}
Release: <RELEASE>.gf17167b
Release: <RELEASE>.g0955fc7
%else
Release: 0
%endif
@ -237,10 +237,10 @@ Obsoletes: microcode_ctl < 1.18
Conflicts: libc.so.6()(64bit)
%endif
Provides: kernel = %version-%source_rel
Provides: kernel-%build_flavor-base-srchash-f17167bea988d2cecaff739b2376dfcab40449eb
Provides: kernel-srchash-f17167bea988d2cecaff739b2376dfcab40449eb
Provides: kernel-%build_flavor-base-srchash-0955fc7006c076198062e63e5848e69920dff929
Provides: kernel-srchash-0955fc7006c076198062e63e5848e69920dff929
# END COMMON DEPS
Provides: %name-srchash-f17167bea988d2cecaff739b2376dfcab40449eb
Provides: %name-srchash-0955fc7006c076198062e63e5848e69920dff929
%obsolete_rebuilds %name
Source0: https://www.kernel.org/pub/linux/kernel/v6.x/linux-%srcversion.tar.xz
Source3: kernel-source.rpmlintrc
@ -1306,8 +1306,8 @@ Obsoletes: microcode_ctl < 1.18
Conflicts: libc.so.6()(64bit)
%endif
Provides: kernel = %version-%source_rel
Provides: kernel-%build_flavor-base-srchash-f17167bea988d2cecaff739b2376dfcab40449eb
Provides: kernel-srchash-f17167bea988d2cecaff739b2376dfcab40449eb
Provides: kernel-%build_flavor-base-srchash-0955fc7006c076198062e63e5848e69920dff929
Provides: kernel-srchash-0955fc7006c076198062e63e5848e69920dff929
%obsolete_rebuilds %name-base
%ifarch %ix86

View File

@ -1,3 +1,23 @@
-------------------------------------------------------------------
Wed Aug 30 10:43:48 CEST 2023 - jslaby@suse.cz
- rpm/mkspec-dtb: dtbs have moved to vendor sub-directories in 6.5
By commit 724ba6751532 ("ARM: dts: Move .dts files to vendor
sub-directories").
So switch to them.
- rpm/mkspec-dtb: support for nested subdirs
Commit 724ba6751532 ("ARM: dts: Move .dts files to vendor
sub-directories") moved the dts to nested subdirs, add a support for
that. That is, generate a %dir entry in %files for them.
- commit 06c1acc
-------------------------------------------------------------------
Wed Aug 30 08:22:54 CEST 2023 - jslaby@suse.cz
- ipv6: remove hard coded limitation on ipv6_pinfo (ipv6-breakage
20230829174957.0ae84f41@kernel.org).
- commit 7f2ff2a
-------------------------------------------------------------------
Tue Aug 29 12:51:46 CEST 2023 - jslaby@suse.cz

View File

@ -114,7 +114,7 @@ License: GPL-2.0-only
Group: System/Kernel
Version: 6.5.0
%if 0%{?is_kotd}
Release: <RELEASE>.gf17167b
Release: <RELEASE>.g0955fc7
%else
Release: 0
%endif
@ -237,10 +237,10 @@ Obsoletes: microcode_ctl < 1.18
Conflicts: libc.so.6()(64bit)
%endif
Provides: kernel = %version-%source_rel
Provides: kernel-%build_flavor-base-srchash-f17167bea988d2cecaff739b2376dfcab40449eb
Provides: kernel-srchash-f17167bea988d2cecaff739b2376dfcab40449eb
Provides: kernel-%build_flavor-base-srchash-0955fc7006c076198062e63e5848e69920dff929
Provides: kernel-srchash-0955fc7006c076198062e63e5848e69920dff929
# END COMMON DEPS
Provides: %name-srchash-f17167bea988d2cecaff739b2376dfcab40449eb
Provides: %name-srchash-0955fc7006c076198062e63e5848e69920dff929
%obsolete_rebuilds %name
Source0: https://www.kernel.org/pub/linux/kernel/v6.x/linux-%srcversion.tar.xz
Source3: kernel-source.rpmlintrc
@ -1300,8 +1300,8 @@ Obsoletes: microcode_ctl < 1.18
Conflicts: libc.so.6()(64bit)
%endif
Provides: kernel = %version-%source_rel
Provides: kernel-%build_flavor-base-srchash-f17167bea988d2cecaff739b2376dfcab40449eb
Provides: kernel-srchash-f17167bea988d2cecaff739b2376dfcab40449eb
Provides: kernel-%build_flavor-base-srchash-0955fc7006c076198062e63e5848e69920dff929
Provides: kernel-srchash-0955fc7006c076198062e63e5848e69920dff929
%obsolete_rebuilds %name-base
%ifarch %ix86

View File

@ -1,3 +1,23 @@
-------------------------------------------------------------------
Wed Aug 30 10:43:48 CEST 2023 - jslaby@suse.cz
- rpm/mkspec-dtb: dtbs have moved to vendor sub-directories in 6.5
By commit 724ba6751532 ("ARM: dts: Move .dts files to vendor
sub-directories").
So switch to them.
- rpm/mkspec-dtb: support for nested subdirs
Commit 724ba6751532 ("ARM: dts: Move .dts files to vendor
sub-directories") moved the dts to nested subdirs, add a support for
that. That is, generate a %dir entry in %files for them.
- commit 06c1acc
-------------------------------------------------------------------
Wed Aug 30 08:22:54 CEST 2023 - jslaby@suse.cz
- ipv6: remove hard coded limitation on ipv6_pinfo (ipv6-breakage
20230829174957.0ae84f41@kernel.org).
- commit 7f2ff2a
-------------------------------------------------------------------
Tue Aug 29 12:51:46 CEST 2023 - jslaby@suse.cz

View File

@ -44,7 +44,7 @@ BuildRequires: util-linux
%endif
%endif
%endif
BuildRequires: kernel%kernel_flavor-srchash-f17167bea988d2cecaff739b2376dfcab40449eb
BuildRequires: kernel%kernel_flavor-srchash-0955fc7006c076198062e63e5848e69920dff929
%if 0%{?rhel_version}
BuildRequires: kernel
@ -58,7 +58,7 @@ License: GPL-2.0-only
Group: SLES
Version: 6.5.0
%if 0%{?is_kotd}
Release: <RELEASE>.gf17167b
Release: <RELEASE>.g0955fc7
%else
Release: 0
%endif

View File

@ -1,3 +1,23 @@
-------------------------------------------------------------------
Wed Aug 30 10:43:48 CEST 2023 - jslaby@suse.cz
- rpm/mkspec-dtb: dtbs have moved to vendor sub-directories in 6.5
By commit 724ba6751532 ("ARM: dts: Move .dts files to vendor
sub-directories").
So switch to them.
- rpm/mkspec-dtb: support for nested subdirs
Commit 724ba6751532 ("ARM: dts: Move .dts files to vendor
sub-directories") moved the dts to nested subdirs, add a support for
that. That is, generate a %dir entry in %files for them.
- commit 06c1acc
-------------------------------------------------------------------
Wed Aug 30 08:22:54 CEST 2023 - jslaby@suse.cz
- ipv6: remove hard coded limitation on ipv6_pinfo (ipv6-breakage
20230829174957.0ae84f41@kernel.org).
- commit 7f2ff2a
-------------------------------------------------------------------
Tue Aug 29 12:51:46 CEST 2023 - jslaby@suse.cz

View File

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

View File

@ -1,3 +1,23 @@
-------------------------------------------------------------------
Wed Aug 30 10:43:48 CEST 2023 - jslaby@suse.cz
- rpm/mkspec-dtb: dtbs have moved to vendor sub-directories in 6.5
By commit 724ba6751532 ("ARM: dts: Move .dts files to vendor
sub-directories").
So switch to them.
- rpm/mkspec-dtb: support for nested subdirs
Commit 724ba6751532 ("ARM: dts: Move .dts files to vendor
sub-directories") moved the dts to nested subdirs, add a support for
that. That is, generate a %dir entry in %files for them.
- commit 06c1acc
-------------------------------------------------------------------
Wed Aug 30 08:22:54 CEST 2023 - jslaby@suse.cz
- ipv6: remove hard coded limitation on ipv6_pinfo (ipv6-breakage
20230829174957.0ae84f41@kernel.org).
- commit 7f2ff2a
-------------------------------------------------------------------
Tue Aug 29 12:51:46 CEST 2023 - jslaby@suse.cz

View File

@ -114,7 +114,7 @@ License: GPL-2.0-only
Group: System/Kernel
Version: 6.5.0
%if 0%{?is_kotd}
Release: <RELEASE>.gf17167b
Release: <RELEASE>.g0955fc7
%else
Release: 0
%endif
@ -237,10 +237,10 @@ Obsoletes: microcode_ctl < 1.18
Conflicts: libc.so.6()(64bit)
%endif
Provides: kernel = %version-%source_rel
Provides: kernel-%build_flavor-base-srchash-f17167bea988d2cecaff739b2376dfcab40449eb
Provides: kernel-srchash-f17167bea988d2cecaff739b2376dfcab40449eb
Provides: kernel-%build_flavor-base-srchash-0955fc7006c076198062e63e5848e69920dff929
Provides: kernel-srchash-0955fc7006c076198062e63e5848e69920dff929
# END COMMON DEPS
Provides: %name-srchash-f17167bea988d2cecaff739b2376dfcab40449eb
Provides: %name-srchash-0955fc7006c076198062e63e5848e69920dff929
%ifarch %ix86
Provides: kernel-desktop = 4.3
Obsoletes: kernel-desktop <= 4.3
@ -1322,8 +1322,8 @@ Obsoletes: microcode_ctl < 1.18
Conflicts: libc.so.6()(64bit)
%endif
Provides: kernel = %version-%source_rel
Provides: kernel-%build_flavor-base-srchash-f17167bea988d2cecaff739b2376dfcab40449eb
Provides: kernel-srchash-f17167bea988d2cecaff739b2376dfcab40449eb
Provides: kernel-%build_flavor-base-srchash-0955fc7006c076198062e63e5848e69920dff929
Provides: kernel-srchash-0955fc7006c076198062e63e5848e69920dff929
%ifarch %ix86
Provides: kernel-desktop-base = 4.3

View File

@ -1,3 +1,23 @@
-------------------------------------------------------------------
Wed Aug 30 10:43:48 CEST 2023 - jslaby@suse.cz
- rpm/mkspec-dtb: dtbs have moved to vendor sub-directories in 6.5
By commit 724ba6751532 ("ARM: dts: Move .dts files to vendor
sub-directories").
So switch to them.
- rpm/mkspec-dtb: support for nested subdirs
Commit 724ba6751532 ("ARM: dts: Move .dts files to vendor
sub-directories") moved the dts to nested subdirs, add a support for
that. That is, generate a %dir entry in %files for them.
- commit 06c1acc
-------------------------------------------------------------------
Wed Aug 30 08:22:54 CEST 2023 - jslaby@suse.cz
- ipv6: remove hard coded limitation on ipv6_pinfo (ipv6-breakage
20230829174957.0ae84f41@kernel.org).
- commit 7f2ff2a
-------------------------------------------------------------------
Tue Aug 29 12:51:46 CEST 2023 - jslaby@suse.cz

View File

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

View File

@ -1,3 +1,23 @@
-------------------------------------------------------------------
Wed Aug 30 10:43:48 CEST 2023 - jslaby@suse.cz
- rpm/mkspec-dtb: dtbs have moved to vendor sub-directories in 6.5
By commit 724ba6751532 ("ARM: dts: Move .dts files to vendor
sub-directories").
So switch to them.
- rpm/mkspec-dtb: support for nested subdirs
Commit 724ba6751532 ("ARM: dts: Move .dts files to vendor
sub-directories") moved the dts to nested subdirs, add a support for
that. That is, generate a %dir entry in %files for them.
- commit 06c1acc
-------------------------------------------------------------------
Wed Aug 30 08:22:54 CEST 2023 - jslaby@suse.cz
- ipv6: remove hard coded limitation on ipv6_pinfo (ipv6-breakage
20230829174957.0ae84f41@kernel.org).
- commit 7f2ff2a
-------------------------------------------------------------------
Tue Aug 29 12:51:46 CEST 2023 - jslaby@suse.cz

View File

@ -27,7 +27,7 @@ Group: Development/Sources
Version: 6.5.0
%if %using_buildservice
%if 0%{?is_kotd}
Release: <RELEASE>.gf17167b
Release: <RELEASE>.g0955fc7
%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-f17167bea988d2cecaff739b2376dfcab40449eb
Provides: %name-srchash-0955fc7006c076198062e63e5848e69920dff929
Provides: multiversion(kernel)
Source: README.KSYMS
Requires: kernel-devel%variant = %version-%source_rel

View File

@ -1,3 +1,23 @@
-------------------------------------------------------------------
Wed Aug 30 10:43:48 CEST 2023 - jslaby@suse.cz
- rpm/mkspec-dtb: dtbs have moved to vendor sub-directories in 6.5
By commit 724ba6751532 ("ARM: dts: Move .dts files to vendor
sub-directories").
So switch to them.
- rpm/mkspec-dtb: support for nested subdirs
Commit 724ba6751532 ("ARM: dts: Move .dts files to vendor
sub-directories") moved the dts to nested subdirs, add a support for
that. That is, generate a %dir entry in %files for them.
- commit 06c1acc
-------------------------------------------------------------------
Wed Aug 30 08:22:54 CEST 2023 - jslaby@suse.cz
- ipv6: remove hard coded limitation on ipv6_pinfo (ipv6-breakage
20230829174957.0ae84f41@kernel.org).
- commit 7f2ff2a
-------------------------------------------------------------------
Tue Aug 29 12:51:46 CEST 2023 - jslaby@suse.cz

View File

@ -114,7 +114,7 @@ License: GPL-2.0-only
Group: System/Kernel
Version: 6.5.0
%if 0%{?is_kotd}
Release: <RELEASE>.gf17167b
Release: <RELEASE>.g0955fc7
%else
Release: 0
%endif
@ -237,10 +237,10 @@ Obsoletes: microcode_ctl < 1.18
Conflicts: libc.so.6()(64bit)
%endif
Provides: kernel = %version-%source_rel
Provides: kernel-%build_flavor-base-srchash-f17167bea988d2cecaff739b2376dfcab40449eb
Provides: kernel-srchash-f17167bea988d2cecaff739b2376dfcab40449eb
Provides: kernel-%build_flavor-base-srchash-0955fc7006c076198062e63e5848e69920dff929
Provides: kernel-srchash-0955fc7006c076198062e63e5848e69920dff929
# END COMMON DEPS
Provides: %name-srchash-f17167bea988d2cecaff739b2376dfcab40449eb
Provides: %name-srchash-0955fc7006c076198062e63e5848e69920dff929
%obsolete_rebuilds %name
Source0: https://www.kernel.org/pub/linux/kernel/v6.x/linux-%srcversion.tar.xz
Source3: kernel-source.rpmlintrc
@ -1299,8 +1299,8 @@ Obsoletes: microcode_ctl < 1.18
Conflicts: libc.so.6()(64bit)
%endif
Provides: kernel = %version-%source_rel
Provides: kernel-%build_flavor-base-srchash-f17167bea988d2cecaff739b2376dfcab40449eb
Provides: kernel-srchash-f17167bea988d2cecaff739b2376dfcab40449eb
Provides: kernel-%build_flavor-base-srchash-0955fc7006c076198062e63e5848e69920dff929
Provides: kernel-srchash-0955fc7006c076198062e63e5848e69920dff929
%obsolete_rebuilds %name-base
%ifarch %ix86

View File

@ -1,3 +1,23 @@
-------------------------------------------------------------------
Wed Aug 30 10:43:48 CEST 2023 - jslaby@suse.cz
- rpm/mkspec-dtb: dtbs have moved to vendor sub-directories in 6.5
By commit 724ba6751532 ("ARM: dts: Move .dts files to vendor
sub-directories").
So switch to them.
- rpm/mkspec-dtb: support for nested subdirs
Commit 724ba6751532 ("ARM: dts: Move .dts files to vendor
sub-directories") moved the dts to nested subdirs, add a support for
that. That is, generate a %dir entry in %files for them.
- commit 06c1acc
-------------------------------------------------------------------
Wed Aug 30 08:22:54 CEST 2023 - jslaby@suse.cz
- ipv6: remove hard coded limitation on ipv6_pinfo (ipv6-breakage
20230829174957.0ae84f41@kernel.org).
- commit 7f2ff2a
-------------------------------------------------------------------
Tue Aug 29 12:51:46 CEST 2023 - jslaby@suse.cz

View File

@ -114,7 +114,7 @@ License: GPL-2.0-only
Group: System/Kernel
Version: 6.5.0
%if 0%{?is_kotd}
Release: <RELEASE>.gf17167b
Release: <RELEASE>.g0955fc7
%else
Release: 0
%endif
@ -237,10 +237,10 @@ Obsoletes: microcode_ctl < 1.18
Conflicts: libc.so.6()(64bit)
%endif
Provides: kernel = %version-%source_rel
Provides: kernel-%build_flavor-base-srchash-f17167bea988d2cecaff739b2376dfcab40449eb
Provides: kernel-srchash-f17167bea988d2cecaff739b2376dfcab40449eb
Provides: kernel-%build_flavor-base-srchash-0955fc7006c076198062e63e5848e69920dff929
Provides: kernel-srchash-0955fc7006c076198062e63e5848e69920dff929
# END COMMON DEPS
Provides: %name-srchash-f17167bea988d2cecaff739b2376dfcab40449eb
Provides: %name-srchash-0955fc7006c076198062e63e5848e69920dff929
%obsolete_rebuilds %name
Source0: https://www.kernel.org/pub/linux/kernel/v6.x/linux-%srcversion.tar.xz
Source3: kernel-source.rpmlintrc
@ -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-f17167bea988d2cecaff739b2376dfcab40449eb
Provides: kernel-srchash-f17167bea988d2cecaff739b2376dfcab40449eb
Provides: kernel-%build_flavor-base-srchash-0955fc7006c076198062e63e5848e69920dff929
Provides: kernel-srchash-0955fc7006c076198062e63e5848e69920dff929
%obsolete_rebuilds %name-base
%ifarch %ix86

View File

@ -7,54 +7,54 @@ my $spec_in = "dtb.spec.in";
# DTB packages names, ordered by file names
my @armv7l_package_list = (
['dtb-am335x', 'am335x-*.dts', "TI AM335x based systems"],
['dtb-am3517', 'am3517*.dts', "TI AM3517 based systems"], # exception: am3517_mt_ventoux.dts
['dtb-am57xx', 'am57xx-*.dts', "TI AM57xx based systems"],
['dtb-armada-370', 'armada-370-*.dts', "Armada 370 based systems"],
['dtb-armada-375', 'armada-375-*.dts', "Armada 375 based systems"],
['dtb-armada-385', 'armada-385-*.dts', "Armada 385 based systems"],
['dtb-armada-388', 'armada-388-*.dts', "Armada 388 based systems"],
['dtb-armada-398', 'armada-398-*.dts', "Armada 398 based systems"],
['dtb-armada-xp', 'armada-xp-*.dts', "Armada XP based systems"],
['dtb-bcm2836', 'bcm2836*.dts', "Raspberry Pi 2 Model B"],
['dtb-dove', 'dove-*.dts', "Marvell dove based systems"],
['dtb-exynos4', 'exynos4*.dts', "Samsung Exynos 4 based systems"],
['dtb-exynos5', 'exynos5*.dts', "Samsung Exynos 5 based systems"],
['dtb-imx5', 'imx5*.dts', "Freescale i.MX51 and i.MX53 based systems"],
['dtb-imx6', 'imx6*.dts', "Freescale i.MX6 based systems"],
['dtb-imx7', 'imx7*.dts', "Freescale i.MX7 based systems"],
['dtb-keystone', 'keystone-*.dts', "TI Keystone 2 based systems"],
['dtb-meson6', 'meson6-*.dts', "Amlogic Meson 6 based systems"],
['dtb-meson8', 'meson8-*.dts', "Amlogic Meson 8 based systems"],
['dtb-meson8b', 'meson8b-*.dts', "Amlogic Meson 8b based systems"],
['dtb-mt76', 'mt76*.dts', "MediaTek mt76 based systems"],
['dtb-omap3', 'omap3*.dts', "TI OMAP3 based systems"],
['dtb-omap4', 'omap4*.dts', "TI OMAP4 based systems"],
['dtb-omap5', 'omap5*.dts', "TI OMAP5 based systems"],
['dtb-qcom', 'qcom-*.dts', "Qualcomm Snapdragon based systems"],
['dtb-rk3', 'rk3*.dts', "Rockchip RK3xxx based systems"],
['dtb-socfpga', 'socfpga_*.dts', "Altera SoC FPGA based systems"],
['dtb-ste', 'ste-*.dts', "ST Ericsson based systems"],
['dtb-sun4i', 'sun4i-*.dts', "Allwinner sun4i based systems"],
['dtb-sun5i', 'sun5i-*.dts', "Allwinner sun5i based systems"],
['dtb-sun6i', 'sun6i-*.dts', "Allwinner sun6i based systems"],
['dtb-sun7i', 'sun7i-*.dts', "Allwinner sun7i based systems"],
['dtb-sun8i', 'sun8i-*.dts', "Allwinner sun8i based systems"],
['dtb-sun9i', 'sun9i-*.dts', "Allwinner sun9i based systems"],
['dtb-tegra2', 'tegra20-*.dts', "NVidia Tegra2 based systems"],
['dtb-tegra3', 'tegra30-*.dts', "NVidia Tegra3 based systems"],
['dtb-tegra114', 'tegra114-*.dts', "NVidia Tegra4 based systems"],
['dtb-tegra124', 'tegra124-*.dts', "NVidia Tegra K1 based systems"],
['dtb-vexpress', 'vexpress-*.dts', "ARM Versatile Express machines"],
['dtb-vf500', 'vf500-*.dts', "Freescale Vybrid VF500 based systems"],
['dtb-vf6', 'vf610-*.dts', "Freescale Vybrid VF610 based systems"],
['dtb-xenvm', 'xenvm-*.dts', "Xen virtual machines"],
['dtb-zynq', 'zynq-*.dts', "Xilinx Zynq based systems"],
['dtb-am335x', 'ti/omap/am335x-*.dts', "TI AM335x based systems"],
['dtb-am3517', 'ti/omap/am3517*.dts', "TI AM3517 based systems"], # exception: am3517_mt_ventoux.dts
['dtb-am57xx', 'ti/omap/am57xx-*.dts', "TI AM57xx based systems"],
['dtb-armada-370', 'marvell/armada-370-*.dts', "Armada 370 based systems"],
['dtb-armada-375', 'marvell/armada-375-*.dts', "Armada 375 based systems"],
['dtb-armada-385', 'marvell/armada-385-*.dts', "Armada 385 based systems"],
['dtb-armada-388', 'marvell/armada-388-*.dts', "Armada 388 based systems"],
['dtb-armada-398', 'marvell/armada-398-*.dts', "Armada 398 based systems"],
['dtb-armada-xp', 'marvell/armada-xp-*.dts', "Armada XP based systems"],
['dtb-bcm2836', 'broadcom/bcm2836*.dts', "Raspberry Pi 2 Model B"],
['dtb-dove', 'marvell/dove-*.dts', "Marvell dove based systems"],
['dtb-exynos4', 'samsung/exynos4*.dts', "Samsung Exynos 4 based systems"],
['dtb-exynos5', 'samsung/exynos5*.dts', "Samsung Exynos 5 based systems"],
['dtb-imx5', 'nxp/imx/imx5*.dts', "Freescale i.MX51 and i.MX53 based systems"],
['dtb-imx6', 'nxp/imx/imx6*.dts', "Freescale i.MX6 based systems"],
['dtb-imx7', 'nxp/imx/imx7*.dts', "Freescale i.MX7 based systems"],
['dtb-keystone', 'ti/keystone/keystone-*.dts', "TI Keystone 2 based systems"],
['dtb-meson6', 'amlogic/meson6-*.dts', "Amlogic Meson 6 based systems"],
['dtb-meson8', 'amlogic/meson8-*.dts', "Amlogic Meson 8 based systems"],
['dtb-meson8b', 'amlogic/meson8b-*.dts', "Amlogic Meson 8b based systems"],
['dtb-mt76', 'mediatek/mt76*.dts', "MediaTek mt76 based systems"],
['dtb-omap3', 'ti/omap/omap3*.dts', "TI OMAP3 based systems"],
['dtb-omap4', 'ti/omap/omap4*.dts', "TI OMAP4 based systems"],
['dtb-omap5', 'ti/omap/omap5*.dts', "TI OMAP5 based systems"],
['dtb-qcom', 'qcom/qcom-*.dts', "Qualcomm Snapdragon based systems"],
['dtb-rk3', 'rockchip/rk3*.dts', "Rockchip RK3xxx based systems"],
['dtb-socfpga', 'intel/socfpga/socfpga_*.dts', "Altera SoC FPGA based systems"],
['dtb-ste', 'st/ste-*.dts', "ST Ericsson based systems"],
['dtb-sun4i', 'allwinner/sun4i-*.dts', "Allwinner sun4i based systems"],
['dtb-sun5i', 'allwinner/sun5i-*.dts', "Allwinner sun5i based systems"],
['dtb-sun6i', 'allwinner/sun6i-*.dts', "Allwinner sun6i based systems"],
['dtb-sun7i', 'allwinner/sun7i-*.dts', "Allwinner sun7i based systems"],
['dtb-sun8i', 'allwinner/sun8i-*.dts', "Allwinner sun8i based systems"],
['dtb-sun9i', 'allwinner/sun9i-*.dts', "Allwinner sun9i based systems"],
['dtb-tegra2', 'nvidia/tegra20-*.dts', "NVidia Tegra2 based systems"],
['dtb-tegra3', 'nvidia/tegra30-*.dts', "NVidia Tegra3 based systems"],
['dtb-tegra114', 'nvidia/tegra114-*.dts', "NVidia Tegra4 based systems"],
['dtb-tegra124', 'nvidia/tegra124-*.dts', "NVidia Tegra K1 based systems"],
['dtb-vexpress', 'arm/vexpress-*.dts', "ARM Versatile Express machines"],
['dtb-vf500', 'nxp/vf/vf500-*.dts', "Freescale Vybrid VF500 based systems"],
['dtb-vf6', 'nxp/vf/vf610-*.dts', "Freescale Vybrid VF610 based systems"],
['dtb-xenvm', 'xen/xenvm-*.dts', "Xen virtual machines"],
['dtb-zynq', 'xilinx/zynq-*.dts', "Xilinx Zynq based systems"],
);
# DTB packages names
my @armv6l_package_list = (
['dtb-bcm2835', 'bcm2835*.dts', "Raspberry Pi 1 (A+, B, B+)"],
['dtb-bcm2835', 'broadcom/bcm2835*.dts', "Raspberry Pi 1 (A+, B, B+)"],
);
# DTB packages names
@ -166,8 +166,12 @@ sub generate_spec($$$)
$bin_supported_dtb =~ s/\.dts/\.dtb/g;
my $dtb_subdir = "";
if ($bin_supported_dtb =~ /(.*)\/[^\/]+$/) {
$dtb_subdir = "%dir %{dtbdir}/$1\n";
my $path = "";
my @components = split(/\//, $bin_supported_dtb);
pop @components; # filename
foreach my $subdir (@components) {
$path .= "/$subdir";
$dtb_subdir .= "%dir %{dtbdir}$path\n";
}
$subpkg_files .=

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:411d64e1a7260351adf7ec92b14b6ee49e437961e2c50405bb5fd270cf5e93cc
size 46914
oid sha256:cfd1dfb17981ff73460c8c34a41d45adc26f96d256f73f3e4d743bbccd19b8e2
size 49030

View File

@ -56,6 +56,7 @@
########################################################
# sorted patches
########################################################
patches.suse/ipv6-remove-hard-coded-limitation-on-ipv6_pinfo.patch
# netdev/net-next main
patches.suse/wifi-rtw89-Fix-loading-of-compressed-firmware.patch

View File

@ -1,3 +1,3 @@
2023-08-29 10:53:27 +0000
GIT Revision: f17167bea988d2cecaff739b2376dfcab40449eb
2023-08-31 05:48:06 +0000
GIT Revision: 0955fc7006c076198062e63e5848e69920dff929
GIT Branch: stable