diff --git a/dpdk.spec b/dpdk.spec index b444627259ba8e6d7cce5fc11f372c571737e3ca..e74048cf4930b495f67e25e35d4c773654a91694 100644 --- a/dpdk.spec +++ b/dpdk.spec @@ -11,7 +11,7 @@ Name: dpdk Version: 23.11 -Release: 24 +Release: 25 URL: http://dpdk.org Source: https://fast.dpdk.org/rel/dpdk-%{version}.tar.xz @@ -291,7 +291,7 @@ strip -g $RPM_BUILD_ROOT/lib/modules/%{kern_devel_ver}/extra/dpdk/igb_uio.ko %doc %{sdkdir}/examples %endif -%post +%posttrans if [ -e /sbin/weak-modules ]; then echo "/lib/modules/%{kern_devel_ver}/extra/dpdk/igb_uio.ko" | /sbin/weak-modules --add-modules --no-initramfs fi @@ -306,6 +306,9 @@ fi /usr/sbin/depmod %changelog +* Tue Dec 17 2024 chendexi - 23.11-25 +- Change %post script to %posttrans. + * Mon Nov 11 2024 huangdengdui - 23.11-24 Sync some patchs from upstreaming, includind some bugfixes, hns3 pmd flow rule priority feature, hns3 pmd outer VLAN flow match feature,