diff options
author | Remi Collet <remi@remirepo.net> | 2018-02-15 09:08:41 +0100 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2018-02-15 09:08:41 +0100 |
commit | dd5c397abce828a422fdc9ceca0c4af4a3734e8d (patch) | |
tree | d890d377d82ac44b2a2d39010b23d6f267d3a2a3 | |
parent | 23aae957113c611fec48383906c8c2bccde99877 (diff) |
drop ldconfig scriptlets for F28
-rw-r--r-- | libzip.spec | 5 |
1 files 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 |