Modify the libseccomp-help dependency

This commit is contained in:
Liquor 2020-11-13 14:52:43 +08:00
parent de4ce404b9
commit 14e1af1ceb

View File

@ -1,13 +1,13 @@
Name: libseccomp
Version: 2.5.0
Release: 2
Release: 3
Summary: Interface to the syscall filtering mechanism
License: LGPLv2
URL: https://github.com/seccomp/libseccomp
Source0: https://github.com/seccomp/libseccomp/releases/download/v%{version}/%{name}-%{version}.tar.gz
BuildRequires: gcc git gdb gperf
Requires: libseccomp-help
Recommends: %{name}-help = %{version}-%{release}
%description
The libseccomp library provides an easy to use, platform independent, interface to
@ -68,6 +68,9 @@ make check
%{_mandir}/man*/*
%changelog
* Fri Nov 13 2020 Liquor <lirui130@huawei.com> - 2.5.0-3
- Modify the libseccomp-help dependency
* Fri Nov 6 2020 wangchen <wangchen137@huawei.com> - 2.5.0-2
- Add libseccomp-help into Requires.