automatic version update by autodist [release 4.11-1mamba;Sat Mar 11 2023]
This commit is contained in:
parent
e17dfa24dc
commit
7576995088
@ -1,62 +1,62 @@
|
||||
Name: pam_krb5
|
||||
Version: 2.3.14
|
||||
Version: 4.11
|
||||
Release: 1mamba
|
||||
Summary: Kerberos 5 interface library to PAM
|
||||
Group: System/Libraries
|
||||
Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Tiziana Ferro <tiziana.ferro@email.it>
|
||||
URL: http://www.fedorahosted.org/pam_krb5
|
||||
Source: https://fedorahosted.org/releases/p/a/pam_krb5/pam_krb5-%{version}-1.tar.gz
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: https://www.fedorahosted.org/pam_krb5
|
||||
Source: https://github.com/rra/pam-krb5.git/upstream%2F%{version}/pam-krb5-%{version}.tar.bz2
|
||||
#Source: https://fedorahosted.org/releases/p/a/pam_krb5/pam_krb5-%{version}-1.tar.gz
|
||||
License: LGPL
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
Requires: pam
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: libe2fs-devel
|
||||
BuildRequires: libkrb5-devel
|
||||
BuildRequires: pam-devel
|
||||
BuildRequires: libpam-devel
|
||||
## AUTOBUILDREQ-END
|
||||
|
||||
%description
|
||||
A kerberos 5 interface library to PAM.
|
||||
|
||||
%debug_package
|
||||
|
||||
%prep
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
|
||||
%setup -q -n %{name}-%{version}-1
|
||||
%setup -q -n pam-krb5-%{version}
|
||||
|
||||
%build
|
||||
%configure --libdir=/lib
|
||||
%configure
|
||||
|
||||
%make
|
||||
|
||||
%install
|
||||
%makeinstall
|
||||
|
||||
%{find_lang} %{name}
|
||||
|
||||
%clean
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
|
||||
%files -f %{name}.lang
|
||||
%defattr(-,root,root)
|
||||
%attr(0755,root,root) /lib/security/pam_krb5.so
|
||||
/lib/security/pam_krb5.la
|
||||
/lib/security/pam_krb5/pam_krb5_storetmp
|
||||
%{_bindir}/afs5log
|
||||
%{_mandir}/man1/afs5log.*
|
||||
%{_mandir}/man5/pam_krb5*
|
||||
%{_mandir}/man8/pam_krb5*
|
||||
%doc AUTHORS NEWS COPYING COPYING.LIB README ChangeLog
|
||||
|
||||
%post
|
||||
if [ $1 -eq 1 ]; then
|
||||
# new install
|
||||
grep pam_krb5.so %{_sysconfdir}/pam.d/system-auth >/dev/null || sed -i -e '/%PAM-1.0/a\
|
||||
auth sufficient pam_krb5.so' %{_sysconfdir}/pam.d/system-auth
|
||||
fi
|
||||
:
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%attr(0755,root,root) %{_libdir}/security/pam_krb5.so
|
||||
%{_mandir}/man5/pam_krb5*
|
||||
%doc LICENSE
|
||||
|
||||
%changelog
|
||||
* Sat Mar 11 2023 Automatic Build System <autodist@mambasoft.it> 4.11-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sat Aug 11 2012 Automatic Build System <autodist@mambasoft.it> 2.3.14-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user