<html><head></head><body><div class="ydp2a1b4ceayahoo-style-wrap" style="font-family:Helvetica Neue, Helvetica, Arial, sans-serif;font-size:13px;"><div></div>
        <div>As one of the downstream distro packagers, I follow both the tarball and rpm revisions carefully.   Please be aware that changes</div><div>like the one proposed impact us and ought not be made without some announcement so we can know what is going on and adjust</div><div>our packaging code accordingly.  Right now I'm using the code below for our rpm's which is quite similar to the code in slurm.spec.  </div><div><br></div><div>Occasionally I see a -2 revision, but only rarely.   Since most users are probably not using rpm build tools at all, it might not make</div><div>sense to expose that number always.</div><div><div><div><div><pre style="color: rgb(229, 224, 216); white-space: pre-wrap; --darkreader-inline-color:#dfdbd1;" data-darkreader-inline-color=""># Upstream tarballs use an additional release number
%global ups_rel 1

%if "%{ups_rel}" == "1"
%global name_version %{name}-%{version}
%else
%global name_version %{name}-%{version}-%{ups_rel}
%endif

Source0:        http://www.schedmd.com/download/latest/%{name_version}.tar.bz2</pre></div><br></div></div></div><div><br></div><div><br></div>
        
        </div><div id="yahoo_quoted_0931961898" class="yahoo_quoted">
            <div style="font-family:'Helvetica Neue', Helvetica, Arial, sans-serif;font-size:13px;color:#26282a;">
                
                <div>
                    On Monday, June 10, 2019, 12:42:45 AM EDT, Kevin Buckley <Kevin.Buckley@pawsey.org.au> wrote:
                </div>
                <div><br></div>
                <div><br></div>
                <div><div dir="ltr">This actually just tripped me up on a Cray, but I belive the observation<br></div><div dir="ltr">is still worthy of discussion.<br></div><div dir="ltr"><br></div><div dir="ltr">If I take the<br></div><div dir="ltr"><br></div><div dir="ltr">  slurm-19.05.0.tar.bz2<br></div><div dir="ltr"><br></div><div dir="ltr">tarball from the SchedMD download site, and then do a direct RPM<br></div><div dir="ltr">build on it, so<br></div><div dir="ltr"><br></div><div dir="ltr">  rpmbuild -ta  slurm-19.05.0.tar.bz2<br></div><div dir="ltr"><br></div><div dir="ltr">what I end up generating are the following RPMs<br></div><div dir="ltr"><br></div><div dir="ltr">slurm-19.05.0-1.x86_64.rpm<br></div><div dir="ltr">slurm-contribs-19.05.0-1.x86_64.rpm<br></div><div dir="ltr">slurm-devel-19.05.0-1.x86_64.rpm<br></div><div dir="ltr">slurm-example-configs-19.05.0-1.x86_64.rpm<br></div><div dir="ltr">slurm-libpmi-19.05.0-1.x86_64.rpm<br></div><div dir="ltr">slurm-openlava-19.05.0-1.x86_64.rpm<br></div><div dir="ltr">slurm-pam_slurm-19.05.0-1.x86_64.rpm<br></div><div dir="ltr">slurm-perlapi-19.05.0-1.x86_64.rpm<br></div><div dir="ltr">slurm-slurmctld-19.05.0-1.x86_64.rpm<br></div><div dir="ltr">slurm-slurmd-19.05.0-1.x86_64.rpm<br></div><div dir="ltr">slurm-slurmdbd-19.05.0-1.x86_64.rpm<br></div><div dir="ltr">slurm-torque-19.05.0-1.x86_64.rpm<br></div><div dir="ltr"><br></div><div dir="ltr">where I note the extra "-1" that's crept in to the RPM names.<br></div><div dir="ltr"><br></div><div dir="ltr">Going back through the tarball history (yes, I've kept a lot<br></div><div dir="ltr">of then) suggests that, were there to be a "-2" release of<br></div><div dir="ltr">slurm 19.05.0, then the tarball name would be<br></div><div dir="ltr"><br></div><div dir="ltr">  slurm-19.05.0-2.tar.bz2<br></div><div dir="ltr"><br></div><div dir="ltr">and that it would then match the name of the generated RPMs.<br></div><div dir="ltr"><br></div><div dir="ltr"><br></div><div dir="ltr">Is there anything, other than a tacit admission that there may<br></div><div dir="ltr">sometimes need to be a "-2" or greater revision of any given<br></div><div dir="ltr">release, preventing  SchedMD from distributng the first tarball<br></div><div dir="ltr">in a release with the "-1" revision in the tarball name ?<br></div><div dir="ltr"><br></div><div dir="ltr">Kevin<br></div><div dir="ltr"><br></div><div dir="ltr">-- <br></div><div dir="ltr">Supercomputing Systems Administrator<br></div><div dir="ltr">Pawsey Supercomputing Centre<br></div><div dir="ltr">Tel: +61 8 6436 8902<br></div><div dir="ltr">SMS: +61 4 9970 3915<br></div><div dir="ltr">Eml: <a ymailto="mailto:kevin.buckley@pawsey.org.au" href="mailto:kevin.buckley@pawsey.org.au">kevin.buckley@pawsey.org.au</a><br></div><div dir="ltr"><br></div></div>
            </div>
        </div></body></html>