rebuilt with --with-db-uniquename=db53 [release 1.5.0-3mamba;Fri Dec 18 2020]
This commit is contained in:
parent
1448840ea5
commit
d194785ee2
21
pam.spec
21
pam.spec
@ -10,7 +10,7 @@
|
|||||||
|
|
||||||
Name: pam
|
Name: pam
|
||||||
Version: 1.5.0
|
Version: 1.5.0
|
||||||
Release: 1mamba
|
Release: 3mamba
|
||||||
Summary: Utilities for monitoring your system and processes on your system
|
Summary: Utilities for monitoring your system and processes on your system
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
@ -38,16 +38,20 @@ Patch4: pam-1.2.1-limits-disable-cores.patch
|
|||||||
License: GPL, BSD
|
License: GPL, BSD
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
|
BuildRequires: ldconfig
|
||||||
BuildRequires: libaudit-devel
|
BuildRequires: libaudit-devel
|
||||||
BuildRequires: libcrack-devel
|
BuildRequires: libcap-ng-devel
|
||||||
BuildRequires: libe2fs-devel
|
BuildRequires: libe2fs-devel
|
||||||
BuildRequires: libkrb5-devel
|
BuildRequires: libkrb5-devel
|
||||||
|
BuildRequires: libnsl-devel
|
||||||
%if "%{?bootstrap}" != "1"
|
%if "%{?bootstrap}" != "1"
|
||||||
BuildRequires: libselinux-devel
|
BuildRequires: libselinux-devel
|
||||||
%endif
|
%endif
|
||||||
BuildRequires: libtirpc-devel
|
BuildRequires: libtirpc-devel
|
||||||
BuildRequires: libz-devel
|
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
|
BuildRequires: libcrack-devel
|
||||||
|
BuildRequires: libtirpc-devel
|
||||||
|
BuildRequires: libz-devel
|
||||||
%if "%{?bootstrap}" != "1"
|
%if "%{?bootstrap}" != "1"
|
||||||
BuildRequires: linuxdoc-tools >= 0.9.21
|
BuildRequires: linuxdoc-tools >= 0.9.21
|
||||||
%endif
|
%endif
|
||||||
@ -114,7 +118,7 @@ This package contains the documentation files in html, pdf and postscript format
|
|||||||
--enable-cracklib \
|
--enable-cracklib \
|
||||||
--with-mailspool=/var/mail \
|
--with-mailspool=/var/mail \
|
||||||
--libdir=/%{_lib} \
|
--libdir=/%{_lib} \
|
||||||
--with-db-uniquename=db51
|
--with-db-uniquename=db53
|
||||||
# --enable-both-confs
|
# --enable-both-confs
|
||||||
|
|
||||||
%if "%{_host}" != "%{_build}"
|
%if "%{_host}" != "%{_build}"
|
||||||
@ -144,6 +148,8 @@ done
|
|||||||
|
|
||||||
ln -s system-auth %{buildroot}%{_sysconfdir}/pam.d/password-auth
|
ln -s system-auth %{buildroot}%{_sysconfdir}/pam.d/password-auth
|
||||||
|
|
||||||
|
install -d -m0755 %{buildroot}%{_prefix}/lib/pam.d
|
||||||
|
|
||||||
#install -m 644 conf/pam.conf pam.conf-example
|
#install -m 644 conf/pam.conf pam.conf-example
|
||||||
#install -m 644 modules/pam_env/pam_env.conf-example pam_env.conf-example
|
#install -m 644 modules/pam_env/pam_env.conf-example pam_env.conf-example
|
||||||
|
|
||||||
@ -229,6 +235,7 @@ sed -i "s|pam_cracklib.so|pam_pwquality.so|" %{_sysconfdir}/pam.d/system-auth{,-
|
|||||||
%{_sbindir}/pam_timestamp_check
|
%{_sbindir}/pam_timestamp_check
|
||||||
%{_sbindir}/pwhistory_helper
|
%{_sbindir}/pwhistory_helper
|
||||||
%{_sbindir}/mkhomedir_helper
|
%{_sbindir}/mkhomedir_helper
|
||||||
|
%dir %{_prefix}/lib/pam.d
|
||||||
%{_mandir}/*/*
|
%{_mandir}/*/*
|
||||||
%{_docdir}/Linux-PAM/*
|
%{_docdir}/Linux-PAM/*
|
||||||
|
|
||||||
@ -263,6 +270,12 @@ sed -i "s|pam_cracklib.so|pam_pwquality.so|" %{_sysconfdir}/pam.d/system-auth{,-
|
|||||||
#%endif
|
#%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Dec 18 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 1.5.0-3mamba
|
||||||
|
- rebuilt with --with-db-uniquename=db53
|
||||||
|
|
||||||
|
* Wed Dec 16 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 1.5.0-2mamba
|
||||||
|
- add directory /usr/lib/pam.d
|
||||||
|
|
||||||
* Tue Nov 17 2020 Automatic Build System <autodist@mambasoft.it> 1.5.0-1mamba
|
* Tue Nov 17 2020 Automatic Build System <autodist@mambasoft.it> 1.5.0-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user