[apg] Add Requires(post) on grep. Fixes bug #684779

Kevin Fenzi kevin at fedoraproject.org
Mon Mar 14 16:55:13 UTC 2011


commit 7c2655db30b39e69363e5ae736573b5538e5a66d
Author: Kevin Fenzi <kevin at tummy.com>
Date:   Mon Mar 14 10:55:09 2011 -0600

    Add Requires(post) on grep. Fixes bug #684779

 apg.spec |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/apg.spec b/apg.spec
index 53e283d..8fae32c 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:		10%{?dist}
+Release:		11%{?dist}
 License:		BSD
 Group:			System Environment/Base
 URL:			http://www.adel.nursat.kz/%{name}/
@@ -12,6 +12,7 @@ Source1:		apg.xinetd
 Patch0:			apg-2.3.0b-gen_rand_pass.patch
 
 BuildRoot:		%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+Requires(post): grep
 
 %description
 APG (Automated Password Generator) is the tool set for random password
@@ -60,6 +61,9 @@ fi
 %{_sysconfdir}/xinetd.d/apgd
 
 %changelog
+* Mon Mar 14 2011 Kevin Fenzi <kevin at tummy.com> - 2.3.0b-11
+- Add Requires(post) on grep. Fixes bug #684779
+
 * Mon Feb 07 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2.3.0b-10
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
 


More information about the scm-commits mailing list