rpms/pam_ssh/F-8 pam_ssh.spec,1.14,1.15

Patrice Dumas (pertusus) fedora-extras-commits at redhat.com
Mon Dec 10 11:59:52 UTC 2007


Author: pertusus

Update of /cvs/extras/rpms/pam_ssh/F-8
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25062

Modified Files:
	pam_ssh.spec 
Log Message:
* Mon Dec 10 2007 Patrice Dumas <pertusus at free.fr> 1.92-5
- correct a typo in selinux %postun script



Index: pam_ssh.spec
===================================================================
RCS file: /cvs/extras/rpms/pam_ssh/F-8/pam_ssh.spec,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- pam_ssh.spec	23 Nov 2007 23:49:54 -0000	1.14
+++ pam_ssh.spec	10 Dec 2007 11:59:18 -0000	1.15
@@ -1,6 +1,6 @@
 Name: pam_ssh
 Version: 1.92
-Release: 3%{?dist}
+Release: 5%{?dist}
 Summary: PAM module for use with SSH keys and ssh-agent
 Source: http://downloads.sourceforge.net/pam-ssh/pam_ssh-%{version}.tar.bz2
 Source1: %{name}.te
@@ -77,10 +77,13 @@
 
 %postun
 if [ "$1" -eq "0" ]; then
-  semodule -r %{module} || :
+  semodule -r %{name} || :
 fi
 
 %changelog
+* Mon Dec 10 2007 Patrice Dumas <pertusus at free.fr> 1.92-5
+- correct a typo in selinux %%postun script
+
 * Thu Nov 15 2007 Martin Ebourne <martin at zepler.org> - 1.92-3
 - Added SELinux policy module
 




More information about the fedora-extras-commits mailing list