From 2dae75367ff91c8706cb0c139a51704e7c3a9749 Mon Sep 17 00:00:00 2001 From: quanhongfei <2506045831@qq.com> Date: Tue, 10 Nov 2020 11:51:24 +0800 Subject: [PATCH] add help dependency doc --- dhcp.spec | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/dhcp.spec b/dhcp.spec index 637a34a..e50341c 100644 --- a/dhcp.spec +++ b/dhcp.spec @@ -3,7 +3,7 @@ Name: dhcp Version: 4.4.2 -Release: 0 +Release: 1 Summary: Dynamic host configuration protocol software #Please don't change the epoch on this package Epoch: 12 @@ -56,7 +56,7 @@ Patch9004: bugfix-dhclient-check-if-pid-was-held.patch BuildRequires: gcc autoconf automake libtool openldap-devel krb5-devel libcap-ng-devel bind-export-devel BuildRequires: systemd systemd-devel -Requires: shadow-utils coreutils grep sed systemd gawk ipcalc iproute iputils +Requires: shadow-utils coreutils grep sed systemd gawk ipcalc iproute iputils %{name}-help Provides: %{name}-common %{name}-libs %{name}-server %{name}-relay %{name}-compat %{name}-client @@ -290,6 +290,12 @@ exit 0 %{_mandir}/man3/omapi.3.gz %changelog +* Tue Nov 10 2020 quanhongfei - 4.4.2-1 +- Type:requirement +- ID:NA +- SUG:NA +- DESC: add dhcp-help dependency for dhcp + * Wed May 6 2020 zhanglu - 4.4.2b1-1 - Type:requirement - ID:NA -- Gitee