automatic version update by autodist [release 1.5.2-1mamba;Mon Sep 13 2021]
This commit is contained in:
parent
a08e2389fb
commit
faee1a04c7
26
pam.spec
26
pam.spec
@ -9,7 +9,7 @@
|
|||||||
%define unix2_ver 2.6
|
%define unix2_ver 2.6
|
||||||
|
|
||||||
Name: pam
|
Name: pam
|
||||||
Version: 1.5.1
|
Version: 1.5.2
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
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
|
||||||
@ -18,7 +18,6 @@ Distribution: openmamba
|
|||||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: http://www.linux-pam.org
|
URL: http://www.linux-pam.org
|
||||||
Source: https://github.com/linux-pam/linux-pam.git/v%{version}/linux-pam-%{version}.tar.bz2
|
Source: https://github.com/linux-pam/linux-pam.git/v%{version}/linux-pam-%{version}.tar.bz2
|
||||||
#Source: http://linux-pam.org/library/Linux-PAM-%{version}.tar.bz2
|
|
||||||
#Source1: pam.conf
|
#Source1: pam.conf
|
||||||
Source2: pam_other
|
Source2: pam_other
|
||||||
Source3: pam-system-auth
|
Source3: pam-system-auth
|
||||||
@ -69,7 +68,6 @@ Requires(post): pwdutils
|
|||||||
Requires(post): setup
|
Requires(post): setup
|
||||||
Requires(post): lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
|
Requires(post): lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||||
Obsoletes: pam-doc
|
Obsoletes: pam-doc
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
PAM (Pluggable Authentication Modules) is a system security tool which allows system administrators to set authentication policy without having to recompile programs which do authentication.
|
PAM (Pluggable Authentication Modules) is a system security tool which allows system administrators to set authentication policy without having to recompile programs which do authentication.
|
||||||
@ -117,7 +115,6 @@ This package contains the documentation files in html, pdf and postscript format
|
|||||||
--disable-prelude \
|
--disable-prelude \
|
||||||
--enable-cracklib \
|
--enable-cracklib \
|
||||||
--with-mailspool=/var/mail \
|
--with-mailspool=/var/mail \
|
||||||
--libdir=/%{_lib} \
|
|
||||||
--with-db-uniquename=db53
|
--with-db-uniquename=db53
|
||||||
# --enable-both-confs
|
# --enable-both-confs
|
||||||
|
|
||||||
@ -148,7 +145,7 @@ 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 -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
|
||||||
@ -235,24 +232,24 @@ 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/*
|
||||||
|
|
||||||
%files -n libpam
|
%files -n libpam
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
/%{_lib}/libpam*.so.*
|
%{_libdir}/libpam*.so.*
|
||||||
%dir /%{_lib}/security
|
%dir %{_libdir}/security
|
||||||
/%{_lib}/security/pam*.la
|
%{_libdir}/security/pam*.la
|
||||||
/%{_lib}/security/pam*.so
|
%{_libdir}/security/pam*.so
|
||||||
/%{_lib}/security/pam_filter/upperLOWER
|
%{_libdir}/security/pam_filter/upperLOWER
|
||||||
%doc Copyright
|
%doc Copyright
|
||||||
|
|
||||||
%files -n libpam-devel
|
%files -n libpam-devel
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_includedir}/security/*.h
|
%{_includedir}/security/*.h
|
||||||
/%{_lib}/libpam*.la
|
%{_libdir}/libpam*.la
|
||||||
/%{_lib}/libpam*.so
|
%{_libdir}/libpam*.so
|
||||||
|
%{_libdir}/pkgconfig/pam*.pc
|
||||||
%doc CHANGELOG README*
|
%doc CHANGELOG README*
|
||||||
|
|
||||||
#%if "%{?bootstrap}" != "1"
|
#%if "%{?bootstrap}" != "1"
|
||||||
@ -270,6 +267,9 @@ sed -i "s|pam_cracklib.so|pam_pwquality.so|" %{_sysconfdir}/pam.d/system-auth{,-
|
|||||||
#%endif
|
#%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Sep 13 2021 Automatic Build System <autodist@mambasoft.it> 1.5.2-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Thu Jan 21 2021 Automatic Build System <autodist@mambasoft.it> 1.5.1-1mamba
|
* Thu Jan 21 2021 Automatic Build System <autodist@mambasoft.it> 1.5.1-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user