From 29198acc97d1a405f19288ea4adf722757f7ccfa Mon Sep 17 00:00:00 2001 From: BruceGW Date: Fri, 10 Jan 2020 16:15:44 +0800 Subject: [PATCH] fix duplicate provides --- libfastjson.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/libfastjson.spec b/libfastjson.spec index b3a9d15..e4df648 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