From 00a3faf7e4f03fba1a66b55fff12d09b65fad546 Mon Sep 17 00:00:00 2001 From: eaglegai Date: Wed, 8 Feb 2023 03:17:32 +0000 Subject: [PATCH] fix build with rpm 4.18.0 --- netcf.spec | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/netcf.spec b/netcf.spec index 7b019e4..7a3b176 100644 --- a/netcf.spec +++ b/netcf.spec @@ -1,6 +1,6 @@ Name: netcf Version: 0.2.8 -Release: 20 +Release: 21 Summary: Cross-platform network configuration library License: LGPLv2+ URL: https://pagure.io/netcf @@ -50,6 +50,7 @@ make install DESTDIR=$RPM_BUILD_ROOT SYSTEMD_UNIT_DIR=%{_unitdir} INSTALL="%{__i %check make check +make distclean %preun %systemd_preun netcf-transaction.service @@ -84,6 +85,12 @@ make check %{_mandir}/man1/ncftool.1* %changelog +* Wed Feb 08 2023 gaihuiying - 0.2.8-21 +- Type:bugfix +- ID:NA +- SUG:NA +- DESC:fix build with rpm 4.18.0 + * Thu Dec 30 2021 gaihuiying - 0.2.8-20 - Type:bugfix - ID:NA