rpms/pam_ssh/devel pam_ssh.spec,1.15,1.16

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


Author: pertusus

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

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/devel/pam_ssh.spec,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- pam_ssh.spec	7 Dec 2007 21:33:47 -0000	1.15
+++ pam_ssh.spec	10 Dec 2007 11:55:17 -0000	1.16
@@ -1,6 +1,6 @@
 Name: pam_ssh
 Version: 1.92
-Release: 4%{?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,12 +77,12 @@
 
 %postun
 if [ "$1" -eq "0" ]; then
-  semodule -r %{module} || :
+  semodule -r %{name} || :
 fi
 
 %changelog
-* Fri Dec 07 2007 Release Engineering <rel-eng at fedoraproject dot org> - 1.92-4
-- Rebuild for deps
+* 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 scm-commits mailing list