Ticket 12041

Summary: Remove Slurm/Stepctx.pm from slurm.spec
Product: Slurm Reporter: Oriol Vilarrubi <jvilarru>
Component: Build System and PackagingAssignee: Oriol Vilarrubi <jvilarru>
Status: RESOLVED FIXED QA Contact: Unassigned Reviewer <reviewers>
Severity: 3 - Medium Impact    
Priority: ---    
Version: 21.08.x   
Hardware: Linux   
OS: Linux   
Site: SchedMD Alineos Sites: ---
Atos/Eviden Sites: --- Confidential Site: ---
Coreweave sites: --- Cray Sites: ---
DS9 clusters: --- HPCnow Sites: ---
HPE Sites: --- IBM Sites: ---
NOAA SIte: --- OCF Sites: ---
Recursion Pharma Sites: --- SFW Sites: ---
SNIC sites: --- Linux Distro: ---
Machine Name: CLE Version:
Version Fixed: 21.08.0pre1 Target Release: ---
DevPrio: --- Emory-Cloud Sites: ---
Attachments: Remove Slurm/Stepctx.pm reference in slurm.spec

Description Oriol Vilarrubi 2021-07-15 07:27:50 MDT
Due to commit https://github.com/SchedMD/slurm/commit/70f657ceeebc854dbfe34a46ab19c16fa2144967
removing $(perl_dir)/lib/Slurm/Stepctx.pm from the list now rpmbuild complains about not finding this file. it is enough to remove the reference to this file in slurm.spec
Comment 1 Oriol Vilarrubi 2021-07-15 07:46:06 MDT
Created attachment 20382 [details]
Remove Slurm/Stepctx.pm reference in slurm.spec
Comment 2 Tim Wickberg 2021-07-15 22:06:35 MDT
Thanks Oriol, and I'm glad someone is testing the RPM build. :)

Two minor requests: please use "bugXXXX" for the patch name, and for prior commit ids please use 10-characters.

This is on master now:

commit e74f7e5e0d6eef92fae948a5a70e53ed3b91034f
Author:     Oriol Vilarrubi <jvilarru@schedmd.com>
AuthorDate: Thu Jul 15 15:32:01 2021 +0200

    slurm.spec - remove reference to removed Perl API Stepctx.pm file
    
    This is a continuation of 70f657ceee.
    
    Bug 12041