rpms/sblim-sfcb/EL-5 sblim-sfcb.spec,1.2,1.3

Praveen K Paladugu praveenp at fedoraproject.org
Fri Sep 25 20:40:58 UTC 2009


Author: praveenp

Update of /cvs/pkgs/rpms/sblim-sfcb/EL-5
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv10752

Modified Files:
	sblim-sfcb.spec 
Log Message:
made changes in the spec file to use curl-devel in case of rhel



Index: sblim-sfcb.spec
===================================================================
RCS file: /cvs/pkgs/rpms/sblim-sfcb/EL-5/sblim-sfcb.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- sblim-sfcb.spec	24 Sep 2009 22:48:04 -0000	1.2
+++ sblim-sfcb.spec	25 Sep 2009 20:40:58 -0000	1.3
@@ -8,7 +8,7 @@ Name: sblim-sfcb
 Summary: Small Footprint CIM Broker
 URL: http://www.sblim.org
 Version: 1.3.4
-Release: 9%{dist}
+Release: 10%{dist}
 Group: Applications/System
 License: EPL
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}
@@ -16,7 +16,11 @@ Source0: http://downloads.sourceforge.ne
 patch0:	%{name}-disable_auto_service_start.patch
 Provides: cim-server
 Requires: cim-schema
+%if 0%{?rhel}
+BuildRequires: curl-devel
+%else
 BuildRequires: libcurl-devel
+%endif
 BuildRequires: zlib-devel
 BuildRequires: openssl-devel
 BuildRequires: pam-devel
@@ -107,6 +111,8 @@ fi
 #%doc COPYING README
 
 %changelog
+* Fri Sep 25 2009 <praveen_paladugu at dell.com>- 1.3.4-10
+- using curl-devel instead of libcurl-devel on rhel
 * Thu Sep 24 2009 <praveen_paladugu at dell.com>- 1.3.4-9
 - Increased the release number for tagging
 * Tue Sep 22 2009 <srinivas_ramanatha at dell.com> - 1.3.4-8




More information about the scm-commits mailing list