From 04d548d4c9bf90d8f2f8ea8076c994e21e573878 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= Date: Fri, 1 Nov 2019 08:24:52 +0100 Subject: [PATCH] Remove a useless dependency on man-db from libtirpc-devel package --- libtirpc.spec | 18 ++++++------------ 1 file changed, 6 insertions(+), 12 deletions(-) diff --git a/libtirpc.spec b/libtirpc.spec index fc2fef5..a995b92 100644 --- a/libtirpc.spec +++ b/libtirpc.spec @@ -2,7 +2,7 @@ Name: libtirpc Version: 1.1.4 -Release: 2.rc3%{?dist} +Release: 3.rc3%{?dist} Summary: Transport Independent RPC Library License: SISSL and BSD URL: http://git.linux-nfs.org/?p=steved/libtirpc.git;a=summary @@ -28,7 +28,7 @@ by almost 70 vendors on all major operating systems. TS-RPC source code %package devel Summary: Development files for the libtirpc library Requires: %{name}%{?_isa} = %{version}-%{release} -Requires: pkgconfig man-db +Requires: pkgconfig %description devel This package includes header files and libraries necessary for @@ -60,16 +60,6 @@ rm -f %{buildroot}%{_root_libdir}/*.{a,la} # Creat the man diretory mv %{buildroot}%{_mandir}/man3 %{buildroot}%{_mandir}/man3t -%post devel -# Register the new man section -#if [ "$1" -eq 1 ]; then -# makewhatis -s 3t -#fi - -%postun devel -# Remove the existance of the man section -#makewhatis -s 3t - %files %doc AUTHORS ChangeLog NEWS README @@ -122,6 +112,10 @@ mv %{buildroot}%{_mandir}/man3 %{buildroot}%{_mandir}/man3t %{_mandir}/*/* %changelog +* Fri Nov 01 2019 Petr Pisar - 1.1.4-3.rc3 +- Remove a useless dependency on man-db from libtirpc-devel package + (bug #1496422) + * Thu Sep 05 2019 Steve Dickson 1.0.4-2.rc3 - Updated to latest upstream RC release: libtirpc-1-1-5-rc3