[pam_shield] fixed the typos in spec in %build section

Carl Thompson redragon at fedoraproject.org
Thu Apr 7 23:08:02 UTC 2011


commit e58afbd3af5d6ad6dcb8175ce99c7e1f3a96365b
Author: Carl Thompson <fedora at red-dragon.com>
Date:   Thu Apr 7 18:07:43 2011 -0500

    fixed the typos in spec in %build section

 pam_shield.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/pam_shield.spec b/pam_shield.spec
index d933aaa..dbeef69 100644
--- a/pam_shield.spec
+++ b/pam_shield.spec
@@ -1,6 +1,6 @@
 Name:		pam_shield
 Version:	0.9.5
-Release:	3%{?dist}
+Release:	4%{?dist}
 Summary:	Pam Shield - A pam module to counter brute force attacks
 
 Group:		System Environment/Libraries
@@ -34,7 +34,8 @@ sed -i -e 's/retention 1w/retention 1h/' shield.conf
 sed -i -e 's/shield\-trigger/shield-trigger-iptables/' shield.conf
 
 %build
-make %{optflags}
+export CFLAGS="%{optflags}"
+make
 
 %check
 
@@ -87,6 +88,8 @@ rm -rf %{buildroot}
 %{_sbindir}/shield-trigger-iptables
 
 %changelog
+* Thu Apr 7 2011 Carl Thompson <fedora at red-dragon.com> 0.9.5-4
+- fixed a typo in previous release in %build section
 * Thu Apr 7 2011 Carl Thompson <fedora at red-dragon.com> 0.9.5-3
 - updated %build section with %{optflags}
 * Mon Mar 28 2011 Carl Thompson <fedora at red-dragon.com> 0.9.5-2


More information about the scm-commits mailing list