diff --git a/cpp-hocon.spec b/cpp-hocon.spec index d0f0c5b..2e2a9c2 100644 --- a/cpp-hocon.spec +++ b/cpp-hocon.spec @@ -1,6 +1,6 @@ Name: cpp-hocon Version: 0.1.6 -Release: 5%{?dist} +Release: 6%{?dist} Summary: The library provides C++ support for the HOCON configuration file format License: ASL 2.0 @@ -64,9 +64,7 @@ sed -i 's#@@LIBDIR@@#%{_lib}#' %{buildroot}%{_libdir}/pkgconfig/cpphocon.pc %check %__make test -%post -p /sbin/ldconfig - -%postun -p /sbin/ldconfig +%ldconfig_scriptlets %files %license LICENSE @@ -79,6 +77,9 @@ sed -i 's#@@LIBDIR@@#%{_lib}#' %{buildroot}%{_libdir}/pkgconfig/cpphocon.pc %changelog +* Thu Feb 15 2018 Filipe Rosset - 0.1.6-6 +- fix FTBFS + * Wed Feb 07 2018 Fedora Release Engineering - 0.1.6-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild