From ab49ab7a984dd38f4f896bfa9e9b3608b85c8120 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Thu, 5 Jul 2018 16:08:04 +0100 Subject: [PATCH] Remove ldconfig https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org/thread/SU3LJVDZ7LUSJGZR5MS72BMRAFP3PQQL/ --- hivex.spec | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/hivex.spec b/hivex.spec index 52491bc..11406e1 100644 --- a/hivex.spec +++ b/hivex.spec @@ -10,7 +10,7 @@ Name: hivex Version: 1.3.15 -Release: 7%{?dist} +Release: 8%{?dist} Summary: Read and write Windows Registry binary hive files License: LGPLv2 @@ -258,11 +258,6 @@ make check popd -%post -p /sbin/ldconfig - -%postun -p /sbin/ldconfig - - %files -f %{name}.lang %doc README LICENSE %{_bindir}/hivexget @@ -332,6 +327,10 @@ popd %changelog +* Thu Jul 05 2018 Richard W.M. Jones - 1.3.15-8 +- Remove ldconfig + https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org/thread/SU3LJVDZ7LUSJGZR5MS72BMRAFP3PQQL/ + * Tue Jul 03 2018 Petr Pisar - 1.3.15-7 - Perl 5.28 rebuild