automatic version update by autodist [release 4.11-1mamba;Sat Mar 11 2023]

This commit is contained in:
Automatic Build System 2024-01-06 08:23:41 +01:00
parent e17dfa24dc
commit 7576995088

View File

@ -1,62 +1,62 @@
Name: pam_krb5 Name: pam_krb5
Version: 2.3.14 Version: 4.11
Release: 1mamba Release: 1mamba
Summary: Kerberos 5 interface library to PAM Summary: Kerberos 5 interface library to PAM
Group: System/Libraries Group: System/Libraries
Vendor: openmamba Vendor: openmamba
Distribution: openmamba Distribution: openmamba
Packager: Tiziana Ferro <tiziana.ferro@email.it> Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: http://www.fedorahosted.org/pam_krb5 URL: https://www.fedorahosted.org/pam_krb5
Source: https://fedorahosted.org/releases/p/a/pam_krb5/pam_krb5-%{version}-1.tar.gz 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 License: LGPL
BuildRoot: %{_tmppath}/%{name}-%{version}-root
Requires: pam Requires: pam
## AUTOBUILDREQ-BEGIN ## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel BuildRequires: glibc-devel
BuildRequires: libe2fs-devel BuildRequires: libe2fs-devel
BuildRequires: libkrb5-devel BuildRequires: libkrb5-devel
BuildRequires: pam-devel BuildRequires: libpam-devel
## AUTOBUILDREQ-END ## AUTOBUILDREQ-END
%description %description
A kerberos 5 interface library to PAM. A kerberos 5 interface library to PAM.
%debug_package
%prep %prep
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" [ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%setup -q -n %{name}-%{version}-1 %setup -q -n pam-krb5-%{version}
%build %build
%configure --libdir=/lib %configure
%make %make
%install %install
%makeinstall %makeinstall
%{find_lang} %{name}
%clean %clean
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" [ "%{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 %post
if [ $1 -eq 1 ]; then if [ $1 -eq 1 ]; then
# new install # new install
grep pam_krb5.so %{_sysconfdir}/pam.d/system-auth >/dev/null || sed -i -e '/%PAM-1.0/a\ 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 auth sufficient pam_krb5.so' %{_sysconfdir}/pam.d/system-auth
fi fi
:
%files
%defattr(-,root,root)
%attr(0755,root,root) %{_libdir}/security/pam_krb5.so
%{_mandir}/man5/pam_krb5*
%doc LICENSE
%changelog %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 * Sat Aug 11 2012 Automatic Build System <autodist@mambasoft.it> 2.3.14-1mamba
- automatic version update by autodist - automatic version update by autodist