From 8c52339930e898ebd4ca9ace77d7a484d7d7137f Mon Sep 17 00:00:00 2001 From: zhongxuan Date: Thu, 1 Jun 2023 15:37:06 +0800 Subject: [PATCH] add Obsoletes for ninfod (cherry picked from commit 7f335f4c9454871c9326b228233882dba73bcffb) --- iputils.spec | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/iputils.spec b/iputils.spec index 991f1e7..48ed6d0 100644 --- a/iputils.spec +++ b/iputils.spec @@ -1,6 +1,6 @@ Name: iputils Version: 20221126 -Release: 2 +Release: 3 Summary: Network monitoring tools including ping License: BSD and GPLv2+ URL: https://github.com/iputils/iputils @@ -22,6 +22,7 @@ BuildRequires: gcc meson libidn2-devel openssl-devel libcap-devel libxslt BuildRequires: docbook5-style-xsl systemd iproute glibc-kernheaders gettext %{?systemd_ordering} Provides: /bin/ping /bin/ping6 /sbin/arping +Obsoletes: %{name}-ninfod %description The iputils package contains basic utilities for monitoring a network, @@ -88,6 +89,12 @@ install -cp ifenslave.8 ${RPM_BUILD_ROOT}%{_mandir}/man8/ %{_mandir}/man8/*.8.gz %changelog +* Thu Jun 1 2023 zhongxuan - 20221126-3 +- Type:bugfix +- ID:NA +- SUG:NA +- DESC: add Obsoletes for ninfod + * Sat May 27 2023 zhongxuan - 20221126-2 - Type:bugfix - ID:NA -- Gitee