fix duplicate provides
This commit is contained in:
parent
f4fdfd681f
commit
29198acc97
@ -1,6 +1,6 @@
|
|||||||
Name: libfastjson
|
Name: libfastjson
|
||||||
Version: 0.99.8
|
Version: 0.99.8
|
||||||
Release: 1
|
Release: 2
|
||||||
Summary: JSON-C - A JSON implementation in C
|
Summary: JSON-C - A JSON implementation in C
|
||||||
License: MIT
|
License: MIT
|
||||||
URL: https://github.com/rsyslog/libfastjson
|
URL: https://github.com/rsyslog/libfastjson
|
||||||
@ -51,9 +51,12 @@ make V=1 check
|
|||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%{_includedir}/libfastjson
|
%{_includedir}/libfastjson
|
||||||
%{_libdir}/libfastjson.so*
|
%{_libdir}/libfastjson.so
|
||||||
%{_libdir}/pkgconfig/libfastjson.pc
|
%{_libdir}/pkgconfig/libfastjson.pc
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Jan 10 2020 BruceGW <gyl93216@163.com> - 0.99.8-2
|
||||||
|
- Fix duplicate provides
|
||||||
|
|
||||||
* Mon Sep 2 2019 openEuler Buildteam <buildteam@openeuler.org> - 0.99.8-1
|
* Mon Sep 2 2019 openEuler Buildteam <buildteam@openeuler.org> - 0.99.8-1
|
||||||
- Package init
|
- Package init
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user