Skip to content
Snippets Groups Projects
Commit 238507af authored by Michael Davis's avatar Michael Davis
Browse files

Adds cta-verify-file to cta-cli RPM

parent 79ab2ccd
No related branches found
No related tags found
No related merge requests found
......@@ -5,6 +5,7 @@
### Features
- Upgraded ceph to version 14.2.20
- Adds cta-verify-file to cta-cli RPM
### Bug fixes
......
......@@ -40,7 +40,7 @@ set_property (TARGET cta-admin APPEND PROPERTY INSTALL_RPATH ${PROTOBUF3_RPATH})
#
add_executable(cta-send-event CtaSendEvent.cpp)
target_link_libraries(cta-send-event ctacommon XrdSsiPbEosCta XrdSsiLib XrdUtils)
set_property (TARGET cta-send-event APPEND PROPERTY INSTALL_RPATH ${PROTOBUF3_RPATH})
set_property(TARGET cta-send-event APPEND PROPERTY INSTALL_RPATH ${PROTOBUF3_RPATH})
#
# verify-file <archiveFileId> <vid>
......@@ -65,4 +65,5 @@ install(TARGETS cta-admin DESTINATION usr/bin)
install(FILES cta-admin.1cta DESTINATION usr/share/man/man1)
install(TARGETS cta-send-event DESTINATION usr/bin)
install(FILES cta-send-closew.sh DESTINATION usr/bin)
install(TARGETS cta-verify-file DESTINATION usr/bin)
install(FILES cta-cli.conf DESTINATION ${CMAKE_INSTALL_SYSCONFDIR}/cta)
......@@ -191,6 +191,7 @@ The command line utilities
%attr(0644,root,root) %doc /usr/share/man/man1/cta-admin.1cta.gz
%attr(0755,root,root) %{_bindir}/cta-send-event
%attr(0755,root,root) %{_bindir}/cta-send-closew.sh
%attr(0755,root,root) %{_bindir}/cta-verify-file
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/cta/cta-cli.conf
%package -n cta-lib-common
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment