This commit is contained in:
parent
eabe170c83
commit
5ec98b4c9c
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Apr 19 15:30:46 CEST 2007 - mc@suse.de
|
||||||
|
|
||||||
|
- move the documentation into a seperate package (pam-doc)
|
||||||
|
[partly fixes Bug #265733]
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Mar 26 15:48:13 CEST 2007 - rguenther@suse.de
|
Mon Mar 26 15:48:13 CEST 2007 - rguenther@suse.de
|
||||||
|
|
||||||
|
29
pam.spec
29
pam.spec
@ -23,7 +23,7 @@ License: Beerware, Cardware, Shareware (not restricted), BSD License and
|
|||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Autoreqprov: on
|
Autoreqprov: on
|
||||||
Version: 0.99.7.1
|
Version: 0.99.7.1
|
||||||
Release: 9
|
Release: 11
|
||||||
Summary: A security tool that provides authentication for applications
|
Summary: A security tool that provides authentication for applications
|
||||||
Obsoletes: pam-laus
|
Obsoletes: pam-laus
|
||||||
Source: Linux-PAM-%{version}.tar.bz2
|
Source: Linux-PAM-%{version}.tar.bz2
|
||||||
@ -44,6 +44,19 @@ having to recompile programs that do authentication.
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
%package doc
|
||||||
|
Summary: Documentation for pam - A security tool that provides authentication for applications
|
||||||
|
Group: Documentation/HTML
|
||||||
|
|
||||||
|
%description doc
|
||||||
|
PAM (Pluggable Authentication Modules) is a system security tool that
|
||||||
|
allows system administrators to set authentication policies without
|
||||||
|
having to recompile programs that do authentication.
|
||||||
|
|
||||||
|
This package contains the documentation.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
Summary: Include Files and Libraries for PAM-Development
|
Summary: Include Files and Libraries for PAM-Development
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
@ -155,7 +168,6 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
|
|
||||||
%files -f Linux-PAM.lang
|
%files -f Linux-PAM.lang
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc %{_defaultdocdir}/pam
|
|
||||||
%dir %{_sysconfdir}/pam.d
|
%dir %{_sysconfdir}/pam.d
|
||||||
%dir %{_sysconfdir}/security
|
%dir %{_sysconfdir}/security
|
||||||
%config(noreplace) %{_sysconfdir}/pam.d/other
|
%config(noreplace) %{_sysconfdir}/pam.d/other
|
||||||
@ -171,6 +183,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%config(noreplace) %{_sysconfdir}/security/namespace.conf
|
%config(noreplace) %{_sysconfdir}/security/namespace.conf
|
||||||
%config(noreplace) %{_sysconfdir}/security/namespace.init
|
%config(noreplace) %{_sysconfdir}/security/namespace.init
|
||||||
%endif
|
%endif
|
||||||
|
%doc %{_defaultdocdir}/pam/CHANGELOG
|
||||||
|
%doc %{_defaultdocdir}/pam/Copyright
|
||||||
|
%doc %{_defaultdocdir}/pam/README
|
||||||
%doc %{_mandir}/man5/*.conf.5*
|
%doc %{_mandir}/man5/*.conf.5*
|
||||||
%doc %{_mandir}/man5/pam.d.5*
|
%doc %{_mandir}/man5/pam.d.5*
|
||||||
%doc %{_mandir}/man8/*
|
%doc %{_mandir}/man8/*
|
||||||
@ -233,6 +248,13 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
/sbin/pam_tally
|
/sbin/pam_tally
|
||||||
%verify(not mode) %attr (4755,root,shadow)/sbin/unix_chkpwd
|
%verify(not mode) %attr (4755,root,shadow)/sbin/unix_chkpwd
|
||||||
|
|
||||||
|
%files doc
|
||||||
|
%defattr(644,root,root,755)
|
||||||
|
%doc %{_defaultdocdir}/pam/html
|
||||||
|
%doc %{_defaultdocdir}/pam/modules
|
||||||
|
%doc %{_defaultdocdir}/pam/pdf
|
||||||
|
%doc %{_defaultdocdir}/pam/*.txt
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(644,root,root,755)
|
%defattr(644,root,root,755)
|
||||||
%dir /usr/include/security
|
%dir /usr/include/security
|
||||||
@ -244,6 +266,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_libdir}/libpam_misc.so
|
%{_libdir}/libpam_misc.so
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Apr 19 2007 - mc@suse.de
|
||||||
|
- move the documentation into a seperate package (pam-doc)
|
||||||
|
[partly fixes Bug #265733]
|
||||||
* Mon Mar 26 2007 - rguenther@suse.de
|
* Mon Mar 26 2007 - rguenther@suse.de
|
||||||
- add flex and bison BuildRequires
|
- add flex and bison BuildRequires
|
||||||
* Wed Jan 24 2007 - mc@suse.de
|
* Wed Jan 24 2007 - mc@suse.de
|
||||||
|
Loading…
Reference in New Issue
Block a user