rpms/pam_ssh/devel pam_ssh.spec,1.17,1.18 pam_ssh.te,1.1,NONE

Patrice Dumas (pertusus) fedora-extras-commits at redhat.com
Thu Dec 27 21:05:17 UTC 2007


Author: pertusus

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

Modified Files:
	pam_ssh.spec 
Removed Files:
	pam_ssh.te 
Log Message:
* Thu Dec 27 2007 Patrice Dumas <pertusus at free.fr> 1.92-7
- keep timestamps



Index: pam_ssh.spec
===================================================================
RCS file: /cvs/extras/rpms/pam_ssh/devel/pam_ssh.spec,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- pam_ssh.spec	10 Dec 2007 21:26:35 -0000	1.17
+++ pam_ssh.spec	27 Dec 2007 21:04:41 -0000	1.18
@@ -1,6 +1,6 @@
 Name: pam_ssh
 Version: 1.92
-Release: 6%{?dist}
+Release: 7%{?dist}
 Summary: PAM module for use with SSH keys and ssh-agent
 Source: http://downloads.sourceforge.net/pam-ssh/pam_ssh-%{version}.tar.bz2
 URL: http://sourceforge.net/projects/pam-ssh/
@@ -34,10 +34,11 @@
 %setup -q
 %patch0 -p1
 %patch1 -p1
-%patch2 -p0
+%patch2 -p0 -b .man_agent_files
 %patch4 -p1
 %patch5 -p1 -b .include_pam
 chmod a-x pam_ssh.c
+touch -r pam_ssh.8.man_agent_files pam_ssh.8
 
 %build
 %configure  --with-pam-dir=/%{_lib}/security/
@@ -46,11 +47,11 @@
 
 %install
 rm -rf $RPM_BUILD_ROOT
-make install DESTDIR=$RPM_BUILD_ROOT
+make install DESTDIR=$RPM_BUILD_ROOT INSTALL='install -p'
 
-install -d -m 755 $RPM_BUILD_ROOT/%{_localstatedir}/run/pam_ssh
+install -d -m 755 $RPM_BUILD_ROOT%{_localstatedir}/run/pam_ssh
 
-find $RPM_BUILD_ROOT -type f -name "*.la" -exec rm -f {} ';'
+rm $RPM_BUILD_ROOT/%{_lib}/security/pam_ssh.la
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -59,10 +60,13 @@
 %defattr(-,root,root,-)
 %doc AUTHORS NEWS README ChangeLog TODO COPYING
 /%{_lib}/security/pam_ssh.so
-%{_mandir}/man[^3]/pam_ssh*
+%{_mandir}/man8/pam_ssh.8*
 %dir %{_localstatedir}/run/pam_ssh
 
 %changelog
+* Thu Dec 27 2007 Patrice Dumas <pertusus at free.fr> 1.92-7
+- keep timestamps
+
 * Mon Dec 10 2007 Patrice Dumas <pertusus at free.fr> 1.92-6
 - remove selinux policy module support, since it is in main selinux
 - Conflicts: selinux-policy-targeted < 3.0.8-55 since it seems to be 


--- pam_ssh.te DELETED ---




More information about the fedora-extras-commits mailing list