rpms/pam_keyring/devel pam_keyring.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

W. Michael Petullo (mikep) fedora-extras-commits at redhat.com
Fri Jun 9 02:56:59 UTC 2006


Author: mikep

Update of /cvs/extras/rpms/pam_keyring/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17436/devel

Modified Files:
	.cvsignore sources 
Added Files:
	pam_keyring.spec 
Log Message:
auto-import pam_keyring-0.0.7-2 on branch devel from pam_keyring-0.0.7-2.src.rpm


--- NEW FILE pam_keyring.spec ---
Summary: A PAM module that execute gnome-keyring-daemon and unlock the default keyring
Name: pam_keyring
Version: 0.0.7
Release: 2
License: GPL
Group: System Environment/Base
Source: http://www.hekanetworks.com/opensource/%name/%{name}-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
URL: http://www.hekanetworks.com
Requires: gnome-session >= 2.10.0, gnome-keyring >= 0.4.8, pam >= 0.99.3
BuildRequires: gnome-keyring-devel, pam-devel

%description
The pam_keyring module allows GNOME users to automatically unlock 
their default keyring using their system password when they log in. 
This allows the data in the default keyring to be used more 
transparently. Ideally, users should only every have to enter one 
password (or physical token, etc.): the password they use to 
authenticate themselves to the system when they log in.

%prep

%setup

%build
%configure --libdir=/%{_lib}
make %{?_smp_mflags}

%install
rm -rf $RPM_BUILD_ROOT
%makeinstall libdir=/%{_lib}

rm -f $RPM_BUILD_ROOT/%{_lib}/security/*.a
rm -f $RPM_BUILD_ROOT/%{_lib}/security/*.la

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-, root, root)
%{_mandir}/man8/*
%{_libexecdir}/pam-keyring-tool
/%{_lib}/security/pam_keyring.so
/%{_lib}/security/pam_keyring_auth.so
/%{_lib}/security/pam_keyring_session.so

%doc	AUTHORS COPYING ChangeLog INSTALL NEWS README


%changelog
* Thu Jun 08 2006 W. Michael Petullo <mike[@]flyn.org> - 0.0.7-2
   - Don't package empty FAQ.

* Mon Apr 03 2006 W. Michael Petullo <mike[@]flyn.org> - 0.0.7-1
   - Updated to pam_keyring 0.0.7.
   - Add BuildRequires.
   - New upstream maintainer.

* Sat Aug 27 2005 W. Michael Petullo <> - 0.0.4-0.fdr.1
   - Updated to pam_keyring 0.0.4.
   - Should now build properly on x86-64.

* Wed Jun 9 2004 W. Michael Petullo <> - 0.0.1-0.fdr.1
   - Initial RPM.


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/pam_keyring/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	9 Jun 2006 02:54:01 -0000	1.1
+++ .cvsignore	9 Jun 2006 02:56:59 -0000	1.2
@@ -0,0 +1 @@
+pam_keyring-0.0.7.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/pam_keyring/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	9 Jun 2006 02:54:01 -0000	1.1
+++ sources	9 Jun 2006 02:56:59 -0000	1.2
@@ -0,0 +1 @@
+b50ff42708c0f49bc10d6cd16d182b39  pam_keyring-0.0.7.tar.gz




More information about the scm-commits mailing list