From 64b3b5030eae7f5654780e2ebd9539496a5ed102 Mon Sep 17 00:00:00 2001 From: eaglegai Date: Sat, 17 Jun 2023 10:21:45 +0000 Subject: [PATCH] remove useless dependency man-db (cherry picked from commit 9e3354cf8bfe27b2e5cdb8b329afd717ada4a88a) --- libtirpc.spec | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/libtirpc.spec b/libtirpc.spec index bc75299..6c0f9f8 100644 --- a/libtirpc.spec +++ b/libtirpc.spec @@ -1,6 +1,6 @@ Name: libtirpc Version: 1.3.2 -Release: 3 +Release: 4 Summary: Transport-independent RPC library License: SISSL and BSD URL: http://git.linux-nfs.org/?p=steved/libtirpc.git;a=summary @@ -16,7 +16,7 @@ Libtirpc is a Transport-Independent RPC library for Linux %package devel Summary: Development files for the %{name} Requires: %{name} = %{version}-%{release} -Requires: pkgconfig man-db +Requires: pkgconfig %description devel The %{name}-devel package contains development files for %{name}. @@ -40,9 +40,6 @@ mv %{buildroot}%{_mandir}/man3 %{buildroot}%{_mandir}/man3t %ldconfig_scriptlets -%post devel -%postun devel - %files %defattr(-,root,root) %doc AUTHORS @@ -64,6 +61,12 @@ mv %{buildroot}%{_mandir}/man3 %{buildroot}%{_mandir}/man3t %{_mandir}/*/* %changelog +* Sat Jun 17 2023 gaihuiying - 1.3.2-4 +- Type:bugfix +- ID:NA +- SUG:NA +- DESC: remove useless dependency man-db + * Tue Feb 28 2023 gaihuiying - 1.3.2-3 - Type:bugfix - ID:NA