From cf2147caff6cd9463105e05ad13dd134defe06f1 Mon Sep 17 00:00:00 2001 From: gaoxingwang Date: Mon, 1 Aug 2022 15:30:03 +0800 Subject: [PATCH] fix: 22.09 build error Signed-off-by: huangyu --- nftables.spec | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/nftables.spec b/nftables.spec index aacda07..8e3f222 100644 --- a/nftables.spec +++ b/nftables.spec @@ -1,6 +1,6 @@ Name: nftables Version: 1.0.0 -Release: 1 +Release: 2 Epoch: 1 Summary: A subsystem of the Linux kernel processing network data License: GPLv2 @@ -100,10 +100,16 @@ echo "%{_libdir}" > %{buildroot}/etc/ld.so.conf.d/%{name}-%{_arch}.conf %{_mandir}/man5/libnftables-json* %files -n python3-nftables -%{python3_sitelib}/nftables-*.egg-info +%{python3_sitelib}/nftables-*.egg %{python3_sitelib}/nftables/ %changelog +* Mon Aug 1 2022 huangyu - 1:1.0.0-2 +- Type:requirement +- ID:NA +- SUG:NA +- DESC:fix build error + * Sat Mar 19 2022 quanhongfei - 1:1.0.0-1 - Type:requirement - ID:NA -- Gitee