From 8cdf23a6fa27ca043825f14e56d34b075c157114 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 26 Feb 2018 12:08:09 +0100 Subject: F28 cleanup --- libmustache.spec | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/libmustache.spec b/libmustache.spec index 03d3c5c..38080d6 100644 --- a/libmustache.spec +++ b/libmustache.spec @@ -19,8 +19,7 @@ Name: %{libname} Version: 0.4.4 -Release: 1%{?dist} -Group: System Environment/Libraries +Release: 2%{?dist} Summary: Mustache C++ library License: MIT @@ -47,7 +46,6 @@ C++ implementation of Mustache[1]. %package devel -Group: Development/Libraries Summary: Development files for %{name} Requires: %{name}%{?_isa} = %{version}-%{release} @@ -103,8 +101,10 @@ source /opt/rh/devtoolset-6/enable make test -%post -p /sbin/ldconfig +%if 0%{?fedora} < 28 && 0%{?rhel} < 8 +%post -p /sbin/ldconfig %postun -p /sbin/ldconfig +%endif %files @@ -122,6 +122,9 @@ make test %changelog +* Mon Feb 26 2018 Remi Collet - 0.4.4-2 +- F28 cleanup + * Wed Feb 7 2018 Remi Collet - 0.4.4-1 - Update to 0.4.4 -- cgit