From 19e34b373a65c91f94fb43ff530367dac65e32ff Mon Sep 17 00:00:00 2001 From: jxy_git Date: Thu, 17 Apr 2025 15:37:21 +0800 Subject: [PATCH] Add BuildRequires to fix build error --- nispor.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/nispor.spec b/nispor.spec index 4439090..7d27aee 100644 --- a/nispor.spec +++ b/nispor.spec @@ -2,7 +2,7 @@ %global __cargo_skip_build 0 Name: nispor Version: 1.0.1 -Release: 4 +Release: 5 Summary: Unified interface for Linux network state querying License: ASL 2.0 URL: https://github.com/nispor/nispor @@ -10,6 +10,7 @@ Source: https://github.com/nispor/nispor/archive/v%{version}.tar.gz Patch0: Enable-debug-symbols.patch ExclusiveArch: aarch64 x86_64 riscv64 loongarch64 BuildRequires: make pkg-config python3-devel rust-packaging systemd-devel openEuler-rpm-config +BuildRequires: rust-packaging python3-babel python3-jinja2 python3-markupsafe %description Unified interface for Linux network state querying. @@ -100,6 +101,9 @@ rm -rf %{buildroot}%{cargo_registry}/%{name}-%{version}/ %{_libdir}/pkgconfig/nispor.pc %changelog +* Thu Apr 17 2025 jiangxinyu - 1.0.1-5 +- Add BuildRequires to fix build error + * Wed Apr 17 2024 yanjianqing - 1.0.1-4 - Enable debug symbols -- Gitee