From dd5c397abce828a422fdc9ceca0c4af4a3734e8d Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 15 Feb 2018 09:08:41 +0100 Subject: drop ldconfig scriptlets for F28 --- libzip.spec | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/libzip.spec b/libzip.spec index b8fda75..f170ba3 100644 --- a/libzip.spec +++ b/libzip.spec @@ -19,7 +19,6 @@ Name: %{libname}%{soname} %endif Version: 1.4.0 Release: 3%{?dist} -Group: System Environment/Libraries Summary: C library for reading, creating, and modifying zip archives License: BSD @@ -74,7 +73,6 @@ The API is documented by man pages. %package devel -Group: Development/Libraries Summary: Development files for %{name} Requires: %{name}%{?_isa} = %{version}-%{release} %if "%{name}" != "%{libname}" @@ -93,7 +91,6 @@ developing applications that use %{name}. %package tools Summary: Command line tools from %{name} -Group: Applications/System Requires: %{name}%{?_isa} = %{version}-%{release} %if "%{name}" != "%{libname}" Conflicts: %{libname}-last-tools < %{version} @@ -149,8 +146,10 @@ make check %endif +%if 0%{?fedora} < 28 && 0%{?rhel} < 8 %post -p /sbin/ldconfig %postun -p /sbin/ldconfig +%endif %files -- cgit