rpms/redir/devel redir.spec,1.3,1.4

Itamar Reis Peixoto itamarjp at fedoraproject.org
Mon May 10 16:17:05 UTC 2010


Author: itamarjp

Update of /cvs/pkgs/rpms/redir/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv20345

Modified Files:
	redir.spec 
Log Message:
- fix building for EL-6



Index: redir.spec
===================================================================
RCS file: /cvs/pkgs/rpms/redir/devel/redir.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- redir.spec	25 Sep 2009 22:51:24 -0000	1.3
+++ redir.spec	10 May 2010 16:17:05 -0000	1.4
@@ -1,6 +1,6 @@
 Name:           redir
 Version:        2.2.1
-Release:        5%{?dist}
+Release:        6%{?dist}
 Summary:        Redirect TCP connections
 
 Group:          Applications/Internet
@@ -13,8 +13,10 @@ BuildRoot:      %{_tmppath}/%{name}-%{ve
 BuildRequires:  tcp_wrappers-devel
 %endif
 
-%if 0%{?rhel}
+%if 0%{?rhel} < 5
 BuildRequires:  tcp_wrappers
+%else
+BuildRequires:  tcp_wrappers-devel
 %endif
 
 
@@ -118,6 +120,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man1/%{name}.1*
 
 %changelog
+* Mon May 10 2010 Itamar Reis Peixoto <itamar at ispbrasil.com.br> - 2.2.1-6
+- fix building for EL-6
+
 * Fri Sep 25 2009 Itamar Reis Peixoto <itamar at ispbrasil.com.br> - 2.2.1-5
 - start building for EPEL
 



More information about the scm-commits mailing list