Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
Slurm
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
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
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
tud-zih-energy
Slurm
Commits
0fcdcea5
Commit
0fcdcea5
authored
14 years ago
by
Moe Jette
Browse files
Options
Downloads
Patches
Plain Diff
Remove some unpackaged files to eliminate RPM build warnings
parent
28e9cd12
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
slurm.spec
+17
-4
17 additions, 4 deletions
slurm.spec
with
17 additions
and
4 deletions
slurm.spec
+
17
−
4
View file @
0fcdcea5
...
@@ -443,7 +443,17 @@ rm -f $RPM_BUILD_ROOT/lib64/security/pam_slurm.{a,la}
...
@@ -443,7 +443,17 @@ rm -f $RPM_BUILD_ROOT/lib64/security/pam_slurm.{a,la}
rm -f $RPM_BUILD_ROOT/%{_libdir}/slurm/auth_none.so
rm -f $RPM_BUILD_ROOT/%{_libdir}/slurm/auth_none.so
%endif
%endif
%if ! %{slurm_with bluegene}
%if ! %{slurm_with bluegene}
rm -f $RPM_BUILD_ROOT/%{_libdir}/slurm/job_submit_cnode.so
rm -f $RPM_BUILD_ROOT/%{_libdir}/slurm/libsched_if.so
rm -f $RPM_BUILD_ROOT/%{_libdir}/slurm/libsched_if64.so
rm -f $RPM_BUILD_ROOT/%{_mandir}/man5/bluegene*
rm -f $RPM_BUILD_ROOT/%{_mandir}/man5/bluegene*
rm -f $RPM_BUILD_ROOT/%{_sbindir}/sfree
rm -f $RPM_BUILD_ROOT/%{_sbindir}/slurm_epilog
rm -f $RPM_BUILD_ROOT/%{_sbindir}/slurm_prolog
%endif
%if ! %{slurm_with munge}
rm -f $RPM_BUILD_ROOT/%{_libdir}/slurm/auth_munge.so
rm -f $RPM_BUILD_ROOT/%{_libdir}/slurm/crypto_munge.so
%endif
%endif
rm -f $RPM_BUILD_ROOT/%{_perldir}/auto/Slurm/.packlist
rm -f $RPM_BUILD_ROOT/%{_perldir}/auto/Slurm/.packlist
rm -f $RPM_BUILD_ROOT/%{_perlarchlibdir}/perllocal.pod
rm -f $RPM_BUILD_ROOT/%{_perlarchlibdir}/perllocal.pod
...
@@ -452,7 +462,9 @@ rm -f $RPM_BUILD_ROOT/%{_perldir}/auto/Slurmdb/.packlist
...
@@ -452,7 +462,9 @@ rm -f $RPM_BUILD_ROOT/%{_perldir}/auto/Slurmdb/.packlist
%if ! %{slurm_with blcr}
%if ! %{slurm_with blcr}
# remove these if they exist
# remove these if they exist
rm -f ${RPM_BUILD_ROOT}%{_mandir}/man1/srun_cr* ${RPM_BUILD_ROOT}%{_bindir}/srun_cr ${RPM_BUILD_ROOT}%{_libexecdir}/slurm/cr_*
rm -f ${RPM_BUILD_ROOT}%{_mandir}/man1/srun_cr*
rm -f ${RPM_BUILD_ROOT}%{_bindir}/srun_cr
rm -f ${RPM_BUILD_ROOT}%{_libexecdir}/slurm/cr_*
%endif
%endif
# Build man pages that are generated directly by the tools
# Build man pages that are generated directly by the tools
...
@@ -462,8 +474,10 @@ ${RPM_BUILD_ROOT}%{_bindir}/sjobexitmod --roff > $RPM_BUILD_ROOT/%{_mandir}/man1
...
@@ -462,8 +474,10 @@ ${RPM_BUILD_ROOT}%{_bindir}/sjobexitmod --roff > $RPM_BUILD_ROOT/%{_mandir}/man1
# Build conditional file list for main package
# Build conditional file list for main package
LIST=./slurm.files
LIST=./slurm.files
touch $LIST
touch $LIST
test -f $RPM_BUILD_ROOT/etc/init.d/slurm &&
test -f $RPM_BUILD_ROOT/etc/init.d/slurm &&
echo /etc/init.d/slurm >> $LIST
echo /etc/init.d/slurm >> $LIST
test -f $RPM_BUILD_ROOT/%{_bindir}/sview &&
echo %{_bindir}/sview >> $LIST
%if %{slurm_with aix}
%if %{slurm_with aix}
install -D -m644 etc/federation.conf.example ${RPM_BUILD_ROOT}%{_sysconfdir}/federation.conf.example
install -D -m644 etc/federation.conf.example ${RPM_BUILD_ROOT}%{_sysconfdir}/federation.conf.example
...
@@ -565,7 +579,6 @@ rm -rf $RPM_BUILD_ROOT
...
@@ -565,7 +579,6 @@ rm -rf $RPM_BUILD_ROOT
%{_bindir}/sshare
%{_bindir}/sshare
%{_bindir}/sstat
%{_bindir}/sstat
%{_bindir}/strigger
%{_bindir}/strigger
%{_bindir}/sview*
%{_sbindir}/slurmctld
%{_sbindir}/slurmctld
%{_sbindir}/slurmd
%{_sbindir}/slurmd
%{_sbindir}/slurmstepd
%{_sbindir}/slurmstepd
...
...
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