rpms/elfutils/devel elfutils.spec,1.105,1.106

Tom Callaway (spot) fedora-extras-commits at redhat.com
Mon Jul 7 17:17:26 UTC 2008


Author: spot

Update of /cvs/pkgs/rpms/elfutils/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8150/devel

Modified Files:
	elfutils.spec 
Log Message:
fix conditional comparison


Index: elfutils.spec
===================================================================
RCS file: /cvs/pkgs/rpms/elfutils/devel/elfutils.spec,v
retrieving revision 1.105
retrieving revision 1.106
diff -u -r1.105 -r1.106
--- elfutils.spec	13 May 2008 00:44:12 -0000	1.105
+++ elfutils.spec	7 Jul 2008 17:16:37 -0000	1.106
@@ -1,5 +1,5 @@
 %define eu_version 0.135
-%define eu_release 1
+%define eu_release 2
 
 %if %{?_with_compat:1}%{!?_with_compat:0}
 %define compat 1
@@ -7,17 +7,17 @@
 %define compat 0
 %endif
 
-%if "%fedora" >= "8"
+%if 0%{?fedora} >= 8
 %define scanf_has_m 1
 %endif
-%if "%rhel" >= "6"
+%if 0%{?rhel} >= 6
 %define scanf_has_m 1
 %endif
 
-%if "%fedora" >= "7"
+%if 0%{?fedora} >= 7
 %define separate_devel_static 1
 %endif
-%if "%rhel" >= "6"
+%if 0%{?rhel} >= 6
 %define separate_devel_static 1
 %endif
 
@@ -262,6 +262,9 @@
 %{_libdir}/libelf.a
 
 %changelog
+* Mon Jul  7 2008 Tom "spot" Callaway <tcallawa at redhat.com> - 0.135-2
+- fix conditional comparison
+
 * Mon May 12 2008 Roland McGrath <roland at redhat.com> - 0.135-1
 - Update to 0.135
   - libdwfl: bug fixes




More information about the fedora-extras-commits mailing list