[apg] Fix typo in scriptlet. Fixes bug #826638

Kevin Fenzi kevin at fedoraproject.org
Wed May 30 18:34:51 UTC 2012


commit f5c520d3e290f40537b87975c91916d007d42a1a
Author: Kevin Fenzi <kevin at scrye.com>
Date:   Wed May 30 12:34:48 2012 -0600

    Fix typo in scriptlet. Fixes bug #826638

 apg.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/apg.spec b/apg.spec
index dbffae5..e9268ac 100644
--- a/apg.spec
+++ b/apg.spec
@@ -2,7 +2,7 @@ Summary:		Automated Password Generator for random password generation
 Name:			apg
 
 Version:		2.3.0b
-Release:		14%{?dist}
+Release:		15%{?dist}
 License:		BSD
 Group:			System Environment/Base
 URL:			http://www.adel.nursat.kz/%{name}/
@@ -55,7 +55,7 @@ install -p -m 755 %{SOURCE2} %{buildroot}%{_unitdir}/%{name}@.service
 
 %post
 # add a service for apg if it doesn't already exist
-/bin/grep ^pwgen /etc/services >& /dev/null
+/bin/grep ^pwdgen /etc/services >& /dev/null
 if [ $? == 1 ]; then
     echo -e 'pwdgen\t\t129/tcp\t\t\t# PWDGEN service' >> /etc/services
 fi
@@ -89,6 +89,9 @@ fi
 %{_unitdir}/%{name}.socket
 
 %changelog
+* Wed May 30 2012 Kevin Fenzi <kevin at scrye.com> 2.3.0b-15
+- Fix typo in scriptlet. Fixes bug #826638
+
 * Mon Apr 23 2012 Kevin Fenzi <kevin at scrye.com> 2.3.0b-14
 - Add patch to handle crypt returning NULL. Fixes bug #815575
 


More information about the scm-commits mailing list