Make help package be required
This commit is contained in:
parent
fbc2a4ea3a
commit
e42e5c8401
@ -1,6 +1,6 @@
|
|||||||
Name: conntrack-tools
|
Name: conntrack-tools
|
||||||
Version: 1.4.6
|
Version: 1.4.6
|
||||||
Release: 1
|
Release: 2
|
||||||
Summary: Userspace tools for interacting with the Connection Tracking System
|
Summary: Userspace tools for interacting with the Connection Tracking System
|
||||||
License: GPLv2
|
License: GPLv2
|
||||||
URL: http://conntrack-tools.netfilter.org/
|
URL: http://conntrack-tools.netfilter.org/
|
||||||
@ -12,6 +12,7 @@ BuildRequires: libnetfilter_cttimeout-devel >= 1.0.0 libnetfilter_cthelper-de
|
|||||||
BuildRequires: libmnl-devel >= 1.0.3 libnetfilter_queue-devel >= 1.0.2 pkgconfig bison flex systemd-devel
|
BuildRequires: libmnl-devel >= 1.0.3 libnetfilter_queue-devel >= 1.0.2 pkgconfig bison flex systemd-devel
|
||||||
Provides: conntrack = 1.0-1
|
Provides: conntrack = 1.0-1
|
||||||
Obsoletes: conntrack < 1.0-1
|
Obsoletes: conntrack < 1.0-1
|
||||||
|
Recommends: %{name}-help = %{version}-%{release}
|
||||||
Requires(post): systemd
|
Requires(post): systemd
|
||||||
Requires(preun): systemd
|
Requires(preun): systemd
|
||||||
Requires(postun): systemd
|
Requires(postun): systemd
|
||||||
@ -74,6 +75,9 @@ install -m644 %{SOURCE2} %{buildroot}%{_sysconfdir}/conntrackd/
|
|||||||
%{_mandir}/man8/*
|
%{_mandir}/man8/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Nov 09 2020 huanghaitao <huanghaitao8@huawei.com> - 1.4.6-2
|
||||||
|
- Make help package required by conntrack-tools
|
||||||
|
|
||||||
* Wed Apr 29 2020 zhangrui <zhangrui182@huawei.com> - 1.4.6-1
|
* Wed Apr 29 2020 zhangrui <zhangrui182@huawei.com> - 1.4.6-1
|
||||||
- Update to 1.4.6
|
- Update to 1.4.6
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user