From 0039015be85ae22b99837e5e3c4cfc849a64fec2 Mon Sep 17 00:00:00 2001 From: openeuler-basic Date: Thu, 26 Dec 2019 09:35:13 +0800 Subject: [PATCH] Add provides of libteam-doc --- libteam.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/libteam.spec b/libteam.spec index 7882e3e..7dc7756 100644 --- a/libteam.spec +++ b/libteam.spec @@ -1,6 +1,6 @@ Name: libteam Version: 1.27 -Release: 11 +Release: 12 Summary: User-space counterpart library for team network License: LGPLv2+ URL: http://www.libteam.org @@ -47,6 +47,8 @@ will manipulate team network devices. %package help Summary: Document of %{name} Requires: %{name} = %{version}-%{release} +Provides: %{name}-doc = %{version}-%{release} +Obsoletes: %{name}-doc < %{version}-%{release} %description help This package contains the document of %{name} @@ -134,5 +136,8 @@ popd %{_mandir}/man8/teamnl.8* %changelog +* Wed Dec 25 2019 openEuler Buildteam - 1.27-12 +- Add provides of libteam-doc + * Thu Aug 22 2019 openEuler Buildteam - 1.27-11 - Package init