diff options
author | Remi Collet <remi@remirepo.net> | 2018-02-26 12:08:09 +0100 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2018-02-26 12:08:09 +0100 |
commit | 8cdf23a6fa27ca043825f14e56d34b075c157114 (patch) | |
tree | 252b8b1f2ef6854db412d677e599010791143c7f | |
parent | 43d430b3e7e0b91a4e9ea5136e90125004d73c66 (diff) |
F28 cleanup
-rw-r--r-- | libmustache.spec | 11 |
1 files 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 <remi@remirepo.net> - 0.4.4-2 +- F28 cleanup + * Wed Feb 7 2018 Remi Collet <remi@remirepo.net> - 0.4.4-1 - Update to 0.4.4 |