forked from pool/slurm
via the macro %_pam_moduledir
OBS-URL: https://build.opensuse.org/package/show/network:cluster/slurm?expand=0&rev=188
This commit is contained in:
parent
728a1b3c1e
commit
1b26b8910b
@ -2,6 +2,7 @@
|
|||||||
Tue Sep 28 15:53:38 UTC 2021 - Christian Goll <cgoll@suse.com>
|
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
|
- moved pam module from /lib64 to /usr/lib64 which fixes boo#1191095
|
||||||
|
via the macro %_pam_moduledir
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
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,7 +560,7 @@ autoreconf
|
|||||||
--without-rpath \
|
--without-rpath \
|
||||||
--without-datawarp \
|
--without-datawarp \
|
||||||
--with-shared-libslurm \
|
--with-shared-libslurm \
|
||||||
--with-pam_dir=%{_libdir}/security \
|
--with-pam_dir=%_pam_moduledir \
|
||||||
%{?with_pmix:--with-pmix=/usr/} \
|
%{?with_pmix:--with-pmix=/usr/} \
|
||||||
%if 0%{?build_slurmrestd}
|
%if 0%{?build_slurmrestd}
|
||||||
--enable-slurmrestd \
|
--enable-slurmrestd \
|
||||||
@ -615,7 +615,7 @@ 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
|
# remove static pam libs
|
||||||
rm -v %{buildroot}%{_libdir}/security/*la
|
rm -v %{buildroot}%{_pam_moduledir}/*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
|
||||||
@ -1182,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
|
||||||
%{_libdir}/security/pam_slurm.so
|
%{_pam_moduledir}/pam_slurm.so
|
||||||
%{_libdir}/security/pam_slurm_adopt.so
|
%{_pam_moduledir}/pam_slurm_adopt.so
|
||||||
|
|
||||||
%if 0%{?build_slurmrestd}
|
%if 0%{?build_slurmrestd}
|
||||||
%files rest
|
%files rest
|
||||||
|
Loading…
Reference in New Issue
Block a user