rpms/libsmbios/EL-4 libsmbios.spec,1.10,1.11

Matt Domsch mdomsch at fedoraproject.org
Sat May 16 04:52:31 UTC 2009


Author: mdomsch

Update of /cvs/extras/rpms/libsmbios/EL-4
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv8700

Modified Files:
	libsmbios.spec 
Log Message:
epel doesn't use %%rhel_version


Index: libsmbios.spec
===================================================================
RCS file: /cvs/extras/rpms/libsmbios/EL-4/libsmbios.spec,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -p -r1.10 -r1.11
--- libsmbios.spec	16 May 2009 03:54:57 -0000	1.10
+++ libsmbios.spec	16 May 2009 04:52:01 -0000	1.11
@@ -58,14 +58,14 @@
 %endif
 
 # rhel
-%if 0%{?rhel_version}
-%if 0%{?rhel_version} < 500
+%if 0%{?rhel}
+%if 0%{?rhel} < 5
     %define fdupes echo fdupes disabled
     %define fdupes_BR %{nil}
     # dont yet have rhel4 cppunit
     %define cppunit_BR %{nil}
 %endif
-%if 0%{?rhel_version} < 400
+%if 0%{?rhel} < 4
     # dont yet have rhel3 valgrind
     %define valgrind_BR %{nil}
     # no python-ctypes for python <= 2.2
@@ -91,7 +91,7 @@
 
 Name: %{release_name}
 Version: %{release_version}
-Release: 2.1%{?releasesuffix}%{?dist}
+Release: 2.1%{?releasesuffix}%{?dist}.1
 License: GPLv2+ or OSL 2.1
 Summary: Libsmbios C/C++ shared libraries
 Group: System Environment/Libraries
@@ -366,6 +366,9 @@ rm -rf %{buildroot}
 %endif
 
 %changelog
+* Fri May 15 2009 Matt Domsch <mdomsch at fedoraproject.org> - 2.2.16-2.1.el4.1
+- epel doesn't use %%rhel_version
+
 * Mon Mar 24 2009 Michael E Brown <michael_e_brown at dell.com> - 2.2.16-1
 - add gcc 4.4 support
 




More information about the scm-commits mailing list