diff --git a/libfastjson.spec b/libfastjson.spec index b3a9d156e2609b0ee77eb33cd35283a2aff4675c..e4df64885865f4ff89c9b5ce71eda336ef078a75 100644 --- a/libfastjson.spec +++ b/libfastjson.spec @@ -1,6 +1,6 @@ Name: libfastjson Version: 0.99.8 -Release: 1 +Release: 2 Summary: JSON-C - A JSON implementation in C License: MIT URL: https://github.com/rsyslog/libfastjson @@ -51,9 +51,12 @@ make V=1 check %files devel %{_includedir}/libfastjson -%{_libdir}/libfastjson.so* +%{_libdir}/libfastjson.so %{_libdir}/pkgconfig/libfastjson.pc %changelog +* Fri Jan 10 2020 BruceGW - 0.99.8-2 +- Fix duplicate provides + * Mon Sep 2 2019 openEuler Buildteam - 0.99.8-1 - Package init