rpms/ldapvi/EL-4 ldapvi.spec,1.12,1.13

Matej Cepl mcepl at fedoraproject.org
Mon Dec 7 10:58:53 UTC 2009


Author: mcepl

Update of /cvs/pkgs/rpms/ldapvi/EL-4
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv24459

Modified Files:
	ldapvi.spec 
Log Message:
Fix the conditional


Index: ldapvi.spec
===================================================================
RCS file: /cvs/pkgs/rpms/ldapvi/EL-4/ldapvi.spec,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -p -r1.12 -r1.13
--- ldapvi.spec	7 Dec 2009 10:50:22 -0000	1.12
+++ ldapvi.spec	7 Dec 2009 10:58:53 -0000	1.13
@@ -13,7 +13,7 @@ BuildRoot:      %(mktemp -ud %{_tmppath}
 
 BuildRequires:  openldap-devel, ncurses-devel, readline-devel, pkgconfig
 BuildRequires:  libxslt, glib2-devel, openssl-devel
-%if 0%{rhel}
+%if 0%{?rhel}
 BuildRequires: popt
 %else
 BuildRequires: popt-devel




More information about the scm-commits mailing list