updated major version
OBS-URL: https://build.opensuse.org/package/show/network:cluster/slurm?expand=0&rev=187
This commit is contained in:
parent
5b07269e3d
commit
728a1b3c1e
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Sep 28 15:53:38 UTC 2021 - Christian Goll <cgoll@suse.com>
|
||||||
|
|
||||||
|
- moved pam module from /lib64 to /usr/lib64 which fixes boo#1191095
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Sep 17 07:22:44 UTC 2021 - Christian Goll <cgoll@suse.com>
|
Fri Sep 17 07:22:44 UTC 2021 - Christian Goll <cgoll@suse.com>
|
||||||
|
|
||||||
|
@ -560,6 +560,7 @@ autoreconf
|
|||||||
--without-rpath \
|
--without-rpath \
|
||||||
--without-datawarp \
|
--without-datawarp \
|
||||||
--with-shared-libslurm \
|
--with-shared-libslurm \
|
||||||
|
--with-pam_dir=%{_libdir}/security \
|
||||||
%{?with_pmix:--with-pmix=/usr/} \
|
%{?with_pmix:--with-pmix=/usr/} \
|
||||||
%if 0%{?build_slurmrestd}
|
%if 0%{?build_slurmrestd}
|
||||||
--enable-slurmrestd \
|
--enable-slurmrestd \
|
||||||
@ -613,6 +614,8 @@ mkdir -p %{buildroot}%{_sysconfdir}/%{pname}/plugstack.conf.d
|
|||||||
|
|
||||||
cp contribs/pam_slurm_adopt/README ../README.pam_slurm_adopt
|
cp contribs/pam_slurm_adopt/README ../README.pam_slurm_adopt
|
||||||
cp contribs/pam/README ../README.pam_slurm
|
cp contribs/pam/README ../README.pam_slurm
|
||||||
|
# remove static pam libs
|
||||||
|
rm -v %{buildroot}%{_libdir}/security/*la
|
||||||
# change slurm.conf for our needs
|
# change slurm.conf for our needs
|
||||||
head -n -2 %{buildroot}/%{_sysconfdir}/%{pname}/slurm.conf.example | grep -v ReturnToService > %{buildroot}/%{_sysconfdir}/%{pname}/slurm.conf
|
head -n -2 %{buildroot}/%{_sysconfdir}/%{pname}/slurm.conf.example | grep -v ReturnToService > %{buildroot}/%{_sysconfdir}/%{pname}/slurm.conf
|
||||||
sed -i 's#\(StateSaveLocation=\).*#\1%_localstatedir/lib/slurm#' %{buildroot}/%{_sysconfdir}/%{pname}/slurm.conf
|
sed -i 's#\(StateSaveLocation=\).*#\1%_localstatedir/lib/slurm#' %{buildroot}/%{_sysconfdir}/%{pname}/slurm.conf
|
||||||
@ -1179,8 +1182,8 @@ exit 0
|
|||||||
%files pam_slurm
|
%files pam_slurm
|
||||||
%{?comp_at}
|
%{?comp_at}
|
||||||
%doc ../README.pam_slurm ../README.pam_slurm_adopt
|
%doc ../README.pam_slurm ../README.pam_slurm_adopt
|
||||||
/%_lib/security/pam_slurm.so
|
%{_libdir}/security/pam_slurm.so
|
||||||
/%_lib/security/pam_slurm_adopt.so
|
%{_libdir}/security/pam_slurm_adopt.so
|
||||||
|
|
||||||
%if 0%{?build_slurmrestd}
|
%if 0%{?build_slurmrestd}
|
||||||
%files rest
|
%files rest
|
||||||
|
Loading…
Reference in New Issue
Block a user