Commit 66cdec0d authored by Pavel Vainerman's avatar Pavel Vainerman

fixed OpenTSDB pack error

parent 3fbca046
...@@ -19,7 +19,7 @@ ...@@ -19,7 +19,7 @@
Name: libuniset2 Name: libuniset2
Version: 2.7 Version: 2.7
Release: alt9 Release: alt10
Summary: UniSet - library for building distributed industrial control systems Summary: UniSet - library for building distributed industrial control systems
License: LGPL License: LGPL
...@@ -417,10 +417,12 @@ rm -f %buildroot%_libdir/*.la ...@@ -417,10 +417,12 @@ rm -f %buildroot%_libdir/*.la
%if_enabled opentsdb %if_enabled opentsdb
%files extension-opentsdb %files extension-opentsdb
%_bindir/%oname-backend-opentsdb* %_bindir/%oname-backend-opentsdb*
%_libdir/libUniSet2BackendOpenTSDB.so*
%files extension-opentsdb-devel %files extension-opentsdb-devel
%_pkgconfigdir/libUniSet2BackendOpenTSDB.pc %_pkgconfigdir/libUniSet2BackendOpenTSDB.pc
%_includedir/%oname/extensions/BackendOpenTSDB.h %_includedir/%oname/extensions/BackendOpenTSDB.h
%_libdir/libUniSet2BackendOpenTSDB.so
%endif %endif
%if_enabled pgsql %if_enabled pgsql
...@@ -538,6 +540,9 @@ rm -f %buildroot%_libdir/*.la ...@@ -538,6 +540,9 @@ rm -f %buildroot%_libdir/*.la
# history of current unpublished changes # history of current unpublished changes
%changelog %changelog
* Thu May 24 2018 Pavel Vainerman <pv@altlinux.ru> 2.7-alt10
- fix pack opentsdb backend
* Thu May 24 2018 Pavel Vainerman <pv@altlinux.ru> 2.7-alt9 * Thu May 24 2018 Pavel Vainerman <pv@altlinux.ru> 2.7-alt9
- added opentsdb backend - added opentsdb backend
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment