rpms/kmymoney2/FC-3 kmymoney2.spec,1.3,1.4

Rex Dieter (rdieter) fedora-extras-commits at redhat.com
Thu Dec 15 15:08:30 UTC 2005


Author: rdieter

Update of /cvs/extras/rpms/kmymoney2/FC-3
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29123/FC-3

Modified Files:
	kmymoney2.spec 
Log Message:
change >= conditionals to >



Index: kmymoney2.spec
===================================================================
RCS file: /cvs/extras/rpms/kmymoney2/FC-3/kmymoney2.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- kmymoney2.spec	14 Nov 2005 17:35:07 -0000	1.3
+++ kmymoney2.spec	15 Dec 2005 15:08:28 -0000	1.4
@@ -1,9 +1,9 @@
 
-%if "%{?fedora}" >= "3"
+%if "%{?fedora}" > "2"
 %define _with_ofxbanking --with-ofxbanking
 %endif
 
-%if "%{?rhel}" >= "4"
+%if "%{?rhel}" > "3"
 %define _with_ofxbanking --with-ofxbanking
 %endif
 




More information about the fedora-extras-commits mailing list