diff --git a/nispor.spec b/nispor.spec index 4439090b5602839be6e37ed05a65a8ccf53e62bb..7d27aee4b68d46e3b230606275148a7436e26ab7 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