install rpm macros file [release 1.5.2-3mamba;Mon Nov 21 2022]
This commit is contained in:
parent
ea080b7f97
commit
950830a4d5
5
macros.pam
Normal file
5
macros.pam
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
%_pam_libdir %{_libdir}
|
||||||
|
%_pam_moduledir %{_libdir}/security
|
||||||
|
%_pam_secconfdir %{_sysconfdir}/security
|
||||||
|
%_pam_confdir %{_sysconfdir}/pam.d
|
||||||
|
%_pam_vendordir %{_datadir}/pam.d
|
9
pam.spec
9
pam.spec
@ -10,7 +10,7 @@
|
|||||||
|
|
||||||
Name: pam
|
Name: pam
|
||||||
Version: 1.5.2
|
Version: 1.5.2
|
||||||
Release: 2mamba
|
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
|
||||||
@ -29,6 +29,7 @@ Source8: pam-system-auth-noshell
|
|||||||
Source9: ftp://ftp.suse.com/pub/people/kukuk/pam/pam_pwcheck/pam_pwcheck-%{pwcheck_ver}.tar.bz2
|
Source9: ftp://ftp.suse.com/pub/people/kukuk/pam/pam_pwcheck/pam_pwcheck-%{pwcheck_ver}.tar.bz2
|
||||||
Source10: ftp://ftp.suse.com/pub/people/kukuk/pam/pam_unix2/pam_unix2-%{unix2_ver}.tar.bz2
|
Source10: ftp://ftp.suse.com/pub/people/kukuk/pam/pam_unix2/pam_unix2-%{unix2_ver}.tar.bz2
|
||||||
Source11: pam-group.conf
|
Source11: pam-group.conf
|
||||||
|
Source12: macros.pam
|
||||||
Patch0: %{name}-0.77-pam_unix2.conf
|
Patch0: %{name}-0.77-pam_unix2.conf
|
||||||
Patch1: %{name}-0.99.7.1-cracklib_module.patch
|
Patch1: %{name}-0.99.7.1-cracklib_module.patch
|
||||||
Patch2: %{name}-1.1.3-limits.patch
|
Patch2: %{name}-1.1.3-limits.patch
|
||||||
@ -149,6 +150,8 @@ done
|
|||||||
|
|
||||||
ln -s system-auth %{buildroot}%{_sysconfdir}/pam.d/password-auth
|
ln -s system-auth %{buildroot}%{_sysconfdir}/pam.d/password-auth
|
||||||
|
|
||||||
|
install -D -m0644 %{SOURCE12} %{buildroot}%{_rpmmacrodir}/macros.pam
|
||||||
|
|
||||||
#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
|
||||||
@ -252,6 +255,7 @@ sed -i "s|pam_cracklib.so|pam_pwquality.so|" %{_sysconfdir}/pam.d/system-auth{,-
|
|||||||
%{_includedir}/security/*.h
|
%{_includedir}/security/*.h
|
||||||
%{_libdir}/libpam*.so
|
%{_libdir}/libpam*.so
|
||||||
%{_libdir}/pkgconfig/pam*.pc
|
%{_libdir}/pkgconfig/pam*.pc
|
||||||
|
%{_rpmmacrodir}/macros.pam
|
||||||
%{_mandir}/man3/*.3*
|
%{_mandir}/man3/*.3*
|
||||||
%doc CHANGELOG README*
|
%doc CHANGELOG README*
|
||||||
|
|
||||||
@ -261,6 +265,9 @@ sed -i "s|pam_cracklib.so|pam_pwquality.so|" %{_sysconfdir}/pam.d/system-auth{,-
|
|||||||
%{_docdir}/Linux-PAM/*
|
%{_docdir}/Linux-PAM/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Nov 21 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 1.5.2-3mamba
|
||||||
|
- install rpm macros file
|
||||||
|
|
||||||
* Wed Nov 16 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 1.5.2-2mamba
|
* Wed Nov 16 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 1.5.2-2mamba
|
||||||
- fix include dir in pkgconfig files
|
- fix include dir in pkgconfig files
|
||||||
- restore pam-doc and move documentation files from main pam package
|
- restore pam-doc and move documentation files from main pam package
|
||||||
|
Loading…
Reference in New Issue
Block a user