Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
cta
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
dCache
cta
Commits
bed2f5fe
Commit
bed2f5fe
authored
5 years ago
by
Steven Murray
Browse files
Options
Downloads
Patches
Plain Diff
cta/CTA#419 Removed the cta-mediachangerutils RPM
parent
b5fcf53e
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
cta.spec.in
+0
-13
0 additions, 13 deletions
cta.spec.in
mediachanger/CMakeLists.txt
+0
-4
0 additions, 4 deletions
mediachanger/CMakeLists.txt
with
0 additions
and
17 deletions
cta.spec.in
+
0
−
13
View file @
bed2f5fe
...
...
@@ -336,19 +336,6 @@ Scripts and utilities to faciliate working with the CTA catalogue
%attr(0644,root,root) %doc /usr/share/man/man1/cta-catalogue-schema-drop.1cta.gz
%attr(0644,root,root) %doc /usr/share/man/man1/cta-database-poll.1cta.gz
%package -n cta-mediachangerutils
Summary: Utilities to faciliate working with mediachangers
Group: Application/CTA
Requires: cta-lib = %{version}-%{release}
%description -n cta-mediachangerutils
CERN Tape Archive:
Utilities to faciliate working with the mediachangers
%files -n cta-mediachangerutils
%attr(0755,root,root) %{_bindir}/cta-mediachanger-dismount
%attr(0755,root,root) %{_bindir}/cta-mediachanger-mount
%attr(0644,root,root) %doc /usr/share/man/man1/cta-mediachanger-dismount.1cta.gz
%attr(0644,root,root) %doc /usr/share/man/man1/cta-mediachanger-mount.1cta.gz
%package -n cta-rmcd
Summary: Tools to faciliate working with rmcd and smc in cta
Group: Application/CTA
...
...
This diff is collapsed.
Click to expand it.
mediachanger/CMakeLists.txt
+
0
−
4
View file @
bed2f5fe
...
...
@@ -105,8 +105,6 @@ set_property (TARGET cta-mediachanger-mount APPEND PROPERTY INSTALL_RPATH ${PROT
target_link_libraries
(
cta-mediachanger-mount
ctacommon
ctamediachanger
)
install
(
TARGETS cta-mediachanger-mount DESTINATION /usr/bin
)
install
(
FILES
${
CMAKE_CURRENT_SOURCE_DIR
}
/cta-mediachanger-mount.1cta DESTINATION /usr/share/man/man1
)
set
(
MEDIA_CHANGER_DISMOUNT_SRC_FILES
DismountCmd.cpp
...
...
@@ -121,5 +119,3 @@ set_property (TARGET cta-mediachanger-dismount APPEND PROPERTY INSTALL_RPATH ${P
target_link_libraries
(
cta-mediachanger-dismount
ctacommon
ctamediachanger
)
install
(
TARGETS cta-mediachanger-dismount DESTINATION /usr/bin
)
install
(
FILES
${
CMAKE_CURRENT_SOURCE_DIR
}
/cta-mediachanger-dismount.1cta DESTINATION /usr/share/man/man1
)
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment