From c1b4d2becb73e7f5266f43c2ae1ffb8146f74088 Mon Sep 17 00:00:00 2001 From: baizg1107 Date: Tue, 10 Nov 2020 15:44:09 +0800 Subject: [PATCH] Fix no man manual --- uuid.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/uuid.spec b/uuid.spec index 19a830d..a283889 100644 --- a/uuid.spec +++ b/uuid.spec @@ -1,6 +1,6 @@ Name: uuid Version: 1.6.2 -Release: 43 +Release: 44 Summary: Universally Unique Identifier library License: MIT URL: http://www.ossp.org/pkg/lib/uuid/ @@ -13,6 +13,7 @@ Patch0005: uuid-1.6.2-nostrip.patch Patch0006: uuid-1.6.2-manfix.patch Patch0007: uuid-aarch64.patch BuildRequires: libtool +Requires: %{name}-help = %{version}-%{release} Obsoletes: %{name}-pgsql < 1.6.2-24 %description @@ -174,6 +175,9 @@ popd %{_mandir}/man3/* %changelog +* Mon Nov 9 2020 baizhonggui - 1.6.2-44 +- Add install requires help package into main package + * Fri Jan 10 2020 Lijin Yang - 1.6.2-43 - Change url to valid address